mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
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:
parent
8f5251dc61
commit
d28902a112
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user