~canonical-sysadmins/wordpress/4.9.4

« back to all changes in this revision

Viewing changes to wp-admin/css/customize-controls-rtl.css

  • Committer: Barry Price
  • Date: 2017-06-09 02:09:58 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: barry.price@canonical.com-20170609020958-838whhwt2196f2vk
Merge WP4.8 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
#customize-controls .customize-info .customize-panel-description.open + .no-widget-areas-rendered-notice {
164
164
        border-top: none;
165
165
}
 
166
.no-widget-areas-rendered-notice {
 
167
        font-style: italic;
 
168
}
 
169
.no-widget-areas-rendered-notice p:first-child {
 
170
        margin-top: 0;
 
171
}
 
172
.no-widget-areas-rendered-notice p:last-child {
 
173
        margin-bottom: 0;
 
174
}
166
175
 
167
176
#customize-controls .customize-info .customize-section-description {
168
177
        margin-bottom: 15px;
608
617
 
609
618
.customize-control select {
610
619
        width: 100%;
611
 
        max-width: 300px;
612
620
        height: 28px;
613
621
        line-height: 28px;
614
622
}
702
710
        padding-top: 7px;
703
711
}
704
712
 
705
 
.customize-control .thumbnail-image {
 
713
/* Remove descender space. */
 
714
.customize-control .thumbnail-image,
 
715
.customize-control-header .current,
 
716
.customize-control .wp-media-wrapper.wp-video {
706
717
        line-height: 0;
707
718
}
708
719
 
 
720
/* Remove descender space. */
 
721
.customize-control-site_icon .favicon-preview .browser-preview {
 
722
        vertical-align: top;
 
723
}
 
724
 
709
725
.customize-control .thumbnail-image img {
710
726
        cursor: pointer;
711
727
}
735
751
 
736
752
.customize-control-dropdown-pages .new-content-item {
737
753
        width: 100%;
738
 
        max-width: 300px;
739
754
        padding: 5px 1px 5px 0;
740
755
        position: relative;
741
756
}
767
782
 
768
783
.customize-control-dropdown-pages .add-new-toggle {
769
784
        margin-right: 1px;
770
 
        color: #0073aa;
771
785
        font-weight: 600;
772
786
        line-height: 28px;
773
 
        text-decoration: underline;
774
 
}
775
 
 
776
 
.customize-control-dropdown-pages .add-new-toggle:hover,
777
 
.customize-control-dropdown-pages .add-new-toggle:active {
778
 
        color: #00a0d2;
779
 
}
780
 
 
781
 
.customize-control-dropdown-pages .add-new-toggle:focus {
782
 
        color: #124964;
783
787
}
784
788
 
785
789
#customize-preview iframe {
936
940
 
937
941
/* Media controls */
938
942
 
939
 
.customize-control .attachment-media-view .actions {
940
 
        margin-top: 8px;
941
 
}
942
 
 
943
 
.customize-control-header .current {
944
 
        margin-bottom: 8px;
 
943
.customize-control .actions .button {
 
944
        margin-top: 12px;
945
945
}
946
946
 
947
947
.customize-control-header .actions,
969
969
.customize-control .attachment-media-view .upload-button,
970
970
.customize-control-header button.new,
971
971
.customize-control-header button.remove {
 
972
        width: auto;
 
973
        height: auto;
972
974
        white-space: normal;
973
 
        width: 48%;
974
 
        height: auto;
975
975
}
976
976
 
977
977
.customize-control .attachment-media-view .thumbnail,
1017
1017
.customize-control-header .header-view {
1018
1018
        position: relative;
1019
1019
        width: 100%;
1020
 
        margin-bottom: 5px;
 
1020
        margin-bottom: 12px;
1021
1021
}
1022
1022
 
1023
1023
.customize-control-header .header-view:last-child {
1141
1141
.customize-control .attachment-media-view .remove-button,
1142
1142
.customize-control .attachment-media-view .default-button,
1143
1143
.customize-control-header .remove {
1144
 
        float: right;
1145
 
        margin-left: 3px;
1146
 
}
1147
 
 
1148
 
.customize-control .attachment-media-view .upload-button,
1149
 
.customize-control-header .new {
1150
 
        float: left;
 
1144
        margin-left: 8px;
1151
1145
}
1152
1146
 
1153
1147
/* Background position control */
1191
1185
.customize-section-description-container + #customize-control-custom_css:last-child {
1192
1186
        margin-right: -12px;
1193
1187
        width: 299px;
 
1188
        width: -webkit-calc( 100% + 24px );
 
1189
        width: calc( 100% + 24px );
1194
1190
        margin-bottom: -12px;
1195
1191
}
1196
1192
 
1197
1193
@media screen and ( max-width: 640px ) {
1198
1194
        .customize-section-description-container + #customize-control-custom_css:last-child {
1199
 
                margin-right: 0;
1200
1195
                margin-left: 0;
1201
 
                width: 100%;
1202
1196
        }
1203
1197
        .customize-section-description-container + #customize-control-custom_css:last-child textarea {
1204
1198
                height: -webkit-calc( 100vh - 140px );
1205
1199
                height: calc( 100vh - 140px );
1206
 
                width: 100%;
1207
 
                border: solid 1px #ddd;
1208
1200
        }
1209
1201
}
1210
1202
 
1478
1470
 
1479
1471
/* Reordering */
1480
1472
.reorder-toggle {
1481
 
        color: #0073aa;
1482
1473
        float: left;
1483
1474
        padding: 5px 8px;
1484
1475
        text-decoration: none;
1485
1476
        cursor: pointer;
1486
1477
        outline: none;
1487
 
        -webkit-user-select: none;
1488
 
        -moz-user-select: none;
1489
 
        -ms-user-select: none;
1490
 
        user-select: none;
1491
 
}
1492
 
 
1493
 
.reorder-toggle:hover {
1494
 
        color: #00a0d2;
1495
 
}
1496
 
 
1497
 
.reorder-toggle:focus {
1498
 
        outline: 1px dotted;
1499
1478
}
1500
1479
 
1501
1480
.reorder,
1507
1486
.reorder-done,
1508
1487
.reordering .reorder {
1509
1488
        display: none;
1510
 
        color: #0073aa;
1511
 
}
1512
 
 
1513
 
.reorder-toggle:hover .reorder-done,
1514
 
.reorder-toggle:active .reorder-done,
1515
 
.reorder-toggle:focus .reorder-done {
1516
 
        color: #00a0d2;
1517
1489
}
1518
1490
 
1519
1491
.widget-reorder-nav span,