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

git-svn-id: https://develop.svn.wordpress.org/trunk@20820 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-05-17 15:56:18 +00:00
parent b739ea4152
commit d2b1637a9d
1 changed files with 2 additions and 1 deletions

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 {