fixing ban display on usercard and IE11 issue with user page controls

This commit is contained in:
Kris Aubuchon 2014-11-03 10:16:10 -05:00
parent 52b3877b70
commit 6ab7bfee14
2 changed files with 5 additions and 1 deletions

View file

@ -98,6 +98,7 @@
.metadata {
width: 100%;
clear: both;
padding-top: 5px;
h3 {display: inline; margin-right: 5px; }
div {display: inline; color: scale-color($primary, $lightness: 50%);
.group-link {color: scale-color($primary, $lightness: 50%);}
@ -211,7 +212,9 @@
.suspended {
color: $danger;
margin-bottom: 10px;
margin-bottom: 5px;
clear: left;
padding-top: 15px;
}
.card-badge {

View file

@ -304,6 +304,7 @@
.controls {
padding: 0 0 12px 0;
float: right;
width: 180px;
ul {list-style-type: none;}
a {
padding: 5px 10px;