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

CommentFileSizeAuthor
social-media-mail.png847 bytesMonzer Emam
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gtsopour’s picture

Assigned: Unassigned » gtsopour
Status: Needs review » Fixed
Issue tags: +corporate, +Corporate Theme, +Corporate Clean Theme, +CorporateClean

Hello 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

Automatically closed -- issue fixed for 2 weeks with no activity.