Making WordPress.org

Changeset 7280


Ignore:
Timestamp:
06/07/2018 03:51:03 AM (7 years ago)
Author:
dd32
Message:

Trac: Add some more specific stylings for the mobile view with the new Trac.

See #3526.
Fixes #3610/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r7110 r7280  
    20772077        margin: 0 .5em 0 0;
    20782078    }
    2079     #ticket table.properties th {
     2079    #ticket table.properties > tbody > th {
    20802080        padding: 0.5em .2em .5em 0; /* reduce side padding */
    20812081    }
    2082     #ticket table.properties td {
     2082    #ticket table.properties > tbody > td {
    20832083        padding: 0.5em 0 .5em .2em; /* reduce side padding */
    20842084    }
     
    21582158        margin-top: 10px;
    21592159    }
    2160     #ticket table.properties th,
    2161     #ticket table.properties td {
     2160    #ticket table.properties > tbody > th,
     2161    #ticket table.properties > tbody > td {
    21622162        display: block;
    21632163        float: left;
     
    21672167        box-sizing: border-box;
    21682168    }
    2169     #ticket table.properties th {
     2169    #ticket table.properties > tbody > th {
    21702170        width: 40%;
    21712171        clear: left;
Note: See TracChangeset for help on using the changeset viewer.