Make WordPress Core

Changeset 20411


Ignore:
Timestamp:
04/09/2012 11:22:59 PM (13 years ago)
Author:
koopersmith
Message:

Remove CSS involving unused '.theme-listing' selector. see #20403.

Location:
trunk/wp-admin/css
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-classic.dev.css

    r20400 r20411  
    20312031}
    20322032
    2033 .theme-listing br.line {
    2034     border-bottom-color: #ccc;
    2035 }
    2036 
    20372033div.widgets-sortables,
    20382034#widgets-left .inactive {
  • trunk/wp-admin/css/colors-fresh.dev.css

    r20400 r20411  
    16661666}
    16671667
    1668 .theme-listing br.line {
    1669     border-bottom-color: #ccc;
    1670 }
    1671 
    16721668div.widgets-sortables,
    16731669#widgets-left .inactive,
  • trunk/wp-admin/css/wp-admin-rtl.dev.css

    r20347 r20411  
    22162216    right: auto;
    22172217    left: 0;
    2218 }
    2219 
    2220 .theme-listing .theme-item h3 {
    2221     font-style: normal;
    22222218}
    22232219
     
    23772373    font-style: normal;
    23782374    font-weight: bold;
    2379 } 
     2375}
  • trunk/wp-admin/css/wp-admin.dev.css

    r20400 r20411  
    74417441}
    74427442
    7443 /* theme-install */
    7444 .theme-listing .theme-item {
    7445     display: inline-block;
    7446     width: 200px;
    7447     border: thin solid #ccc;
    7448     vertical-align: top;
    7449 }
    7450 
    7451 .theme-listing .theme-item h3 {
    7452     text-align: center;
    7453     font-size: 14px;
    7454     font-style: italic;
    7455     margin: 0;
    7456     padding: 0;
    7457 }
    7458 
    7459 .theme-listing .theme-item img {
    7460     max-width: 150px;
    7461     max-height: 150px;
    7462 }
    7463 
    7464 .theme-listing .theme-item-info span,
    7465 .theme-listing .theme-item:hover .theme-item-info span.dots {
    7466     display: none;
    7467 }
    7468 
    7469 .theme-listing .theme-item:hover .theme-item-info span {
    7470     display: inline;
    7471 }
    7472 
    7473 .theme-listing .theme-item-info span.action-links {
    7474     font-weight: bold;
    7475     text-align: center;
    7476 }
    7477 
    7478 .theme-listing br.line {
    7479     border-bottom-width: 1px;
    7480     border-bottom-style: solid;
    7481     margin-bottom: 3px;
    7482 }
    7483 
    7484 
    74857443#theme-information .available-theme,
    74867444.available-theme {
Note: See TracChangeset for help on using the changeset viewer.