Make WordPress Core

Changeset 33928


Ignore:
Timestamp:
09/05/2015 11:15:57 PM (9 years ago)
Author:
SergeyBiryukov
Message:

List tables: Adjust the styles for checkbox column to align better with longer column names.

Props swissspidy.
Fixes #32825.

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

Legend:

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

    r33912 r33928  
    540540.widefat thead td.check-column,
    541541.widefat tfoot td.check-column {
    542     padding-top: 10px;
     542    padding-top: 4px;
     543    vertical-align: middle;
    543544}
    544545
  • trunk/src/wp-admin/css/list-tables.css

    r33912 r33928  
    19031903    }
    19041904
    1905     .widefat thead .check-column, .widefat tfoot .check-column {
    1906         padding: 10px 0 10px;
     1905    .widefat thead td.check-column,
     1906    .widefat tfoot td.check-column {
     1907        padding-top: 10px;
    19071908    }
    19081909
Note: See TracChangeset for help on using the changeset viewer.