Make WordPress Core

Changeset 11075


Ignore:
Timestamp:
04/24/2009 06:39:08 AM (17 years ago)
Author:
azaozz
Message:

Remove the top border from the plugin-update notice, props demetris, fixes #9628

Location:
trunk/wp-admin
Files:
3 edited

Legend:

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

    r11009 r11075  
    654654#update-nag, .plugin-update {
    655655    background-color: #fffeeb;
    656     border-bottom-color: #ccc;
    657     border-top-color: #ccc;
     656    border-color: #ccc;
    658657    color: #555;
    659658}
  • trunk/wp-admin/css/colors-fresh.css

    r11009 r11075  
    654654#update-nag, .plugin-update {
    655655    background-color: #fffeeb;
    656     border-bottom-color: #ccc;
    657     border-top-color: #ccc;
     656    border-color: #ccc;
    658657    color: #555;
    659658}
  • trunk/wp-admin/wp-admin.css

    r11026 r11075  
    756756    font-size: 12px;
    757757    text-align: center;
    758     border-bottom-width: 1px;
    759     border-bottom-style: solid;
    760     border-top-width: 1px;
    761     border-top-style: solid;
     758}
     759
     760#update-nag {
     761    border-width: 1px 0;
     762    border-style: solid none;
     763}
     764
     765.plugin-update {
     766    border-width: 0 0 1px;
     767    border-style: none none solid;
    762768}
    763769
Note: See TracChangeset for help on using the changeset viewer.