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:
duck_
2011-11-04 20:45:15 +00:00
parent 057ceb34de
commit 27b7255c6c
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

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