Theme Customizer: Flex-width friendly UI, improved typographical hierarchy. see #19910.

git-svn-id: https://develop.svn.wordpress.org/trunk@20777 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-05-12 00:48:20 +00:00
parent 212552cb9e
commit daad27aeef
3 changed files with 54 additions and 63 deletions

View File

@@ -172,8 +172,8 @@ class WP_Customize_Control {
case 'checkbox':
?>
<label>
<span class="customize-control-title"><?php echo esc_html( $this->label ); ?></span>
<input type="checkbox" value="<?php echo esc_attr( $this->value() ); ?>" <?php $this->link(); checked( $this->value() ); ?> />
<?php echo esc_html( $this->label ); ?>
</label>
<?php
break;