Changeset 46
- Timestamp:
- 06/10/2013 02:45:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r45 r46 77 77 /* We like the WP button styles, but they need to be a bit smaller sometimes */ 78 78 .inlinebuttons input { 79 margin: 0 .1em .1em; /* restores Trac's own CSS */ 79 margin: 0 .2em .2em; /* Trac is 0 .1em .1em */ 80 } 81 .inlinebuttons input[name=replyto] + input { 82 margin-left: 15px; 83 } 84 #prefs .buttons input[type=button], 85 #prefs .buttons input[type=submit], 86 .inlinebuttons input[type=button], 87 .inlinebuttons input[type=submit] { 80 88 font-size: 10px; 81 89 line-height: 20px; 82 90 height: 21px; 91 } 92 #prefs input { 93 margin: .1em; 94 } 95 #prefs fieldset label { 96 margin: .1em 0; 83 97 } 84 98 … … 137 151 } 138 152 #content.report { 139 width: 98%;153 max-width: 98%; 140 154 } 141 155 #content.report div.reports ~ #help, … … 457 471 border: 1px solid #ccc; 458 472 box-shadow: none; 473 font-size: 10px; 459 474 } 460 475 #info {
Note: See TracChangeset
for help on using the changeset viewer.