Commit 57723688efd89e6046438ca62a73a84ce3f8379b
1 parent
53e90b4c
Exists in
master
and in
3 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,6 +3148,7 @@ body.action-embed-index { | ||
3148 | background: url("images/hub-remove-icon.png") no-repeat center center #fff; | 3148 | background: url("images/hub-remove-icon.png") no-repeat center center #fff; |
3149 | } | 3149 | } |
3150 | 3150 | ||
3151 | +/* | ||
3151 | .hub .promote{ | 3152 | .hub .promote{ |
3152 | background: url("images/hub-promote-icon.png") no-repeat center center #fff; | 3153 | background: url("images/hub-promote-icon.png") no-repeat center center #fff; |
3153 | } | 3154 | } |
@@ -3155,6 +3156,8 @@ body.action-embed-index { | @@ -3155,6 +3156,8 @@ body.action-embed-index { | ||
3155 | .hub .pin{ | 3156 | .hub .pin{ |
3156 | background: url("images/hub-pin-icon.png") no-repeat center center #fff; | 3157 | background: url("images/hub-pin-icon.png") no-repeat center center #fff; |
3157 | } | 3158 | } |
3159 | +*/ | ||
3160 | + | ||
3158 | .hub ul.settings li{ | 3161 | .hub ul.settings li{ |
3159 | position: relative; | 3162 | position: relative; |
3160 | background: url("images/hub-arrow-right.png") no-repeat scroll 95% 50% #ED8E01; | 3163 | background: url("images/hub-arrow-right.png") no-repeat scroll 95% 50% #ED8E01; |
@@ -3162,8 +3165,6 @@ body.action-embed-index { | @@ -3162,8 +3165,6 @@ body.action-embed-index { | ||
3162 | z-index:999; | 3165 | z-index:999; |
3163 | } | 3166 | } |
3164 | 3167 | ||
3165 | - | ||
3166 | - | ||
3167 | .hub ul.settings li.twitter:hover{ | 3168 | .hub ul.settings li.twitter:hover{ |
3168 | background: url("images/hub-arrow-up.png") no-repeat scroll 95% 50% #ED8E01; | 3169 | background: url("images/hub-arrow-up.png") no-repeat scroll 95% 50% #ED8E01; |
3169 | min-height: 50px; | 3170 | min-height: 50px; |