Changeset 7681
- Timestamp:
- 09/20/2018 07:09:49 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r7679 r7681 2091 2091 padding: 0.5em 0 .5em .2em; /* reduce side padding */ 2092 2092 } 2093 #ticket table.properties > tbody > tr > th { 2094 width: 30%; /* More room so columns don't overlap */ 2095 } 2093 2096 #field-description-help, #content.ticket label[for="comment"] { 2094 2097 float: none; /* don't let it collide with the editor buttons */ … … 2249 2252 margin-left: 0; 2250 2253 } 2251 } 2254 #ticket table.properties > tbody > tr > th { 2255 width: 40%; /* More room so columns don't overlap */ 2256 } 2257 }
Note: See TracChangeset
for help on using the changeset viewer.