Remove margin of media_control bar

This commit is contained in:
jo
2018-02-27 20:00:39 +01:00
parent c2416a57a8
commit d1e190af0c
@@ -451,7 +451,7 @@
$("#starSong" + id).attr("src", "<spring:theme code='ratingOnImage'/>"); $("#starSong" + id).attr("src", "<spring:theme code='ratingOnImage'/>");
} else { } else {
$("#starSong" + id).attr("src", "<spring:theme code='ratingOffImage'/>"); $("#starSong" + id).attr("src", "<spring:theme code='ratingOffImage'/>");
} }
if ($("#currentImage" + id) && song.streamUrl == currentStreamUrl) { if ($("#currentImage" + id) && song.streamUrl == currentStreamUrl) {
$("#currentImage" + id).show(); $("#currentImage" + id).show();
if (isJavaJukeboxPresent()) { if (isJavaJukeboxPresent()) {
@@ -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;">