From ff4dcb8520ad355025b157051b6f7855261b59cc Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 28 Oct 2014 15:48:03 -0400 Subject: [PATCH] fixing the broken groups page --- app/assets/stylesheets/desktop/user.scss | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index c979125f1fa..d9fea4e6799 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -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;