Don't override .shortlink-input left/right padding of 1em with CSS shorthand later on. Fixes #19147.

git-svn-id: https://develop.svn.wordpress.org/trunk@19161 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jon Cave
2011-11-04 20:45:15 +00:00
parent 7dec8b7703
commit 78e94523c8
3 changed files with 4 additions and 3 deletions

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