Make WordPress Core

Changeset 2989


Ignore:
Timestamp:
11/06/2005 12:37:51 AM (20 years ago)
Author:
matt
Message:

Icon for notices and small tweaks

Location:
trunk/wp-admin
Files:
1 added
1 edited

Legend:

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

    r2926 r2989  
    6060
    6161body    {
    62     background: #fff;
     62    background: #f9fcfe;
    6363    color: #000;
    6464    margin: 0;
     
    227227}
    228228
    229 .ed_button {
    230     padding: 1px;
    231 }
    232 
    233229.hidden {
    234230    display: none;
     
    295291
    296292.updated {
    297     background: #f0f8ff;
    298     border: 1px solid #69c;
     293    background: #CFEBF7 url(images/notice.gif) no-repeat 1em ;
     294    border: 1px solid #2580B2;
    299295    margin: 1em 5% 10px;
    300     padding: 0 1em 0 1em;
     296    padding: 0 1em 0 3em;
    301297}
    302298
     
    365361
    366362#submenu .current {
    367     background: #ddeaf4;
     363    background: #f9fcfe;
    368364    border-top: 1px solid #045290;
    369365    border-right: 2px solid #045290;
Note: See TracChangeset for help on using the changeset viewer.