minor user(and group) page fixes

This commit is contained in:
Kris Aubuchon 2014-05-07 13:49:59 -04:00
parent 63a1f87806
commit ae79078605

View File

@ -173,7 +173,7 @@
margin-bottom: 10px; margin-bottom: 10px;
overflow: hidden; overflow: hidden;
color: $primary; color: $secondary;
.details { .details {
@ -199,7 +199,6 @@
img.avatar { img.avatar {
margin-bottom: 10px; margin-bottom: 10px;
background-color: $primary;
} }
.suspended { .suspended {
@ -250,7 +249,7 @@
} }
.controls { .controls {
background-color: scale-color($primary, $lightness: 50%); background-color: scale-color($primary, $lightness: 30%);
padding: 12px; padding: 12px;
height: 30px; height: 30px;
@ -339,7 +338,6 @@
} }
.title { .title {
display: block; display: block;
margin-bottom: 4px;
font-size: 14px; font-size: 14px;
} }
.edit-reason { .edit-reason {