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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17744 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-04-28 12:44:41 +00:00
parent 8b5122b411
commit 57975112e7
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 {