HTML and JS cleanup

git-svn-id: http://svn.automattic.com/wordpress/trunk@3422 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2006-01-10 05:16:17 +00:00
parent bfbe1f2def
commit 759faa6b9a
15 changed files with 334 additions and 322 deletions

View File

@@ -297,6 +297,19 @@ form#upload #post_content {
text-align: right;
}
.optiontable {
width: 100%;
}
.optiontable td, .optiontable th {
padding: .5em;
}
.optiontable th {
width: 33%;
text-align: right;
}
.unapproved {
color: #888;
}
@@ -902,3 +915,28 @@ a.dbx-toggle, a.dbx-toggle:visited {
-khtml-opacity: 0.8;
filter: alpha(opacity=80);
}
#newcat { width: 120px; margin-right: 5px; }
input#catadd { background: #a4a4a4;
border-bottom: 1px solid #898989;
border-left: 1px solid #bcbcbc;
border-right: 1px solid #898989;
border-top: 1px solid #bcbcbc;
color: #fff;
font-size: 10px;
padding: 0;
margin: 0;
font-weight: bold;
height: 20px;
margin-bottom: 2px;
text-align: center;
width: 37px; }
#howto {
font-size: 11px;
margin: 0 5px;
display: block;
}
#jaxcat {
margin: 0;
padding: 0;
}