Changeset 7108
- Timestamp:
- 04/14/2018 05:23:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r7105 r7108 435 435 white-space: normal; 436 436 } 437 #properties table td {437 #properties table.trac-properties > tbody > tr > td { 438 438 width: 50%; 439 439 } … … 444 444 box-sizing: border-box; 445 445 } 446 #properties table th.col2 {446 #properties table.trac-properties > tbody > tr > th.col2 { 447 447 border: none; 448 448 } 449 #properties table td {449 #properties table.trac-properties > tbody > tr > td { 450 450 vertical-align: top; /* align everything */ 451 451 padding: .3em; /* breathing room */ … … 1037 1037 display: none; 1038 1038 } 1039 #propertyform[action*="/newticket"] #properties table td#focuses {1039 #propertyform[action*="/newticket"] #properties table.trac-properties > tbody > tr > td#focuses { 1040 1040 padding-left: 0; 1041 1041 } … … 1439 1439 1440 1440 /* =Workflow Keywords */ 1441 #properties table td {1441 #properties table.trac-properties > tbody > tr > td { 1442 1442 vertical-align: top; 1443 1443 } … … 1497 1497 display: none; 1498 1498 } 1499 #properties table td#focuses {1499 #properties table.trac-properties > tbody > tr > td#focuses { 1500 1500 padding: .6em 0 .3em 60px; 1501 1501 height: 66px; … … 2089 2089 text-align: left; 2090 2090 } 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 { 2093 2096 /* one col, labels on top */ 2094 2097 display: block; … … 2096 2099 width: 100% !important; 2097 2100 } 2098 #properties table th {2101 #properties table.trac-properties > tbody > tr > th { 2099 2102 padding: 0; 2100 2103 margin: 10px 0 5px; 2101 2104 text-align: left; 2102 2105 } 2103 #properties table th.col2 {2106 #properties table.trac-properties > tbody > tr > th.col2 { 2104 2107 border-left: none; /* no columns, no divider */ 2105 2108 }
Note: See TracChangeset
for help on using the changeset viewer.