Commit 57723688efd89e6046438ca62a73a84ce3f8379b

Authored by Francisco Marcelo de Araújo Lima Júnior
1 parent 53e90b4c

#community dashboard - add icons

images/hub-not-pinned-icon.png 0 → 100644

772 Bytes

images/hub-not-promote-icon.png 0 → 100644

674 Bytes

images/hub-pin-icon.png

772 Bytes

images/hub-pinned-icon.png 0 → 100644

772 Bytes

images/logo_facebook_50x50.png

736 Bytes | W: | H:

905 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
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;
... ...