Minor fixes to modern theme.

This commit is contained in:
Graham 2015-01-23 20:36:16 -05:00
parent 79046e697d
commit 219ab4b40a
2 changed files with 13 additions and 8 deletions

View file

@ -160,7 +160,7 @@
} }
.queue_temp { .queue_temp {
background-image: url(/img/stripe-diagonal.png); background-image: url(/img/stripe-diagonal-black.png);
} }
.videolist { .videolist {

View file

@ -30,19 +30,19 @@ input.form-control[type="email"], textarea.form-control {
} }
.queue_entry { .queue_entry {
background-color: #272b30; background-color: #272b30 !important;
} }
.queue_active { .queue_active {
background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d); background-color: #44474c !important;
background-image: linear-gradient(#8a9196, #7a8288, #70787d); }
background-repeat: no-repeat; .queue_temp {
background-image: none !important;
} }
.queue_active.queue_temp { .queue_active.queue_temp {
background-color: #70787d; background-color: #70787d !important;
background-image: url(/img/stripe-diagonal-black.png); background-image: none !important;
background-repeat: repeat;
} }
.navbar-inverse { .navbar-inverse {
@ -108,6 +108,11 @@ input.form-control[type="email"], textarea.form-control {
padding-top: 4px; padding-top: 4px;
} }
#chatheader .label {
margin-left: 5px !important;
height: 70% !important;
}
.queue_entry { .queue_entry {
line-height: 22px; line-height: 22px;
padding: 2px; padding: 2px;