Theme fixes; layout fixes; limit channel registrations

This commit is contained in:
calzoneman 2014-02-06 10:37:00 -06:00
parent 07feb91cc6
commit 359a228d5f
10 changed files with 110 additions and 38 deletions

File diff suppressed because one or more lines are too long

View file

@ -7713,6 +7713,10 @@ input.form-control[type="email"], textarea.form-control {
color: #c8c8c8;
}
.queue_entry {
background-color: #060606;
}
.queue_active {
background-color: #333333;
}

View file

@ -14,6 +14,10 @@ footer {
background-color: #eeeeee !important;
}
.queue_entry {
background-color: #ffffff;
}
.queue_active {
background-color: #d9edf7;
}

View file

@ -7989,6 +7989,10 @@ input.form-control[type="email"], textarea.form-control {
color: #c8c8c8;
}
.queue_entry {
background-color: #272b30;
}
.queue_active {
background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
background-image: linear-gradient(#8a9196, #7a8288, #70787d);