Start reworking client UI

This commit is contained in:
calzoneman 2014-01-13 18:31:12 -06:00
parent 0a087c6507
commit 87f44b69e0
6 changed files with 86 additions and 113 deletions

View file

@ -201,28 +201,10 @@
padding-right: 0;
}
#library_search, #queue_next {
#library_search, #queue_next, #ce_queue_next {
border-radius: 0;
}
#voteskip, #getplaylist {
width: 46%;
}
#qlockbtn {
width: 8%;
}
#voteskip, #getplaylist, #qlockbtn {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#getplaylist, #qlockbtn {
margin-left: 0;
border-left: 0;
}
#plmeta {
border-radius: 4px;
border-top: 0;
@ -263,6 +245,10 @@
border-color: #bce8f1;
}
#queue {
margin-top: 10px;
}
#queue li:last-child {
border-bottom: 0;
margin-bottom: 0;