Theme Customizer: Ensure image control tabs are full-width to prevent floating bugs. see #19910.

git-svn-id: http://core.svn.wordpress.org/trunk@20820 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2012-05-17 15:56:18 +00:00
parent 8f5251dc61
commit d28902a112

View File

@ -373,6 +373,7 @@ body {
.customize-control-image .actions {
display: none;
float: left;
width: 100%;
}
.customize-control-image.open .library,
@ -399,7 +400,7 @@ body {
}
.customize-section .customize-control-image .actions {
float: right;
text-align: right;
}
.customize-section .customize-control-image .actions a {