Improve profile css and general cleanup

This commit is contained in:
Graham 2015-01-24 15:29:52 -05:00
parent 5d488781ca
commit f28cde5c71
2 changed files with 27 additions and 2 deletions

View File

@ -240,7 +240,10 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
margin-top: 5px; margin-top: 5px;
margin-right: 5px;
color: #ff0000; color: #ff0000;
text-align: center;
background-color: #352727;
} }
.server-msg-reconnect { .server-msg-reconnect {
@ -248,7 +251,10 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
margin-top: 5px; margin-top: 5px;
margin-right: 5px;
color: #009900; color: #009900;
text-align: center;
background-color: #273529;
} }
.queue_sortable li { .queue_sortable li {

View File

@ -52,7 +52,16 @@ input.form-control[type="email"], textarea.form-control {
.profile-box, .user-dropdown { .profile-box, .user-dropdown {
color: #c8c8c8; color: #c8c8c8;
background-color: #1c1e22; background-color: rgba(28, 30, 34, 0.8);
border: 1px solid #000000 !important;
border-radius: 0px !important;
}
.profile-image {
border-radius: 0px;
border: solid 1px #000000 !important;
margin-right: 5px;
margin-bottom: 5px;
} }
.poll-notify { .poll-notify {
@ -111,7 +120,13 @@ input.form-control[type="email"], textarea.form-control {
#chatheader .label { #chatheader .label {
margin-left: 5px !important; margin-left: 5px !important;
height: 70% !important; margin-top: 3px;
height: 65% !important;
border-radius: 0px;
}
#modflair {
margin-right: 5px;
} }
.queue_entry { .queue_entry {
@ -139,3 +154,7 @@ input.form-control[type="email"], textarea.form-control {
border-radius: 0px; border-radius: 0px;
margin-bottom: 5px; margin-bottom: 5px;
} }
#pollwrap > div {
background-color: #3a3e42 !important;
}