Make WordPress Core

Changeset 26438


Ignore:
Timestamp:
11/27/2013 08:19:56 PM (11 years ago)
Author:
iammattthomas
Message:

Fix the alignment of checkboxes in menu location settings, and add responsive adjustments for those checkboxes. Fixes #26259, props mattheu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26437 r26438  
    87618761    margin: 0 0 10px;
    87628762    overflow: hidden;
     8763    padding-left: 18%;
    87638764}
    87648765
     
    87668767    float: left;
    87678768    margin: 0;
    8768     width: 60%;
     8769    width: 100%;
    87698770}
    87708771
     
    87728773    float: left;
    87738774    clear: both;
    8774     width: 18%;
    8775     padding: 3px 1px 0;
     8775    width: 21.951%;
     8776    padding: 3px 0 0;
     8777    margin-left: -21.951%;
    87768778}
    87778779
     
    1188011882    }
    1188111883
     11884    .menu-settings dl {
     11885        padding-left: 0;
     11886    }
     11887
     11888    .menu-settings dd {
     11889        float: none;
     11890        width: 100%;
     11891    }
     11892
     11893    .menu-settings dt {
     11894        float: none;
     11895        width: auto;
     11896        margin-left: 0;
     11897    }
     11898
    1188211899    /* Theme Management Page */
    1188311900    #current-theme.has-screenshot {
Note: See TracChangeset for help on using the changeset viewer.