Making WordPress.org

Changeset 7108


Ignore:
Timestamp:
04/14/2018 05:23:48 PM (7 years ago)
Author:
ocean90
Message:

Trac: Update wp-trac.css with some more-specific selectors and overrides for Trac 1.2.2 CSS.

See #3526.

File:
1 edited

Legend:

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

    r7105 r7108  
    435435    white-space: normal;
    436436}
    437 #properties table td {
     437#properties table.trac-properties > tbody > tr > td {
    438438    width: 50%;
    439439}
     
    444444    box-sizing: border-box;
    445445}
    446 #properties table th.col2 {
     446#properties table.trac-properties > tbody > tr > th.col2 {
    447447    border: none;
    448448}
    449 #properties table td {
     449#properties table.trac-properties > tbody > tr > td {
    450450    vertical-align: top; /* align everything */
    451451    padding: .3em; /* breathing room */
     
    10371037    display: none;
    10381038}
    1039 #propertyform[action*="/newticket"] #properties table td#focuses {
     1039#propertyform[action*="/newticket"] #properties table.trac-properties > tbody > tr > td#focuses {
    10401040    padding-left: 0;
    10411041}
     
    14391439
    14401440/* =Workflow Keywords */
    1441 #properties table td {
     1441#properties table.trac-properties > tbody > tr > td {
    14421442    vertical-align: top;
    14431443}
     
    14971497    display: none;
    14981498}
    1499 #properties table td#focuses {
     1499#properties table.trac-properties > tbody > tr > td#focuses {
    15001500    padding: .6em 0 .3em 60px;
    15011501    height: 66px;
     
    20892089        text-align: left;
    20902090    }
    2091     #properties table th,
    2092     #properties table td {
     2091    #properties table.trac-properties {
     2092        display: block !important;
     2093    }
     2094    #properties table.trac-properties > tbody > tr > th,
     2095    #properties table.trac-properties > tbody > tr > td {
    20932096        /* one col, labels on top */
    20942097        display: block;
     
    20962099        width: 100% !important;
    20972100    }
    2098     #properties table th {
     2101    #properties table.trac-properties > tbody > tr > th {
    20992102        padding: 0;
    21002103        margin: 10px 0 5px;
    21012104        text-align: left;
    21022105    }
    2103     #properties table th.col2 {
     2106    #properties table.trac-properties > tbody > tr > th.col2 {
    21042107        border-left: none; /* no columns, no divider */
    21052108    }
Note: See TracChangeset for help on using the changeset viewer.