Customize: Fix vertical alignment of radio and checkbox inputs after [41740].
Props Shital Patel, subrataemfluence, sayedwp. Amends [41740]. See #33085. Fixes #42157. Built from https://develop.svn.wordpress.org/trunk@41817 git-svn-id: http://core.svn.wordpress.org/trunk@41651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -973,6 +973,11 @@ p.customize-section-description {
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.customize-control-radio label,
|
||||
.customize-control-checkbox label {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.customize-control .attachment-thumb.type-icon {
|
||||
float: left;
|
||||
margin: 10px;
|
||||
@@ -2684,6 +2689,10 @@ body.adding-widget .add-new-widget:before,
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.customize-control-header button.random .dice {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.customize-control-radio .customize-inside-control-row,
|
||||
.customize-control-checkbox .customize-inside-control-row,
|
||||
.customize-control-nav_menu_auto_add .customize-inside-control-row {
|
||||
@@ -2696,9 +2705,9 @@ body.adding-widget .add-new-widget:before,
|
||||
margin-left: -32px;
|
||||
}
|
||||
|
||||
.customize-control input[type="radio"] + label,
|
||||
.customize-control input[type="checkbox"] + label {
|
||||
line-height: 32px;
|
||||
.customize-control input[type="radio"] + label + br,
|
||||
.customize-control input[type="checkbox"] + label + br {
|
||||
line-height: 32px; /* For widgets checkboxes */
|
||||
}
|
||||
|
||||
.customize-control .date-time-fields select {
|
||||
|
||||
Reference in New Issue
Block a user