Make WordPress Core

Changeset 20412


Ignore:
Timestamp:
04/09/2012 11:48:12 PM (14 years ago)
Author:
koopersmith
Message:

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

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

Legend:

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

    r20411 r20412  
    20272027}
    20282028
    2029 #theme-information .action-button {
    2030         border-top-color: #DFDFDF;
    2031 }
    2032 
    20332029div.widgets-sortables,
    20342030#widgets-left .inactive {
  • trunk/wp-admin/css/colors-fresh.dev.css

    r20411 r20412  
    16621662}
    16631663
    1664 #theme-information .action-button {
    1665         border-top-color: #DFDFDF;
    1666 }
    1667 
    16681664div.widgets-sortables,
    16691665#widgets-left .inactive,
  • trunk/wp-admin/css/wp-admin-rtl.dev.css

    r20411 r20412  
    22162216        right: auto;
    22172217        left: 0;
    2218 }
    2219 
    2220 #theme-information .theme-preview-img {
    2221         float: right;
    2222         margin: 5px 15px 10px 25px;
    2223 }
    2224 
    2225 #theme-information .action-button #cancel {
    2226         float: right;
    2227 }
    2228 
    2229 #theme-information .action-button #install {
    2230         float: left;
    22312218}
    22322219
  • trunk/wp-admin/css/wp-admin.dev.css

    r20411 r20412  
    74417441}
    74427442
    7443 #theme-information .available-theme,
    7444 .available-theme {
    7445         padding: 20px 15px;
    7446 }
    7447 
    7448 #theme-information .available-theme {
    7449         overflow: visible;
    7450         width: 440px;
    7451 }
    7452 
    7453 #theme-information .theme-preview-img {
    7454         float: left;
    7455         margin: 5px 25px 10px 15px;
    7456         width: 300px;
    7457 }
    7458 
    7459 #theme-information .action-button {
    7460         border-top-width: 1px;
    7461         border-top-style: solid;
    7462         margin: 10px 5px 0;
    7463 }
    7464 
    7465 #theme-information .action-button #cancel,
    7466 #theme-information .action-button #install {
    7467         margin: 10px 5px;
    7468 }
    7469 
    7470 #theme-information .action-button #cancel {
    7471         float: left;
    7472 }
    7473 
    7474 #theme-information .action-button #install {
    7475         float: right;
    7476 }
    7477 
    7478 #theme-information .available-theme h3 {
    7479         margin: 1em 0;
    7480 }
    7481 
    7482 body#theme-information {
    7483         height: auto;
    7484 }
    7485 
    74867443.feature-filter {
    74877444        padding: 8px 12px 0;
Note: See TracChangeset for help on using the changeset viewer.