Make WordPress Core

Changeset 31054 for trunk


Ignore:
Timestamp:
01/05/2015 08:05:19 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Themes: Fix position of admin notice with .notice class.

fixes #30895.

File:
1 edited

Legend:

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

    r30793 r31054  
    4040/* Position admin messages */
    4141.themes-php div.updated,
    42 .themes-php div.error {
     42.themes-php div.error,
     43.themes-php div.notice {
    4344    margin: 0 0 20px 0;
    4445    clear: both;
Note: See TracChangeset for help on using the changeset viewer.