Widgets: Better padding for translations of "Reorder".
fixes #27788. Built from https://develop.svn.wordpress.org/trunk@28148 git-svn-id: http://core.svn.wordpress.org/trunk@27979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f5c0ad0115
commit
dd8531a3b3
|
@ -114,8 +114,7 @@
|
||||||
|
|
||||||
.reorder-toggle {
|
.reorder-toggle {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 5px 10px;
|
padding: 5px 8px;
|
||||||
margin-left: 10px;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -285,9 +284,10 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-new-widget {
|
#customize-theme-controls .add-new-widget {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-right: 10px;
|
||||||
-webkit-transition: all 0.2s;
|
-webkit-transition: all 0.2s;
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -114,8 +114,7 @@
|
||||||
|
|
||||||
.reorder-toggle {
|
.reorder-toggle {
|
||||||
float: right;
|
float: right;
|
||||||
padding: 5px 10px;
|
padding: 5px 8px;
|
||||||
margin-right: 10px;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -285,9 +284,10 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-new-widget {
|
#customize-theme-controls .add-new-widget {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
float: right;
|
float: right;
|
||||||
|
margin-left: 10px;
|
||||||
-webkit-transition: all 0.2s;
|
-webkit-transition: all 0.2s;
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue