HTML and JS cleanup

git-svn-id: https://develop.svn.wordpress.org/trunk@3422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2006-01-10 05:16:17 +00:00
parent 687f888db8
commit df15716313
15 changed files with 334 additions and 322 deletions
+38
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;
}