Make WordPress Core

Changeset 26938


Ignore:
Timestamp:
01/13/2014 05:23:24 PM (11 years ago)
Author:
helen
Message:

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

Merges [26935] to the 3.8 branch.

props morganestes, ocean90.
see #26699.

Location:
branches/3.8
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8

  • branches/3.8/src/wp-admin/css/colors.css

    r26841 r26938  
    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;
  • branches/3.8/src/wp-admin/css/wp-admin.css

    r26847 r26938  
    726726}
    727727
    728 #update-plugins-table tbody th.check-column,
    729728.plugins tbody th.check-column,
    730729.plugins tbody {
     
    746745.plugins thead th.check-column,
    747746.plugins tfoot th.check-column,
    748 .plugins .inactive th.check-column,
    749 #update-plugins-table thead th.check-column,
    750 #update-plugins-table tfoot th.check-column {
     747.plugins .inactive th.check-column {
    751748    padding-left: 6px;
    752749}
     
    1274512742    .widefat tbody th.check-column input[type="checkbox"] {
    1274612743        margin-top: -3px;
    12747         margin-left: 9px;
     12744        margin-left: 8px;
    1274812745    }
    1274912746
    1275012747    .wp-list-table.plugins .active .check-column input,
    1275112748    .wp-list-table.plugins .update .check-column input {
    12752         margin-left: 6px;
     12749        margin-left: 5px;
    1275312750    }
    1275412751
Note: See TracChangeset for help on using the changeset viewer.