Make WordPress Core

Changeset 33439


Ignore:
Timestamp:
07/27/2015 03:33:24 AM (9 years ago)
Author:
markjaquith
Message:

Fix the padding for the feature filter box on the Add Themes screen.

fixes #33132
props SergeyBiryukov

File:
1 edited

Legend:

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

    r33165 r33439  
    10841084.theme-browser .theme.is-installed .theme-actions .button-primary {
    10851085    display: none !important;
     1086}
     1087
     1088.theme-install-php .wp-filter {
     1089    padding: 0 20px;
    10861090}
    10871091
Note: See TracChangeset for help on using the changeset viewer.