CSS rule fixes from Nao and ionfish. fixes #5993

git-svn-id: https://develop.svn.wordpress.org/trunk@7020 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-25 18:33:39 +00:00
parent 1d1e94c7f7
commit d9c50f36df
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
div#media-upload-header { div#media-upload-header {
background-color: #eaf3fa; background-color: #eaf3fa;
margin: none; margin: 0;
padding: 1em 0.5em 0.5em 0.5em; padding: 1em 0.5em 0.5em 0.5em;
font-weight: bold; font-weight: bold;
} }
@ -170,7 +170,7 @@ span.filename {
width: 100%; width: 100%;
} }
.startopen .describe { .startopen .describe {
display: auto; display: block;
} }
.required abbr { .required abbr {
color: red; color: red;

View File

@ -173,7 +173,7 @@ select {
background: #fff; background: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
font: 12px/14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; font: 12px/14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
padding: none; padding: 0;
} }
.submit a { .submit a {
@ -998,7 +998,7 @@ html, body {
} }
#poststuff fieldset { #poststuff fieldset {
border: 1px solid #ccc;pa border: 1px solid #ccc;
padding: 2px; padding: 2px;
} }