the label part of social titled "Connect with us:" has a hand mouse cursor
and to fix it following line need to be changed.
ul.social-bookmarks li.label { padding:0 15px 0 0; }
to
ul.social-bookmarks li.label { padding:0 15px 0 0; cursor:auto; }
Also include attached email icon
| Comment | File | Size | Author |
|---|---|---|---|
| social-media-mail.png | 847 bytes | Monzer Emam |
Comments
Comment #1
gtsopour commentedHello Monzer Emam,
you are absolutely right with your mention.
I just made the following change to the style.css file (line 460)
From
ul.social-bookmarks li {display:inline-block; float:left; list-style-type:none; margin:0; cursor:pointer; }To
ul.social-bookmarks li {display:inline-block; float:left; list-style-type:none; margin:0; }I also committed this change http://drupal.org/commitlog/commit/24910/f20a66efdaf1a0b24f9fc4428c799df...
Thanks again
/George