Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Rodriguez <gonzalo@wyeworks.com>2011-10-07 05:49:19 +0400
committerGonzalo Rodriguez <gonzalo@wyeworks.com>2011-10-07 05:49:36 +0400
commit8b865375ca79fb0560798e468cf8cd95f74e74db (patch)
tree897762876b9b282707b909882514723dda10937b /public/stylesheets/sass
parentbdc7c85b7e38be11f88d042f6812ed1d0c7e6ff1 (diff)
Tiny refactor on left_nav styles. More needed.
Diffstat (limited to 'public/stylesheets/sass')
-rw-r--r--public/stylesheets/sass/application.sass48
1 files changed, 20 insertions, 28 deletions
diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index a3739323a..8fc08f19e 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -2847,6 +2847,23 @@ ul.left_nav
:position relative
:width 100%
+ li.active
+ > a:not(.sub_selected)
+ :color #333
+ :font
+ :weight 700
+
+ .contact_count
+ :font
+ :weight 700
+ :color #666
+
+ > a.aspect_selector
+ :background
+ :image url(../images/icons/check_yes_ok.png)
+ :position 3px 50%
+ :repeat no-repeat
+
a.aspect_selector,
a.home_selector,
a.tag_selector,
@@ -2874,49 +2891,23 @@ ul.left_nav
a.element_selector
&:hover
@include border-radius(2px)
-
:background
:color lighten($blue,45%)
:text
:decoration none
- li.active
- > a:not(.sub_selected)
- :color #333
- :font
- :weight 700
-
- .contact_count
- :font
- :weight 700
- :color #666
-
- > a.aspect_selector
- :background
- :image url(../images/icons/check_yes_ok.png)
- :position 3px 50%
- :repeat no-repeat
-
- .contact_count
- :float right
-
.edit,
.unfollow_icon
+ :margin-top 4px
@include transition(opacity)
@include opacity(0.3)
:float right
:display none
-
&:hover
@include opacity(1)
- .unfollow_icon
- :margin-top 4px
-
- .edit
- :margin-top 4px
-
.contact_count
+ :float right
@include border-radius(4px)
:margin-top 1px
:color #999
@@ -2968,6 +2959,7 @@ ul.left_nav
.user_card
:margin-left 8px
+
.stream_container
:min-height 500px