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

@ -52,7 +52,16 @@ input.form-control[type="email"], textarea.form-control {
.profile-box, .user-dropdown {
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 {
@ -111,7 +120,13 @@ input.form-control[type="email"], textarea.form-control {
#chatheader .label {
margin-left: 5px !important;
height: 70% !important;
margin-top: 3px;
height: 65% !important;
border-radius: 0px;
}
#modflair {
margin-right: 5px;
}
.queue_entry {
@ -138,4 +153,8 @@ input.form-control[type="email"], textarea.form-control {
border: 1px solid #000000;
border-radius: 0px;
margin-bottom: 5px;
}
#pollwrap > div {
background-color: #3a3e42 !important;
}