Make WordPress Core

Changeset 32772


Ignore:
Timestamp:
06/14/2015 08:11:40 PM (10 years ago)
Author:
helen
Message:

Reduce form spacing on narrower screens.

props liljimmi.
fixes #32489, #32484.

File:
1 edited

Legend:

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

    r32051 r32772  
    10881088
    10891089    .form-table span.description {
     1090        display: inline;
    10901091        padding: 4px 0 0;
    10911092        line-height: 1.4em;
     1093        font-size: 14px;
    10921094    }
    10931095
     
    10991101
    11001102    .form-table td {
    1101         padding-top: 8px;
     1103        margin-bottom: 0;
     1104        padding-bottom: 6px;
     1105        padding-top: 4px;
    11021106        padding-left: 0;
     1107    }
     1108
     1109    .form-table.permalink-structure td code {
     1110        margin-left: 32px;
     1111    }
     1112
     1113    .form-table.permalink-structure td input[type="text"] {
     1114        margin-left: 32px;
     1115        margin-top: 4px;
     1116        width: 96%;
    11031117    }
    11041118
Note: See TracChangeset for help on using the changeset viewer.