Commit 57723688efd89e6046438ca62a73a84ce3f8379b
1 parent
53e90b4c
Exists in
master
and in
4 other branches
#community dashboard - add icons
Showing
6 changed files
with
3 additions
and
2 deletions
Show diff stats
772 Bytes
674 Bytes
images/hub-pin-icon.png
772 Bytes
772 Bytes
images/logo_facebook_50x50.png
style.css
... | ... | @@ -3148,6 +3148,7 @@ body.action-embed-index { |
3148 | 3148 | background: url("images/hub-remove-icon.png") no-repeat center center #fff; |
3149 | 3149 | } |
3150 | 3150 | |
3151 | +/* | |
3151 | 3152 | .hub .promote{ |
3152 | 3153 | background: url("images/hub-promote-icon.png") no-repeat center center #fff; |
3153 | 3154 | } |
... | ... | @@ -3155,6 +3156,8 @@ body.action-embed-index { |
3155 | 3156 | .hub .pin{ |
3156 | 3157 | background: url("images/hub-pin-icon.png") no-repeat center center #fff; |
3157 | 3158 | } |
3159 | +*/ | |
3160 | + | |
3158 | 3161 | .hub ul.settings li{ |
3159 | 3162 | position: relative; |
3160 | 3163 | background: url("images/hub-arrow-right.png") no-repeat scroll 95% 50% #ED8E01; |
... | ... | @@ -3162,8 +3165,6 @@ body.action-embed-index { |
3162 | 3165 | z-index:999; |
3163 | 3166 | } |
3164 | 3167 | |
3165 | - | |
3166 | - | |
3167 | 3168 | .hub ul.settings li.twitter:hover{ |
3168 | 3169 | background: url("images/hub-arrow-up.png") no-repeat scroll 95% 50% #ED8E01; |
3169 | 3170 | min-height: 50px; | ... | ... |