After [36171] remove all the occurrences of the old CSS clearfix.
The old clearfix was applied to very specific items and defined multiple times across CSS files. Uses the new generic `.wp-clearfix` utility class instead. See #26396. Built from https://develop.svn.wordpress.org/trunk@36422 git-svn-id: http://core.svn.wordpress.org/trunk@36389 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -150,7 +150,7 @@ class Walker_Nav_Menu_Edit extends Walker_Nav_Menu {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="menu-item-settings" id="menu-item-settings-<?php echo $item_id; ?>">
|
||||
<div class="menu-item-settings wp-clearfix" id="menu-item-settings-<?php echo $item_id; ?>">
|
||||
<?php if ( 'custom' == $item->type ) : ?>
|
||||
<p class="field-url description description-wide">
|
||||
<label for="edit-menu-item-url-<?php echo $item_id; ?>">
|
||||
|
||||
@@ -1405,7 +1405,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
if ( !$bulk && $can_publish ) :
|
||||
?>
|
||||
|
||||
<div class="inline-edit-group">
|
||||
<div class="inline-edit-group wp-clearfix">
|
||||
<label class="alignleft">
|
||||
<span class="title"><?php _e( 'Password' ); ?></span>
|
||||
<span class="input-text-wrap"><input type="text" name="post_password" class="inline-edit-password-input" value="" /></span>
|
||||
@@ -1537,7 +1537,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
<?php if ( post_type_supports( $screen->post_type, 'comments' ) || post_type_supports( $screen->post_type, 'trackbacks' ) ) :
|
||||
if ( $bulk ) : ?>
|
||||
|
||||
<div class="inline-edit-group">
|
||||
<div class="inline-edit-group wp-clearfix">
|
||||
<?php if ( post_type_supports( $screen->post_type, 'comments' ) ) : ?>
|
||||
<label class="alignleft">
|
||||
<span class="title"><?php _e( 'Comments' ); ?></span>
|
||||
@@ -1561,7 +1561,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
|
||||
<?php else : // $bulk ?>
|
||||
|
||||
<div class="inline-edit-group">
|
||||
<div class="inline-edit-group wp-clearfix">
|
||||
<?php if ( post_type_supports( $screen->post_type, 'comments' ) ) : ?>
|
||||
<label class="alignleft">
|
||||
<input type="checkbox" name="comment_status" value="open" />
|
||||
@@ -1578,7 +1578,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
<?php endif; // $bulk
|
||||
endif; // post_type_supports comments or pings ?>
|
||||
|
||||
<div class="inline-edit-group">
|
||||
<div class="inline-edit-group wp-clearfix">
|
||||
<label class="inline-edit-status alignleft">
|
||||
<span class="title"><?php _e( 'Status' ); ?></span>
|
||||
<select name="_status">
|
||||
|
||||
@@ -263,17 +263,17 @@ function wp_nav_menu_item_link_meta_box() {
|
||||
?>
|
||||
<div class="customlinkdiv" id="customlinkdiv">
|
||||
<input type="hidden" value="custom" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-type]" />
|
||||
<p id="menu-item-url-wrap">
|
||||
<p id="menu-item-url-wrap" class="wp-clearfix">
|
||||
<label class="howto" for="custom-menu-item-url"><?php _e( 'URL' ); ?></label>
|
||||
<input id="custom-menu-item-url" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-url]" type="text" class="code menu-item-textbox" value="http://" />
|
||||
</p>
|
||||
|
||||
<p id="menu-item-name-wrap">
|
||||
<p id="menu-item-name-wrap" class="wp-clearfix">
|
||||
<label class="howto" for="custom-menu-item-name"><?php _e( 'Link Text' ); ?></label>
|
||||
<input id="custom-menu-item-name" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-title]" type="text" class="regular-text menu-item-textbox" />
|
||||
</p>
|
||||
|
||||
<p class="button-controls">
|
||||
<p class="button-controls wp-clearfix">
|
||||
<span class="add-to-menu">
|
||||
<input type="submit"<?php wp_nav_menu_disabled_check( $nav_menu_selected_id ); ?> class="button-secondary submit-add-to-menu right" value="<?php esc_attr_e('Add to Menu'); ?>" name="add-custom-menu-item" id="submit-customlinkdiv" />
|
||||
<span class="spinner"></span>
|
||||
@@ -540,7 +540,7 @@ function wp_nav_menu_item_post_type_meta_box( $object, $post_type ) {
|
||||
<?php endif; ?>
|
||||
</div><!-- /.tabs-panel -->
|
||||
|
||||
<p class="button-controls">
|
||||
<p class="button-controls wp-clearfix">
|
||||
<span class="list-controls">
|
||||
<a href="<?php
|
||||
echo esc_url( add_query_arg(
|
||||
@@ -731,7 +731,7 @@ function wp_nav_menu_item_taxonomy_meta_box( $object, $taxonomy ) {
|
||||
</ul>
|
||||
</div><!-- /.tabs-panel -->
|
||||
|
||||
<p class="button-controls">
|
||||
<p class="button-controls wp-clearfix">
|
||||
<span class="list-controls">
|
||||
<a href="<?php
|
||||
echo esc_url(add_query_arg(
|
||||
|
||||
@@ -588,13 +588,13 @@ function customize_themes_print_templates() {
|
||||
?>
|
||||
<script type="text/html" id="tmpl-customize-themes-details-view">
|
||||
<div class="theme-backdrop"></div>
|
||||
<div class="theme-wrap">
|
||||
<div class="theme-wrap wp-clearfix">
|
||||
<div class="theme-header">
|
||||
<button type="button" class="left dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Show previous theme' ); ?></span></button>
|
||||
<button type="button" class="right dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Show next theme' ); ?></span></button>
|
||||
<button type="button" class="close dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Close details dialog' ); ?></span></button>
|
||||
</div>
|
||||
<div class="theme-about">
|
||||
<div class="theme-about wp-clearfix">
|
||||
<div class="theme-screenshots">
|
||||
<# if ( data.screenshot[0] ) { #>
|
||||
<div class="screenshot"><img src="{{ data.screenshot[0] }}" alt="" /></div>
|
||||
|
||||
Reference in New Issue
Block a user