small css fix to fix the super wonky stuff on the aspect edit pane. still needs more love but this is way better

This commit is contained in:
Maxwell Salzberg 2011-10-05 14:34:53 -07:00
parent 59e0658497
commit d8d3996f75

View file

@ -1788,7 +1788,7 @@ ul#request_result
@include box-shadow(0, 1px, 5px, #ccc) @include box-shadow(0, 1px, 5px, #ccc)
:background :background
:color #fff :color #fff
:float left
:overflow-x hidden :overflow-x hidden
:overflow-y hidden :overflow-y hidden
@ -1808,9 +1808,11 @@ ul#request_result
:padding 5px :padding 5px
:border 1px solid #999 :border 1px solid #999
> .right > .name
:right -5px :white-space nowrap
:bottom 2px // > .right
// :right -5px
// :bottom 2px
&.remote_friend &.remote_friend
:width 285px :width 285px