Make WordPress Core


Ignore:
Timestamp:
10/25/2008 07:55:56 PM (18 years ago)
Author:
westi
Message:

First stab at better options pages. WIP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/wp-admin.css

    r9339 r9343  
    10911091.form-table {
    10921092        border-collapse: collapse;
    1093         margin-top: 1em;
     1093        margin-top: 0.5em;
    10941094        width: 100%;
    10951095        margin-bottom: -8px;
     
    11111111        text-align: left;
    11121112        padding: 10px;
    1113         width: 150px;
     1113        width: 200px;
    11141114        border-bottom-width: 8px;
    11151115        border-bottom-style: solid;
     
    27802780}
    27812781
     2782#utc-time, #local-time {
     2783        padding-left: 25px;
     2784        font-style: italic;
     2785}
     2786
     2787.setting-description {
     2788        font-style: italic;
     2789}
Note: See TracChangeset for help on using the changeset viewer.