QE: set colspan and fix IE input field width

git-svn-id: http://svn.automattic.com/wordpress/trunk@9738 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-11-17 20:08:38 +00:00
parent 1039d131fe
commit eb42b45767
5 changed files with 19 additions and 7 deletions

View File

@@ -194,6 +194,14 @@ ul#adminmenu {
#wpbody-content .inline-edit-row fieldset label span.input-text-wrap input {
line-height: 130%;
}
#wpbody-content .inline-edit-row .input-text-wrap input {
width: 95%;
}
#wpbody-content .inline-edit-row .input-text-wrap input.inline-edit-password-input {
width: 8em;
}
/* end Inline Editor */
#titlediv #title {