Make WordPress Core

Changeset 40797


Ignore:
Timestamp:
05/19/2017 04:17:41 PM (7 years ago)
Author:
afercia
Message:

Themes: Improve the theme installer Favorites and Feature Filter tabs alignment.

Props nitin kevadiya, darshan02, mp518.
Fixes #40315.

File:
1 edited

Legend:

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

    r40792 r40797  
    11431143}
    11441144
     1145.filter-drawer,
    11451146.wp-filter .favorites-form {
    11461147    display: none;
    1147     margin: 0 -20px;
     1148    margin: 0 -10px 0 -20px;
    11481149    padding: 20px;
    11491150    border-top: 1px solid #eee;
    11501151    background: #fafafa;
    11511152    overflow: hidden;
    1152     width: 100%;
    1153 }
    1154 
     1153}
     1154
     1155.show-filters .filter-drawer,
    11551156.show-favorites-form .favorites-form {
    11561157    display: block;
    1157 }
    1158 
    1159 .filter-drawer {
    1160     display: none;
    1161     margin: 0 -20px;
    1162     padding: 20px;
    1163     border-top: 1px solid #eee;
    1164     background: #fafafa;
    1165 }
    1166 
    1167 .show-filters .filter-drawer {
    1168     display: block;
    1169     overflow: hidden;
    1170     width: 100%;
    11711158}
    11721159
Note: See TracChangeset for help on using the changeset viewer.