Changeset 350
- Timestamp:
- 01/31/2014 06:58:02 AM (12 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/style
- Files:
-
- 2 edited
-
trac/wp-trac.css (modified) (1 diff)
-
wp4.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r337 r350 1284 1284 1285 1285 /* =Reports page */ 1286 #report-popup {1287 display: none;1288 }1289 body.ticket-reports-open #content {1290 display: none;1291 }1292 body.ticket-reports-open #report-popup {1293 display: block;1294 position: absolute;1295 top: 140px;1296 background: white;1297 width: 100%;1298 }1299 @media screen and (min-width: 768px) {1300 body.ticket-reports-open #report-popup {1301 top: 184px;1302 }1303 }1304 #report-popup .ticket-reports {1305 max-width: 940px;1306 margin: 30px auto;1307 position: relative;1308 }1309 .ticket-reports .report-group h3 {1310 font-weight: bold;1311 }1312 #main .ticket-reports h4 {1313 font-size: 1.2em;1314 }1315 #main .ticket-reports h4 a {1316 font-weight: normal;1317 }1318 .ticket-reports .report {1319 float: left;1320 display: inline-block;1321 width: 220px;1322 margin-right: 15px;1323 }1324 .ticket-reports .wide .report,1325 .ticket-reports .report.wide {1326 width: 335px;1327 }1328 .ticket-reports .very-narrow .report,1329 .ticket-reports .report.very-narrow {1330 width: 130px;1331 margin-right: 10px;1332 }1333 .ticket-reports .narrow .report,1334 .ticket-reports .report.narrow {1335 width: 170px;1336 margin-right: 15px;1337 }1338 .ticket-reports .report h4 {1339 margin-bottom: 8px;1340 }1341 .ticket-reports .report p {1342 margin-top: 0;1343 }1344 .ticket-reports .report p a {1345 border: 0;1346 }1347 .ticket-reports .report-group {1348 clear: both;1349 overflow: auto;1350 margin-bottom: 30px;1351 }1352 .ticket-reports .reports h3 {1353 margin: 0 0 10px;1354 }1355 #report-popup h4, #report-popup a {1356 border: 0;1357 background: none;1358 }1359 #report-popup .ticket-reports .close {1360 position: absolute;1361 right: 0;1362 top: 0;1363 }1364 #report-popup .ticket-reports h3 {1365 font-size: 21px;1366 }1367 #report-popup .ticket-reports .report {1368 margin-right: 40px !important;1369 }1370 #report-popup .ticket-reports a {1371 color: #21759b;1372 }1373 #report-popup .ticket-reports a:hover {1374 color: #d54e21;1375 }1376 #report-popup .ticket-reports h2 {1377 margin-bottom: 30px;1378 }1379 1286 1380 1287 /* =Report screens */ -
sites/trunk/wordpress.org/public_html/style/wp4.css
r287 r350 1070 1070 } 1071 1071 1072 body.wporg-make #headline h2 a:before { 1073 -webkit-font-smoothing: antialiased; 1074 display: inline-block; 1075 font: normal 28px/1 'dashicons'; 1076 vertical-align: top; 1077 width: 36px; 1078 } 1079 body.make-core #headline h2 a:before { content: '\f107'; } 1080 body.make-ui #headline h2 a:before { content: '\f100'; } 1081 body.make-mobile #headline h2 a:before { content: '\f166'; } 1082 body.make-accessibility #headline h2 a:before { content: '\f115'; } 1083 body.make-polyglots #headline h2 a:before { content: '\f326'; } 1084 body.make-support #headline h2 a:before { content: '\f110'; } 1085 body.make-themes #headline h2 a:before { content: '\f105'; } 1086 body.make-plugins #headline h2 a:before { content: '\f106'; } 1087 body.make-documentation #headline h2 a:before { content: '\f123'; } 1088 body.make-community #headline h2 a:before { content: '\f125'; } 1089 body.make-meta #headline h2 a:before { content: '\f325'; } 1090 1072 1091 #headline .login { 1073 1092 font-size: 12px;
Note: See TracChangeset
for help on using the changeset viewer.