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:
Andrew Nacin 2014-04-16 13:07:01 +00:00
parent 2d4ea78457
commit 43d194c3b6

View File

@ -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;