Remove margin of media_control bar

master
jo 7 years ago
parent c2416a57a8
commit d1e190af0c
  1. 2
      airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp

@ -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;">

Loading…
Cancel
Save