Remove margin of media_control bar
This commit is contained in:
@@ -677,7 +677,7 @@
|
|||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<div class="bgcolor2" style="position:fixed; bottom:0; width:100%;padding-top:10px;">
|
<div class="bgcolor2" style="position:fixed; bottom:0; width:100%;padding-top:10px;">
|
||||||
<table style="white-space:nowrap;">
|
<table style="white-space:nowrap; margin-bottom:0;">
|
||||||
<tr style="white-space:nowrap;">
|
<tr style="white-space:nowrap;">
|
||||||
<c:if test="${model.user.settingsRole and fn:length(model.players) gt 1}">
|
<c:if test="${model.user.settingsRole and fn:length(model.players) gt 1}">
|
||||||
<td style="padding-right: 5px"><select name="player" onchange="location='playQueue.view?player=' + options[selectedIndex].value;">
|
<td style="padding-right: 5px"><select name="player" onchange="location='playQueue.view?player=' + options[selectedIndex].value;">
|
||||||
|
|||||||
Reference in New Issue
Block a user