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

@ -15,12 +15,14 @@
</section>
<section class='user-main'>
<section class='about group'>
<div class='details'>
<h1>{{name}}</h1>
</div>
</section>
{{outlet}}
<section class='user-right groups'>
<section class='about group'>
<div class='details'>
<h1>{{name}}</h1>
</div>
</section>
{{outlet}}
</section>
</section>
</div>

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 {