r22160 - htdocs/branches/beta - Change google plus icon to a more integrated one.

Cristian Marchi cmarchi at code.gnucash.org
Thu Apr 26 02:56:13 EDT 2012


Author: cmarchi
Date: 2012-04-26 02:56:12 -0400 (Thu, 26 Apr 2012)
New Revision: 22160
Trac: http://svn.gnucash.org/trac/changeset/22160

Added:
   htdocs/branches/beta/images/icons/gc-gplus.png
Modified:
   htdocs/branches/beta/externals/gnucash.css
   htdocs/branches/beta/externals/header.phtml
Log:
Change google plus icon to a more integrated one.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2012-04-25 14:44:11 UTC (rev 22159)
+++ htdocs/branches/beta/externals/gnucash.css	2012-04-26 06:56:12 UTC (rev 22160)
@@ -624,6 +624,22 @@
    display:block;
 }
 
+#gplus-icon{
+   left:0px;
+   width:42px;
+}
+
+#gplus-icon{
+   background:url('../images/icons/gc-gplus.png') 0 0;
+   border-radius:12px;
+}
+
+#gplus-icon a:hover{
+   background: url('../images/icons/gc-gplus.png') 0 -42px white;
+   border-radius: 16px;
+   box-shadow: 0 0 4px silver;
+}
+
 #uservoice-icon{
    left:0px;
    width:42px;

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2012-04-25 14:44:11 UTC (rev 22159)
+++ htdocs/branches/beta/externals/header.phtml	2012-04-26 06:56:12 UTC (rev 22160)
@@ -4,6 +4,7 @@
 $titleRSS = T_("Subscribe to RSS feed");
 $titledonation = T_("Support the GnuCash project with a donation");
 $titleuservoice = T_("Request or vote enhancements for GnuCash");
+$titlegplus = T_("GnuCash on Google +");
 ?>
 
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -85,8 +86,7 @@
 <!-- the icons on the top right-->
 <div style="float:right;">
 <ul id="navlist">
-  <li><!-- Badge to google+ site -->
-  <a href="https://plus.google.com/103666182558673867088?prsrc=3" rel="author" style="text-decoration:none;"><img src="https://ssl.gstatic.com/images/icons/gplus-32.png" alt="" style="border:0;width:32px;height:32px;"/></a></li>
+  <li id="gplus-icon"><a href="https://plus.google.com/u/0/103666182558673867088/" title="<?php echo T_($titlegplus);?>"></a></li>
   <li id="uservoice-icon"><a href="http://gnucash.uservoice.com/" title="<?php echo T_($titleuservoice);?>"></a></li>
   <li id="donation-icon"><a href="http://sourceforge.net/donate/index.php?group_id=192" title="<?php echo T_($titledonation);?>"></a></li>
   <li id="rss-icon"><a href="<?=$home?>/atom.php" title="<?php echo T_($titleRSS);?>"></a></li>

Added: htdocs/branches/beta/images/icons/gc-gplus.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/images/icons/gc-gplus.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the gnucash-changes mailing list