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:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2011-09-07 17:20:14 +0400
committerGonzalo Rodriguez <gonzalo@wyeworks.com>2011-10-05 05:27:04 +0400
commit7e0449bb1eee3fb4d982d7155f1468837b6c63dd (patch)
treed8cf5f485b036b47c0e148e9cd60e3b68833fb98 /public/stylesheets/sass
parent43b504e6377b52aeca81443c11801679d2be5d2a (diff)
Fix #1584 Pseudo-checkboxes in aspect list
Diffstat (limited to 'public/stylesheets/sass')
-rw-r--r--public/stylesheets/sass/application.sass8
1 files changed, 7 insertions, 1 deletions
diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index 1ad40c3f8..f94cdaec8 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -2886,6 +2886,12 @@ ul.left_nav
:weight 700
:color #666
+ li.active > a.aspect_selector, li a.aspect_selector:hover
+ :background
+ :image url(../images/icons/check_yes_ok.png)
+ :position 3px 50%
+ :repeat no-repeat
+
.contact_count
:float right
@@ -2927,7 +2933,7 @@ ul.left_nav
.new_aspect,
a.tag_selector
:padding
- :left 15px
+ :left 25px
:width 182px
a.toggle_selector