mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
fixing ban display on usercard and IE11 issue with user page controls
This commit is contained in:
parent
52b3877b70
commit
6ab7bfee14
2 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -304,6 +304,7 @@
|
|||
.controls {
|
||||
padding: 0 0 12px 0;
|
||||
float: right;
|
||||
width: 180px;
|
||||
ul {list-style-type: none;}
|
||||
a {
|
||||
padding: 5px 10px;
|
||||
|
|
Loading…
Reference in a new issue