Making WordPress.org

Changeset 8039

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        # {
     423            ;
    424424        }
    425425        #focuses li {
    426426            display: inline-block !important;
    427427            list-style: none;
    428             min-width: 15%;
    429             margin-right: 30px;
     428            %;
     429            margin;
    430430        }
    431431        #components > ul {
    432             margin: 0 0 0 1% !important;
    433432            margin: 0;
    434433            padding: 0;
     
    441440            list-style: none;
    442441        }
     442
     443
     444
    443445        #milestones > ul > li {
    444446            float: left;
    445             width: 25%;
     447            width: 2%;
    446448            list-style: none;
     449
     450
     451
     452
     453
     454
    447455        }
    448456        .completed-milestone {
     
    452460        #milestones.show-completed-milestones .completed-milestone {
    453461            display: list-item !important;
     462
     463
     464
     465
     466
     467
     468
     469
     470
    454471        }
    455472        </style>
Note: See TracChangeset for help on using the changeset viewer.