2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

UX: Fixes for group view

This commit is contained in:
Robin Ward 2014-11-14 14:28:46 -05:00
parent 9cd3708b63
commit ac245ede43
2 changed files with 17 additions and 13 deletions

View file

@ -115,9 +115,7 @@
margin-bottom: 50px;

table.group-members {
width: 75%;
float: right;

width: 100%;
p {
max-width: 600px;
white-space: nowrap;
@ -141,6 +139,10 @@
}
}

.user-right.groups {
margin-top: 0;
}

.user-right {
width: 75%;
float: right;
@ -188,10 +190,10 @@
color: $secondary;

&.group {
width: 75%;
float: right;
margin-top: 20px;
.details {padding: 15px;}
.details {
padding: 15px;
margin: 0;
}
}

.secondary {