Modern theme update

This commit is contained in:
Graham 2015-01-03 19:46:02 -05:00
parent 207ad43140
commit 4aa1df8837

View file

@ -73,19 +73,33 @@ input.form-control[type="email"], textarea.form-control {
} }
#plmeta { #plmeta {
border: 1px solid #aaaaaa; border: 1px solid #000000;
border-radius: 0 !important;
background-color: #1c1e22;
height: 25px;
padding-left: 5px;
padding-right: 5px;
} }
#userlist, #messagebuffer { #userlist, #messagebuffer {
border: 1px solid #aaaaaa; border: 1px solid #242424;
}
#userlist {
background-color: #333538;
overflow: hidden;
}
#messagebuffer {
background-color: #3a3e42;
} }
#chatheader, #currenttitle { #chatheader, #currenttitle {
border: 1px solid #cccccc; border: 1px solid #000000;
border-bottom-width: 0; height: 30px;
border-radius: 5px; background-color: #1c1e22;
border-bottom-left-radius: 0; text-align: center;
border-bottom-right-radius: 0; padding-top: 4px;
} }
.queue_entry { .queue_entry {
@ -95,3 +109,15 @@ input.form-control[type="email"], textarea.form-control {
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
border-top-width: 0; border-top-width: 0;
} }
#rightcontrols {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 0px;
padding-right: 0px;
border: 1px solid #000000;
background-color: #1c1e22;
}
#chatwrap, #videowrap {
margin-bottom: 0px !important;
}