~canonical-sysadmins/wordpress/4.2.4

« back to all changes in this revision

Viewing changes to wp-admin/css/nav-menus.css

  • Committer: Paul Gear
  • Date: 2015-04-24 01:35:20 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: paul.gear@canonical.com-20150424013520-w4p9ksth76zh6opw
Merge new upstream release 4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        margin-top: 1px;
102
102
}
103
103
 
104
 
.menu-edit p {
105
 
        margin: .3em 0 .6em;
106
 
}
107
 
 
108
104
.menu-edit #post-body-content h3 {
109
105
        margin: 1em 0 10px;
110
106
}
216
212
        margin-top: -2px;
217
213
}
218
214
 
219
 
.widefat td.menu-location-menus {
220
 
        padding-bottom: 5px;
 
215
.widefat .menu-locations tr + tr td {
 
216
        padding-top: 0;
 
217
}
 
218
 
 
219
.widefat .menu-locations td {
 
220
        vertical-align: middle;
 
221
}
 
222
 
 
223
.menu-location-title label {
 
224
        font-weight: bold;
221
225
}
222
226
 
223
227
.menu-location-menus select {
259
263
}
260
264
 
261
265
.js .input-with-default-title {
262
 
        color: #aaa;
 
266
        color: #a0a5aa;
263
267
        font-style: italic;
264
268
}
265
269
 
345
349
        float: right;
346
350
}
347
351
 
348
 
.postbox .spinner {
349
 
        display: none;
350
 
        vertical-align: middle;
351
 
}
352
 
 
353
352
.button-controls {
354
353
        clear:both;
355
354
        margin: 10px 0;
404
403
        width: 190px;
405
404
}
406
405
 
 
406
.quick-search-wrap .spinner {
 
407
        float: none;
 
408
        margin: 0 5px;
 
409
}
 
410
 
407
411
.nav-menus-php .list-wrap {
408
412
        display: none;
409
413
        clear: both;
671
675
 
672
676
.description-thin {
673
677
        width: 190px;
674
 
        height: 40px;
675
678
}
676
679
 
677
680
.description-wide {
709
712
}
710
713
 
711
714
.nav-menus-php .submitbox .submitcancel {
712
 
        border-bottom: 1px solid #0074a2;
 
715
        border-bottom: 1px solid #0073aa;
713
716
        padding: 1px 2px;
714
 
        color: #0074a2;
 
717
        color: #0073aa;
715
718
        text-decoration: none;
716
719
}
717
720
 
718
721
.nav-menus-php .submitbox .submitcancel:hover {
719
 
        background: #0074a2;
 
722
        background: #0073aa;
720
723
        color: #fff;
721
724
}
722
725
 
825
828
        .menu-item-settings .description-thin,
826
829
        .menu-item-settings .description-wide {
827
830
                width: 100%;
828
 
                height: auto;
829
831
        }
830
832
 
831
833
        .menu-item-settings input {
832
834
                width: 100%;
833
835
        }
834
836
 
 
837
        .menu-item-settings input[type="checkbox"],
 
838
        .menu-item-settings input[type="radio"] {
 
839
                width: 25px;
 
840
        }
 
841
 
835
842
        .menu-settings dl {
836
843
                padding-left: 0;
837
844
        }