Make WordPress Core


Ignore:
Timestamp:
03/07/2008 10:05:54 AM (18 years ago)
Author:
matt
Message:

A number of style tweaks; widen up a little; starting to add contextual help to various forms; catching up unloved forms with new UI guidelines.

File:
1 edited

Legend:

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

    r7180 r7181  
    190190}
    191191
    192 .updated, .error {
    193     margin: auto 25px 20px 15px;
    194     padding: 0 15px;
    195     border-width: 1px;
    196     border-style: solid;
    197 }
    198 
    199 .wrap .updated, .wrap .error {
    200     margin: auto 0 0;
    201 }
    202 
    203 .updated a, .error a {
    204     text-decoration: underline;
    205 }
    206 
    207 .updated a {
    208     text-decoration: none;
    209     padding-bottom: 2px;
    210 }
    211 
    212192.narrow {
    213193    width: 70%;
     
    362342
    363343#poststuff #post-body {
    364     margin-right: 16em;
     344    margin-right: 230px;
    365345}
    366346
     
    886866    font-size: 14px;
    887867    font-weight: bold;
    888     padding: 8px 5px;
     868    padding: 11px 5px;
    889869    margin: 0 0 10px;
    890870}
     
    1003983
    1004984.submitbox {
    1005     width: 200px;
     985    width: 220px;
    1006986    float: right;
     987}
     988
     989.submitbox .submitdelete {
     990    border-bottom-width: 1px;
     991    border-bottom-style: solid;
     992    text-decoration: none;
     993    margin-left: 8px;
     994    padding-bottom: 1px;
    1007995}
    1008996
     
    10221010.submitbox #previewview a {
    10231011    padding: 6px;
     1012    text-decoration: none;
    10241013    font-weight: normal;
    10251014    border-bottom: none;
Note: See TracChangeset for help on using the changeset viewer.