Updated interface

- added a bar on the top which shows some info
- moved mod buttons to the bar
- added some information about your queue to the bar
- merged the table for current song and full queue
- some more small fixes
This commit is contained in:
Olaf Slomp
2019-03-28 18:54:46 +01:00
committed by Gerdriaan Mulder
parent 568f7c6a50
commit d0c82f33df
5 changed files with 190 additions and 146 deletions

View File

@ -11,7 +11,7 @@
padding: 8px;
background: silver;
white-space: nowrap;
z-index: 9999;
z-index: 1;
}
#queue-time-header {
@ -26,6 +26,26 @@ footer {
color: #777777;
}
.marietjequeue-start {
border-top: 4px double #777777;
}
.marietjequeue-pre-start td {
border-bottom: 3px double #777777;
}
.block-button {
border-color: #cccccc;
color: #337ab7;
transition: 1s transform ease-in-out;
}
.currentsong{
border-bottom: 1px solid #DDDDDD;
}
.requested_song .plays-at, .requested_song .requested-by {
font-weight: bold;
}
.table-header-style td, .table-header-style{
border-top: 3px solid #FFFFFF;
background-color: #f9f9f9;
border-bottom: 2px solid #777777;
}