Make WordPress Core

Changeset 27932


Ignore:
Timestamp:
04/03/2014 02:07:42 PM (11 years ago)
Author:
ocean90
Message:

Fix styling for plugin update details Thickbox.

see #26952.

File:
1 edited

Legend:

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

    r27790 r27932  
    20042004/* Thickbox for Plugin Install screen */
    20052005body.plugin-install-php #TB_window,
     2006body.plugins-php #TB_window,
     2007body.update-core-php #TB_window,
    20062008body.index-php #TB_window {
    20072009    background: #fcfcfc url( ../images/spinner.gif ) no-repeat center;
     
    20122014    (-webkit-min-device-pixel-ratio: 1.25),
    20132015    (min-resolution: 120dpi) {
    2014    
     2016
    20152017    body.plugin-install-php #TB_window,
     2018    body.plugins-php #TB_window,
     2019    body.update-core-php #TB_window,
    20162020    body.index-php #TB_window {
    20172021        background: #fcfcfc url( ../images/spinner-2x.gif ) no-repeat center;
     
    20222026
    20232027body.plugin-install-php #TB_title,
     2028body.plugins-php #TB_title,
     2029body.update-core-php #TB_title,
    20242030body.index-php #TB_title {
    20252031    float: left;
     
    20282034
    20292035body.plugin-install-php #TB_ajaxWindowTitle,
     2036body.plugins-php #TB_ajaxWindowTitle,
     2037body.update-core-php #TB_ajaxWindowTitle,
    20302038body.index-php #TB_ajaxWindowTitle {
    20312039    display: none;
     
    20332041
    20342042body.plugin-install-php .tb-close-icon,
     2043body.plugins-php .tb-close-icon,
     2044body.update-core-php .tb-close-icon,
    20352045body.index-php .tb-close-icon {
    20362046    line-height: 48px;
     
    20402050
    20412051body.plugin-install-php .tb-close-icon:before,
     2052body.plugins-php .tb-close-icon:before,
     2053body.update-core-php .tb-close-icon:before,
    20422054body.index-php .tb-close-icon:before {
    20432055    line-height: 48px;
Note: See TracChangeset for help on using the changeset viewer.