mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
fixing the broken groups page
This commit is contained in:
parent
2143348dea
commit
ff4dcb8520
1 changed files with 14 additions and 5 deletions
|
@ -117,14 +117,12 @@
|
|||
}
|
||||
|
||||
.user-main {
|
||||
|
||||
width: 100%;
|
||||
float: left;
|
||||
margin-bottom: 50px;
|
||||
|
||||
|
||||
table.group-members {
|
||||
width: 100%;
|
||||
width: 75%;
|
||||
float: right;
|
||||
|
||||
p {
|
||||
max-width: 600px;
|
||||
white-space: nowrap;
|
||||
|
@ -191,6 +189,17 @@
|
|||
overflow: hidden;
|
||||
color: $secondary;
|
||||
|
||||
&.group {
|
||||
|
||||
|
||||
width: 75%;
|
||||
float: right;
|
||||
margin-top: 20px;
|
||||
.details {padding: 15px;}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.secondary {
|
||||
background: dark-light-diff($primary, $secondary, 90%, -65%);
|
||||
font-size: 13px;
|
||||
|
|
Loading…
Reference in a new issue