Make WordPress Core

Changeset 26584


Ignore:
Timestamp:
12/03/2013 08:28:50 PM (11 years ago)
Author:
iammattthomas
Message:

Ensure that 'Add New Theme' text doesn't overlap the + icon even at Firefox's ridiculously small 230px wide browser. Fixes #26226.

File:
1 edited

Legend:

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

    r26583 r26584  
    66536653    font-weight: 400;
    66546654    position: relative;
    6655     top: -50px;
     6655    top: 0;
     6656    margin-top: -10%;
     6657    margin-bottom: 10%;
    66566658}
    66576659
     
    71827184        margin: 10px 0;
    71837185        width: 100%;
     7186    }
     7187   
     7188    .theme-browser .theme.add-new-theme span:after {
     7189        font: normal 60px/90px 'dashicons';
     7190        width: 80px;
     7191        height: 80px;
     7192        top: 30%;
     7193        left: 50%;
     7194        text-indent: 0;
     7195        margin-left: -40px;
    71847196    }
    71857197}
Note: See TracChangeset for help on using the changeset viewer.