Adjust profile template wrapper class for consistency
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
.sp-template {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
.sp-template-dropdown {
|
||||
.sp-template-profile-selector {
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@ endif;
|
||||
|
||||
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">
|
||||
<?php echo implode( $options ); ?>
|
||||
</select>
|
||||
|
||||
@@ -65,7 +65,7 @@ endif;
|
||||
|
||||
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">
|
||||
<?php echo implode( $options ); ?>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user