Don't override .shortlink-input left/right padding of 1em with CSS shorthand later on. Fixes #19147.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19161 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -107,7 +107,8 @@
|
||||
#wpadminbar .quicklinks .menupop ul,
|
||||
#wpadminbar .shortlink-input {
|
||||
margin: 0 0 0 -1px;
|
||||
padding: 6px 0;
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
-moz-box-shadow: 0 4px 6px rgba(0,0,0,0.2);
|
||||
-webkit-box-shadow: 0 4px 6px rgba(0,0,0,0.2);
|
||||
box-shadow: 0 4px 6px rgba(0,0,0,0.2);
|
||||
|
||||
Reference in New Issue
Block a user