Make WordPress Core

Changeset 26950 for branches/3.8


Ignore:
Timestamp:
01/15/2014 08:12:08 AM (11 years ago)
Author:
nacin
Message:

Fix CSS clashes on the Network Themes page.

Merges [26919] [26923] to the 3.8 branch.

props SergeyBiryukov.
fixes #26513, #26517.

Location:
branches/3.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8

  • branches/3.8/src/wp-admin/css/wp-admin.css

    r26948 r26950  
    12731273}
    12741274
     1275.network-admin.themes-php p.search-box {
     1276    clear: left;
     1277}
     1278
    12751279.search-box input[name="s"],
    12761280#search-plugins input[name="s"],
     
    63326336}
    63336337
     6338.network-admin.themes-php .wrap h2 {
     6339    margin-bottom: 0;
     6340}
     6341
    63346342.themes-php .wrap h2 .button {
    63356343    margin-left: 20px;
    63366344}
    63376345
    6338 .themes-php .theme-count {
     6346.themes-php .wrap .theme-count {
    63396347    color: #fff;
    63406348    border-radius: 30px;
Note: See TracChangeset for help on using the changeset viewer.