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 {
background-image: url(/img/stripe-diagonal.png);
background-image: url(/img/stripe-diagonal-black.png);
}
.videolist {

View file

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