2012-04-12 17:53:19 -04:00
|
|
|
.control-section .customize-section-title:hover {
|
|
|
|
box-shadow: inset 11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-section-title:after {
|
|
|
|
right: auto;
|
|
|
|
left: 20px;
|
|
|
|
}
|
|
|
|
|
2012-05-01 18:06:53 -04:00
|
|
|
#customize-footer-actions img {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
2012-04-12 17:53:19 -04:00
|
|
|
.customize-control {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-radio input {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2012-05-01 18:06:53 -04:00
|
|
|
* Dropdowns
|
2012-04-12 17:53:19 -04:00
|
|
|
*/
|
2012-05-01 18:06:53 -04:00
|
|
|
.customize-section .dropdown {
|
2012-04-12 17:53:19 -04:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-05-01 18:06:53 -04:00
|
|
|
.customize-section .dropdown-content {
|
2012-04-12 17:53:19 -04:00
|
|
|
float: right;
|
2012-05-01 18:06:53 -04:00
|
|
|
margin-right: 0px;
|
|
|
|
margin-left: 16px;
|
|
|
|
-webkit-border-radius: 0 3px 3px 0;
|
|
|
|
border-radius: 0 3px 3px 0;
|
2012-04-12 17:53:19 -04:00
|
|
|
}
|
|
|
|
|
2012-05-01 18:06:53 -04:00
|
|
|
.customize-control .dropdown-arrow {
|
|
|
|
right: auto;
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
border-color: #ccc;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px 0 1px 1px;
|
|
|
|
-webkit-border-radius: 3px 0 0 3px;
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control .dropdown-arrow:after {
|
|
|
|
right: auto;
|
|
|
|
left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Color Picker
|
|
|
|
*/
|
|
|
|
.customize-control-color .dropdown {
|
2012-04-12 17:53:19 -04:00
|
|
|
margin-right: 0;
|
2012-05-01 18:06:53 -04:00
|
|
|
margin-left: 5px;
|
2012-04-12 17:53:19 -04:00
|
|
|
}
|
|
|
|
|
2012-05-01 18:06:53 -04:00
|
|
|
.customize-section .color-picker-hex {
|
2012-04-12 17:53:19 -04:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-05-01 18:06:53 -04:00
|
|
|
.customize-section .color-picker-hex span {
|
2012-04-12 17:53:19 -04:00
|
|
|
float: right;
|
2012-05-01 18:06:53 -04:00
|
|
|
margin: 1px 0 0 -2px;
|
|
|
|
padding: 3px 8px 3px 0;
|
|
|
|
text-align: left;
|
2012-04-12 17:53:19 -04:00
|
|
|
}
|
|
|
|
|
2012-05-01 18:06:53 -04:00
|
|
|
.customize-control-color .farbtastic-placeholder {
|
|
|
|
margin: 5px 25px 10px 0;
|
2012-04-12 17:53:19 -04:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-05-01 18:06:53 -04:00
|
|
|
/*
|
|
|
|
* Image Picker
|
|
|
|
*/
|
|
|
|
.customize-section .customize-control-image .actions {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customize-control-image .library,
|
|
|
|
.customize-control-image .actions,
|
|
|
|
.customize-section .customize-control-image .library ul,
|
|
|
|
.customize-section .customize-control-image .library li,
|
|
|
|
.customize-section .customize-control-image .library-content {
|
2012-04-12 17:53:19 -04:00
|
|
|
float: right;
|
|
|
|
}
|