Skip to content

Commit d30dacf

Browse files
committed
Adds mail-icon
1 parent 212ee6c commit d30dacf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#team dt {clear: both; width:100px; height:100px; display:inline-block; margin: 10px;padding:0px;}
22
#team dd {display:inline-block;height:100px;}
3-
#team .email {text-indent:-10000px;display:inline-block;width:32px;height:32px;background: transparent url(../img/mail.png) center no-repeat;}
4-
#team .twitter {text-indent:-10000px;display:inline-block;width:32px;height:32px;background: transparent url(../img/twitter.png) center no-repeat;}
5-
#team .googleplus {text-indent:-10000px;display:inline-block;width:32px;height:32px;background: transparent url(../img/google+.png) center no-repeat;}
3+
#team dd a, #team dd a:hover, #team dd a:active, #team dd a:visited, #team dd a:link {
4+
color: black;
5+
}

src/module/Phpug/view/phpug/index/team.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $this->headLink()->appendStylesheet($this->basePath() . '/css/phpug/phpugteam.cs
99
<dt><?php echo $this->gravatar(trim($mail), array('img_size'=>'100'))?></dt>
1010
<dd>
1111
<h3><?php echo $person['name']; ?></h3>
12-
<?php echo $this->mailto($mail, null, array('title' => 'Send Email to ' . $person['name']))?>
12+
<?php echo $this->mailto($mail, '<i class="fa fa-envelope-o fa-2x"></i>', array('title' => 'Send Email to ' . $person['name']))?>
1313
<?php if ( isset($person['twitter']) ) :?>
1414
<a title="Go to the Twitter-account of <?php echo $person['name']; ?>" href="http://twitter.com/!#<?php echo $person['twitter']; ?>">
1515
<i class="fa fa-twitter fa-2x"></i>

0 commit comments

Comments
 (0)