Changeset 8039
- Timestamp:
- 01/07/2019 09:16:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php
r7211 r8039 420 420 clear: both; 421 421 } 422 # milestones, p.save-changes{423 padding-top: 1em;422 #focuses ul { 423 margin: 0; 424 424 } 425 425 #focuses li { 426 426 display: inline-block !important; 427 427 list-style: none; 428 min-width: 15%;429 margin -right: 30px;428 width: 24%; 429 margin: 0; 430 430 } 431 431 #components > ul { 432 margin: 0 0 0 1% !important;433 432 margin: 0; 434 433 padding: 0; … … 441 440 list-style: none; 442 441 } 442 #milestones ul { 443 margin: 0; 444 } 443 445 #milestones > ul > li { 444 446 float: left; 445 width: 2 5%;447 width: 24%; 446 448 list-style: none; 449 } 450 #milestones, p.save-changes { 451 padding-top: 1em; 452 } 453 #milestones #show-completed { 454 width: 100%; 447 455 } 448 456 .completed-milestone { … … 452 460 #milestones.show-completed-milestones .completed-milestone { 453 461 display: list-item !important; 462 } 463 @media screen and (max-width: 450px) { 464 .make-core #components > ul, 465 #focuses li { 466 width: 100%; 467 } 468 #milestones > ul > li { 469 width: 49%; 470 } 454 471 } 455 472 </style>
Note: See TracChangeset
for help on using the changeset viewer.