Minor fixes

This commit is contained in:
calzoneman 2014-02-28 00:34:50 -06:00
parent 96cfe0070d
commit 0f4c29952f
2 changed files with 4 additions and 3 deletions

View file

@ -46,7 +46,7 @@
#chatheader, #currenttitle {
border: 1px solid #cccccc;
border-bottom: 0;
border-bottom-width: 0;
border-radius: 5px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
@ -361,6 +361,7 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
padding: 5px;
max-width: 200px;
max-height: 300px;
overflow-y: hidden;
}
.user-dropdown {