Make WordPress Core

Changeset 26507


Ignore:
Timestamp:
12/01/2013 08:22:06 PM (11 years ago)
Author:
ocean90
Message:

Themes: Fix position of admin notice with .error class. fixes #26304.

File:
1 edited

Legend:

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

    r26506 r26507  
    63306330
    63316331/* Position admin messages */
    6332 .themes-php div.updated {
     6332.themes-php div.updated,
     6333.themes-php div.error {
    63336334    margin: 0 0 20px 0;
    63346335    clear: both;
     
    75217522
    75227523.scheme-list {
    7523    
     7524
    75247525}
    75257526
     
    1304913050    }
    1305013051
    13051     /* Color Picker Options */ 
    13052     .color-option { 
    13053         width: 49%; 
    13054     } 
    13055 }
     13052    /* Color Picker Options */
     13053    .color-option {
     13054        width: 49%;
     13055    }
     13056}
Note: See TracChangeset for help on using the changeset viewer.