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:
parent
8b5122b411
commit
57975112e7
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue