CC-4172: Smart Playlist creator requires full HD monitor to avoid buttons being hidden
-done
This commit is contained in:
parent
3dd7e9767b
commit
968c719fa1
|
@ -4,10 +4,10 @@
|
|||
|
||||
<dl class='zend_form search-criteria'>
|
||||
<div class='btn-toolbar clearfix'>
|
||||
<div class='btn-group pull-right'>
|
||||
<div class='btn-group sp-button'>
|
||||
<?php echo $this->element->getElement('generate_button') ?>
|
||||
</div>
|
||||
<div class='btn-group pull-right'>
|
||||
<div class='btn-group sp-button'>
|
||||
<?php echo $this->element->getElement('shuffle_button') ?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -561,11 +561,7 @@ input.input_text.sp_extra_input_text{
|
|||
}
|
||||
|
||||
.sp-button{
|
||||
float: right !important;
|
||||
width: 60px;
|
||||
height: 24px !important;
|
||||
margin-right: 0px !important;
|
||||
margin-left: 10px !important;
|
||||
margin-left: 399px;
|
||||
}
|
||||
|
||||
.sp-save{
|
||||
|
|
Loading…
Reference in New Issue