mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 12:44:31 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user