Changeset 11803
- Timestamp:
- 04/27/2022 08:53:24 AM (2 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r11802 r11803 5 5 6 6 <?python 7 scripts_version = '15 8'7 scripts_version = '159' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/' -
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r11802 r11803 377 377 -webkit-box-shadow: none; 378 378 box-shadow: none; 379 overflow: hidden; 380 text-overflow: ellipsis; 379 381 } 380 382 .trac-groupprogress table.progress { … … 491 493 } 492 494 /* =timeline.css */ 493 #content.timeline { 494 width: 100%; 495 } 495 496 496 #content.timeline dl { 497 497 margin-left: 1em; … … 2055 2055 ----------------------------------------------- */ 2056 2056 @media (max-width: 770px) { 2057 #main { 2058 overflow-x: auto; 2059 } 2057 2060 #headline { 2058 2061 height: auto; … … 2082 2085 top: 0; 2083 2086 right: 0; 2087 } 2088 .core.trac #mainnav { 2089 display: none; 2084 2090 } 2085 2091 .newticket-instructions { … … 2279 2285 width: 30%; /* More room so columns don't overlap */ 2280 2286 } 2287 #properties table.trac-properties > colgroup > col.th, 2288 #properties table.trac-properties > colgroup > col.td { 2289 width: 100%; 2290 } 2281 2291 #field-description-help, #content.ticket label[for="comment"] { 2282 2292 float: none; /* don't let it collide with the editor buttons */ … … 2285 2295 min-width: 115px !important; 2286 2296 text-align: left; 2297 float: none; 2298 display: block; 2287 2299 } 2288 2300 #properties table.trac-properties {
Note: See TracChangeset
for help on using the changeset viewer.