Make WordPress Core

Changeset 26935 for trunk


Ignore:
Timestamp:
01/13/2014 03:59:23 PM (10 years ago)
Author:
nacin
Message:

Fix alignment and borders of plugin/theme updates on the Updates screen.

props morganestes, ocean90.
see #26699, for trunk.

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

Legend:

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

    r26929 r26935  
    801801.plugins .active td,
    802802.plugins .active th,
    803 .plugin-install #the-list td {
     803.plugin-install #the-list td,
     804.upgrade .plugins td,
     805.upgrade .plugins th {
    804806    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    805807    box-shadow:         inset 0 -1px 0 rgba(0,0,0,0.1);
     
    807809
    808810.plugins .update td,
    809 .plugins .update th {
     811.plugins .update th,
     812.upgrade .plugins tr:last-of-type td,
     813.upgrade .plugins tr:last-of-type th {
    810814    -webkit-box-shadow: none;
    811815    box-shadow: none;
  • trunk/src/wp-admin/css/wp-admin.css

    r26928 r26935  
    728728}
    729729
    730 #update-plugins-table tbody th.check-column,
    731730.plugins tbody th.check-column,
    732731.plugins tbody {
     
    748747.plugins thead th.check-column,
    749748.plugins tfoot th.check-column,
    750 .plugins .inactive th.check-column,
    751 #update-plugins-table thead th.check-column,
    752 #update-plugins-table tfoot th.check-column {
     749.plugins .inactive th.check-column {
    753750    padding-left: 6px;
    754751}
     
    1276212759    .widefat tbody th.check-column input[type="checkbox"] {
    1276312760        margin-top: -3px;
    12764         margin-left: 9px;
     12761        margin-left: 8px;
    1276512762    }
    1276612763
    1276712764    .wp-list-table.plugins .active .check-column input,
    1276812765    .wp-list-table.plugins .update .check-column input {
    12769         margin-left: 6px;
     12766        margin-left: 5px;
    1277012767    }
    1277112768
Note: See TracChangeset for help on using the changeset viewer.