From d8d3996f753c79f2d118a832412defa6c8d4f957 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 5 Oct 2011 14:34:53 -0700 Subject: [PATCH] small css fix to fix the super wonky stuff on the aspect edit pane. still needs more love but this is way better --- public/stylesheets/sass/application.sass | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 1ad40c3f8..291e2aa38 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -1788,7 +1788,7 @@ ul#request_result @include box-shadow(0, 1px, 5px, #ccc) :background :color #fff - + :float left :overflow-x hidden :overflow-y hidden @@ -1808,9 +1808,11 @@ ul#request_result :padding 5px :border 1px solid #999 - > .right - :right -5px - :bottom 2px + > .name + :white-space nowrap + // > .right + // :right -5px + // :bottom 2px &.remote_friend :width 285px