QE: set colspan and fix IE input field width

git-svn-id: https://develop.svn.wordpress.org/trunk@9738 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-17 20:08:38 +00:00
parent 3c8fede621
commit 3d3aa29798
5 changed files with 19 additions and 7 deletions
+8
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 {