Add line height to QuickPress media buttons. Prevents jitters as the images load. see #16927.

git-svn-id: https://develop.svn.wordpress.org/trunk@17744 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-04-28 12:44:41 +00:00
parent 28a5ec7c1c
commit 280e43884d
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -286,6 +286,7 @@ div.postbox div.inside {
margin: 0 0 .5em 5em;
padding: 0 0 0 10px;
font-size: 11px;
line-height: 17px;
}
#dashboard_quick_press #media-buttons a {