Ticket #4030: 4030.diff
File 4030.diff, 1.3 KB (added by , 6 years ago) |
---|
-
wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php
419 419 #focuses, #components, #milestones, p.save-changes { 420 420 clear: both; 421 421 } 422 #focuses ul { 423 margin: 0; 424 } 422 425 #milestones, p.save-changes { 423 426 padding-top: 1em; 424 427 } 428 #milestones ul { 429 margin: 0; 430 } 425 431 #focuses li { 426 432 display: inline-block !important; 427 433 list-style: none; 428 min-width: 15%;429 margin-right: 30px;434 width: 24%; 435 margin: 0; 430 436 } 431 437 #components > ul { 432 margin: 0 0 0 1% !important;433 438 margin: 0; 434 439 padding: 0; 435 440 } … … 452 457 #milestones.show-completed-milestones .completed-milestone { 453 458 display: list-item !important; 454 459 } 460 @media screen and (max-width: 450px) { 461 .make-core #components > ul{ 462 width: 100%; 463 } 464 #focuses li{ 465 width: 100%; 466 } 467 } 455 468 </style> 456 469 <script> 457 470 jQuery(document).ready( function($) {