mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-15 01:54:30 +00:00
RTL style fixes for the Theme Customizer. Props ocean90, helenyhou.
git-svn-id: https://develop.svn.wordpress.org/trunk@20674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -134,6 +134,7 @@ body {
|
||||
top: 18px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.saving #customize-footer-actions img {
|
||||
display: inline;
|
||||
}
|
||||
@@ -151,6 +152,7 @@ body {
|
||||
margin-right: 10px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.customize-control-content {
|
||||
float: right;
|
||||
width: 140px;
|
||||
@@ -300,6 +302,7 @@ body {
|
||||
.customize-control-color .farbtastic-placeholder {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.customize-control-color.open .color-picker-hex,
|
||||
.customize-control-color.open .farbtastic-placeholder {
|
||||
display: block;
|
||||
@@ -365,12 +368,12 @@ body {
|
||||
/*
|
||||
* Image Picker
|
||||
*/
|
||||
|
||||
.customize-control-image .library,
|
||||
.customize-control-image .actions {
|
||||
display: none;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.customize-control-image.open .library,
|
||||
.customize-control-image.open .actions {
|
||||
display: block;
|
||||
@@ -469,4 +472,4 @@ body {
|
||||
text-align: center;
|
||||
color: #777;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user