Making WordPress.org

Changeset 8039


Ignore:
Timestamp:
01/07/2019 09:16:43 PM (6 years ago)
Author:
coffee2code
Message:

Trac: Improve vertical alignment and responsiveness of checkboxes into columns.

Props faisal03, coffee2code.
Fixes #4030.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php

    r7211 r8039  
    420420            clear: both;
    421421        }
    422         #milestones, p.save-changes {
    423             padding-top: 1em;
     422        #focuses ul {
     423            margin: 0;
    424424        }
    425425        #focuses li {
    426426            display: inline-block !important;
    427427            list-style: none;
    428             min-width: 15%;
    429             margin-right: 30px;
     428            width: 24%;
     429            margin: 0;
    430430        }
    431431        #components > ul {
    432             margin: 0 0 0 1% !important;
    433432            margin: 0;
    434433            padding: 0;
     
    441440            list-style: none;
    442441        }
     442        #milestones ul {
     443            margin: 0;
     444        }
    443445        #milestones > ul > li {
    444446            float: left;
    445             width: 25%;
     447            width: 24%;
    446448            list-style: none;
     449        }
     450        #milestones, p.save-changes {
     451            padding-top: 1em;
     452        }
     453        #milestones #show-completed {
     454            width: 100%;
    447455        }
    448456        .completed-milestone {
     
    452460        #milestones.show-completed-milestones .completed-milestone {
    453461            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            }
    454471        }
    455472        </style>
Note: See TracChangeset for help on using the changeset viewer.