Adjust profile template wrapper class for consistency
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user