Ticket #4917: 4917.2.patch
File 4917.2.patch, 1.9 KB (added by , 4 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
2082 2082 float: none; 2083 2083 min-width: 100%; 2084 2084 } 2085 #ticket table.properties img.avatar { 2086 margin: 0 .5em 0 0; 2087 } 2088 #properties table.trac-properties > tbody > tr > td#focuses { 2089 padding-left: 22px; 2090 } 2085 2091 } 2086 2092 2087 2093 @media (max-width: 640px) { … … 2134 2140 #content.ticket, .milestone .info .progress, .milestone .info dl, #content.timeline dl, #stats { 2135 2141 margin-left: 0; /* use all the available space */ 2136 2142 } 2137 #ticket table.properties img.avatar {2138 float: right; /* move it to the right to help prevent collisions */2139 margin: 0 .5em 0 0;2140 }2141 2143 #ticket table.properties > tbody > th { 2142 2144 padding: 0.5em .2em .5em 0; /* reduce side padding */ 2143 2145 } … … 2222 2224 #trac-ticket-title { 2223 2225 margin-top: 10px; 2224 2226 } 2225 #ticket table.properties > tbody > th, 2226 #ticket table.properties > tbody > td { 2227 display: block; 2228 float: left; 2229 width: 60%; 2227 #ticket table.properties > tbody > tr > th, 2228 #ticket table.properties > tbody > tr > td { 2229 display: inline-block; 2230 2230 -webkit-box-sizing: border-box; 2231 2231 -moz-box-sizing: border-box; 2232 2232 box-sizing: border-box; 2233 2233 } 2234 #ticket table.properties > tbody > t h {2235 width: 40%;2234 #ticket table.properties > tbody > tr > th { 2235 width: 30%; 2236 2236 clear: left; 2237 2237 } 2238 #ticket table.properties > tbody > tr > td { 2239 width: 70%; 2240 clear: left; 2241 } 2238 2242 #ticket table.properties img.avatar { 2239 2243 float: left; 2240 2244 } … … 2308 2312 #ticket table.properties > tbody > tr > th { 2309 2313 width: 40%; /* More room so columns don't overlap */ 2310 2314 } 2315 #ticket table.properties > tbody > tr > td { 2316 width: 60%; /* Less room so columns don't overlap */ 2317 } 2311 2318 } 2312 2319 #github-prs .hidden { 2313 2320 display: none;