Ticket #4917: 4917.reports.2.patch
File 4917.reports.2.patch, 883 bytes (added by , 4 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
2139 2139 max-width: 50%; /* prevent the logo and search from colliding (to a point) */ 2140 2140 height: auto; 2141 2141 } 2142 #filters th, 2143 #filters td { 2144 display: block; 2145 } 2146 #filters .trac-clause td:not(.actions td), 2147 #filters .trac-clause th { 2148 text-align:left; 2149 } 2150 #filters .trac-clause tbody { 2151 display:table; 2152 padding:7px 0 7px 0; 2153 } 2154 #filters th, 2155 #filters td label { 2156 font-size:13px; 2157 } 2142 2158 #content.ticket, .milestone .info .progress, .milestone .info dl, #content.timeline dl, #stats { 2143 2159 margin-left: 0; /* use all the available space */ 2144 2160 }