Media: Reduce button size for the link gallery setting. see #21390.

git-svn-id: http://core.svn.wordpress.org/trunk@22345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-10-31 21:03:27 +00:00
parent d16ba6ac18
commit 41c2935278
1 changed files with 1 additions and 1 deletions

View File

@ -1438,7 +1438,7 @@ function wp_print_media_templates( $attachment ) {
<script type="text/html" id="tmpl-gallery-settings">
<h4><?php _e('Link To'); ?></h4>
<div class="link-to button-group button-large" data-setting="link">
<div class="link-to button-group" data-setting="link">
<button class="button" value="post">
<?php esc_attr_e('Attachment Page'); ?>
</button>