First stab at better options pages. WIP.

git-svn-id: https://develop.svn.wordpress.org/trunk@9343 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2008-10-25 19:55:56 +00:00
parent 76af1b179a
commit d4f6abcf0f
3 changed files with 29 additions and 27 deletions

View File

@@ -1090,7 +1090,7 @@ html, body {
.form-table {
border-collapse: collapse;
margin-top: 1em;
margin-top: 0.5em;
width: 100%;
margin-bottom: -8px;
}
@@ -1110,7 +1110,7 @@ html, body {
vertical-align: top;
text-align: left;
padding: 10px;
width: 150px;
width: 200px;
border-bottom-width: 8px;
border-bottom-style: solid;
}
@@ -2779,3 +2779,11 @@ abbr.required {
border-bottom: 1px solid #626262;
}
#utc-time, #local-time {
padding-left: 25px;
font-style: italic;
}
.setting-description {
font-style: italic;
}