Making WordPress.org

Ticket #4030: 4030.diff

File 4030.diff, 1.3 KB (added by faisal03, 6 years ago)
  • wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php

     
    419419                #focuses, #components, #milestones, p.save-changes {
    420420                        clear: both;
    421421                }
     422        #focuses ul {
     423                margin: 0;
     424                }
    422425                #milestones, p.save-changes {
    423426                        padding-top: 1em;
    424427                }
     428        #milestones ul {
     429                margin: 0;
     430                }
    425431                #focuses li {
    426432                        display: inline-block !important;
    427433                        list-style: none;
    428                         min-width: 15%;
    429                         margin-right: 30px;
     434            width: 24%;
     435            margin: 0;
    430436                }
    431437                #components > ul {
    432                         margin: 0 0 0 1% !important;
    433438                        margin: 0;
    434439                        padding: 0;
    435440                }
     
    452457                #milestones.show-completed-milestones .completed-milestone {
    453458                        display: list-item !important;
    454459                }
     460        @media screen and (max-width: 450px) {
     461            .make-core #components > ul{
     462                width: 100%;
     463            }
     464            #focuses li{
     465                width: 100%;
     466            }
     467        }
    455468                </style>
    456469                <script>
    457470                jQuery(document).ready( function($) {