r21290 - htdocs/branches/beta/externals - Try a fix for the +1 button again.

Cristian Marchi cmarchi at code.gnucash.org
Thu Sep 22 05:07:37 EDT 2011


Author: cmarchi
Date: 2011-09-22 05:07:37 -0400 (Thu, 22 Sep 2011)
New Revision: 21290
Trac: http://svn.gnucash.org/trac/changeset/21290

Modified:
   htdocs/branches/beta/externals/gnucash.css
   htdocs/branches/beta/externals/header.phtml
Log:
Try a fix for the +1 button again.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-09-22 09:06:03 UTC (rev 21289)
+++ htdocs/branches/beta/externals/gnucash.css	2011-09-22 09:07:37 UTC (rev 21290)
@@ -571,21 +571,9 @@
    border-left:1px solid #CACAF7;
    border-top:1px solid #CACAF7;
    border-radius:10px 0 0 10px;
+   box-shadow: 0px 0px 5px black;
    padding:5px;
    right:0;
    top:120px;
    z-index:-1;
 }
-
-#googleplusone {
-   position:fixed;
-   background-color:#7F7FAA;
-   border-bottom:1px solid #CACAF7;
-   border-left:1px solid #CACAF7;
-   border-top:1px solid #CACAF7;
-   border-radius:10px 0 0 10px;
-   padding:5px;
-   right:0;
-   top:120px;
-   z-index:-1;
-}

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-09-22 09:06:03 UTC (rev 21289)
+++ htdocs/branches/beta/externals/header.phtml	2011-09-22 09:07:37 UTC (rev 21290)
@@ -41,7 +41,7 @@
 </div>
 
 <div id="googleplusone">
-<p><g:plusone size="tall" href="http://www.gnucash.org"></g:plusone></p>
+<g:plusone size="tall" href="http://www.gnucash.org"></g:plusone>
 </div>
 
 <div style="float:right;">



More information about the gnucash-changes mailing list