Make WordPress Core

Changeset 26753


Ignore:
Timestamp:
12/06/2013 11:15:23 PM (11 years ago)
Author:
nacin
Message:

Themes: Avoid overlap with themes with small screenshots and no description.

props matveb.
fixes #26465.

File:
1 edited

Legend:

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

    r26750 r26753  
    70557055    font-weight: 700;
    70567056}
     7057
    70577058/**
    70587059 * Single Theme Mode
     
    70647065    display: none;
    70657066}
     7067
    70667068.single-theme .theme-overlay .theme-wrap {
    70677069    clear: both;
     7070    min-height: 330px;
     7071    position: relative;
     7072    left: auto;
     7073    right: auto;
     7074    top: auto;
     7075    bottom: auto;
     7076}
     7077
     7078.single-theme .theme-overlay .theme-about {
     7079    padding: 30px 30px 70px;
    70687080    position: static;
    70697081}
    7070 .single-theme .theme-overlay .theme-about {
    7071     padding: 30px;
    7072     position: static;
    7073 }
     7082
    70747083.single-theme .theme-overlay .theme-actions {
    7075     position: static;
     7084    position: absolute;
    70767085}
    70777086
     
    72667275    .single-theme .current-label {
    72677276        display: none;
     7277    }
     7278    .single-theme .theme-overlay .theme-actions {
     7279        position: static;
    72687280    }
    72697281}
Note: See TracChangeset for help on using the changeset viewer.