mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user