Widgets: Better padding for translations of "Reorder".
fixes #27788. git-svn-id: https://develop.svn.wordpress.org/trunk@28148 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2d4ea78457
commit
43d194c3b6
@ -114,8 +114,7 @@
|
||||
|
||||
.reorder-toggle {
|
||||
float: right;
|
||||
padding: 5px 10px;
|
||||
margin-right: 10px;
|
||||
padding: 5px 8px;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
@ -285,9 +284,10 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.add-new-widget {
|
||||
#customize-theme-controls .add-new-widget {
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
-webkit-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
-webkit-user-select: none;
|
||||
|
Loading…
Reference in New Issue
Block a user