Fix responsiveness bugs
This commit is contained in:
parent
c2d1b788c5
commit
17c2ec2fd4
3 changed files with 8 additions and 8 deletions
|
@ -43,8 +43,8 @@ if (isset($this->obj)) {
|
|||
<div class='btn-group'>
|
||||
<button class="btn" title='<?php echo _("Shuffle playlist") ?>' type="button" id="playlist_shuffle_button"><?php echo _("Shuffle") ?></button>
|
||||
</div>
|
||||
<div class='btn-group'>
|
||||
<a href="#" id="spl_crossfade" class="btn crossfade-main-button" style="display:<?php echo $count > 0 ?"inherit;":"none;"?>">
|
||||
<div class='btn-group' style="display:<?php echo $count > 0 ?"inherit;":"none;"?>">
|
||||
<a href="#" id="spl_crossfade" class="btn crossfade-main-button">
|
||||
<i class='crossfade-main-icon'></i><span class="ui-button-text"><?php echo _("Playlist crossfade") ?></span>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -51,8 +51,8 @@ if (isset($this->obj)) {
|
|||
<div class='btn-group'>
|
||||
<?php echo $this->form->getElement('shuffle_button');?>
|
||||
</div>
|
||||
<div class='btn-group'>
|
||||
<a href="#" id="spl_crossfade" class="btn crossfade-main-button" style="display:<?php echo ($this->obj->isStatic() && $count > 0) ?"inherit;":"none;"?>">
|
||||
<div class='btn-group' style="display:<?php echo ($this->obj->isStatic() && $count > 0) ?"inherit;":"none;"?>">
|
||||
<a href="#" id="spl_crossfade" class="btn crossfade-main-button">
|
||||
<i class='crossfade-main-icon'></i><span class="ui-button-text"><?php echo _("Playlist crossfade") ?></span>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue