mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Theme Customizer: More sidebar CSS tweaks. Padding and margins. see #19910.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
592ed46360
commit
038b97ceb5
@ -111,6 +111,7 @@ body {
|
|||||||
.customize-control {
|
.customize-control {
|
||||||
float: left;
|
float: left;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customize-control-title {
|
.customize-control-title {
|
||||||
@ -133,7 +134,7 @@ body {
|
|||||||
.customize-control-text input {
|
.customize-control-text input {
|
||||||
width: 138px;
|
width: 138px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
margin: 1px 1px 5px;
|
margin: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customize-control-select select {
|
.customize-control-select select {
|
||||||
|
Loading…
Reference in New Issue
Block a user