Make WordPress Core

Changeset 21067


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

Prevent delete theme link from bumping against theme action links. If it doesn't fit, it doesn't fit, man. props SergeyBiryukov, fixes #20918.

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

Legend:

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

    r21014 r21067  
    11811181}
    11821182
     1183.available-theme .action-links li {
     1184    padding-left: 8px;
     1185    margin-left: 8px;
     1186}
     1187
    11831188#current-theme .theme-info li:last-child,
    11841189.theme-options li:last-child,
     
    11921197    float: left;
    11931198    margin-left: 0;
     1199    margin-right: 8px;
    11941200}
    11951201
  • trunk/wp-admin/css/wp-admin.dev.css

    r21057 r21067  
    44424442}
    44434443
     4444.available-theme .action-links li {
     4445    padding-right: 8px;
     4446    margin-right: 8px;
     4447}
     4448
    44444449#current-theme .theme-info li:last-child,
    44454450.theme-options li:last-child,
     
    44524457.available-theme .action-links .delete-theme {
    44534458    float: right;
     4459    margin-left: 8px;
    44544460    margin-right: 0;
    44554461}
Note: See TracChangeset for help on using the changeset viewer.