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:
Andrew Nacin 2014-04-16 13:07:16 +00:00
parent f5c0ad0115
commit dd8531a3b3
4 changed files with 8 additions and 8 deletions

View File

@ -114,8 +114,7 @@
.reorder-toggle {
float: left;
padding: 5px 10px;
margin-left: 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: left;
margin-right: 10px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
-webkit-user-select: none;

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long