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

git-svn-id: https://develop.svn.wordpress.org/trunk@22345 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-10-31 21:03:27 +00:00
parent 9703b3a86f
commit 18723b0970

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>