Media Modal: Reduce height on the attachment captions from three lines to two. see #21390, #21807.

git-svn-id: http://core.svn.wordpress.org/trunk@22178 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-10-11 00:55:38 +00:00
parent 70bc71402b
commit e5285ef380

View File

@ -390,7 +390,7 @@
position: relative; position: relative;
display: block; display: block;
width: 100%; width: 100%;
height: 66px; height: 50px;
margin: -1px 0 0; margin: -1px 0 0;
padding: 8px; padding: 8px;
font-size: 12px; font-size: 12px;