Adjust profile template wrapper class for consistency

This commit is contained in:
Brian Miyaji
2016-10-20 13:46:27 +11:00
parent e352d1a5b1
commit 0eab237f73
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
.sp-template { .sp-template {
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }
.sp-template-dropdown { .sp-template-profile-selector {
clear: both; clear: both;
overflow: hidden; overflow: hidden;
} }

View File

@@ -71,7 +71,7 @@ endif;
if ( sizeof( $options ) > 1 ): if ( sizeof( $options ) > 1 ):
?> ?>
<div class="sp-template sp-template-player-selector sp-template-dropdown"> <div class="sp-template sp-template-player-selector sp-template-profile-selector">
<select class="sp-profile-selector sp-player-selector sp-selector-redirect"> <select class="sp-profile-selector sp-player-selector sp-selector-redirect">
<?php echo implode( $options ); ?> <?php echo implode( $options ); ?>
</select> </select>

View File

@@ -65,7 +65,7 @@ endif;
if ( sizeof( $options ) > 1 ): if ( sizeof( $options ) > 1 ):
?> ?>
<div class="sp-template sp-template-staff-selector sp-template-dropdown"> <div class="sp-template sp-template-staff-selector sp-template-profile-selector">
<select class="sp-profile-selector sp-staff-selector sp-selector-redirect"> <select class="sp-profile-selector sp-staff-selector sp-selector-redirect">
<?php echo implode( $options ); ?> <?php echo implode( $options ); ?>
</select> </select>