Make WordPress Core

Changeset 33105


Ignore:
Timestamp:
07/07/2015 03:20:45 PM (10 years ago)
Author:
helen
Message:

List tables: Ensure special CSS for the title column gets applied.

This could have some side effects if a custom list table has a title column with a strong element inside that is not the post title, but that is fairly edge and we can address that if it comes up. Also moves the rules into list-tables.css.

see #25408.

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

Legend:

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

    r32977 r33105  
    290290form#tags-filter {
    291291    position: relative;
    292 }
    293 
    294 /* Edit posts */
    295 td.post-title strong,
    296 td.plugin-title strong {
    297     display: block;
    298     margin-bottom: .2em;
    299     font-size: 14px;
    300 }
    301 
    302 td.post-title p,
    303 td.plugin-title p {
    304     margin: 6px 0;
    305292}
    306293
  • trunk/src/wp-admin/css/list-tables.css

    r33101 r33105  
    295295.fixed .column-comments a {
    296296    float: left;
     297}
     298
     299td.column-title strong,
     300td.plugin-title strong {
     301    display: block;
     302    margin-bottom: .2em;
     303    font-size: 14px;
     304}
     305
     306td.column-title p,
     307td.plugin-title p {
     308    margin: 6px 0;
    297309}
    298310
Note: See TracChangeset for help on using the changeset viewer.