r21288 - htdocs/branches/beta/externals - Some cosmetics for the google+1 button on the right.

Cristian Marchi cmarchi at code.gnucash.org
Thu Sep 22 05:03:50 EDT 2011


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

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Some cosmetics for the google+1 button on the right.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-09-22 08:41:09 UTC (rev 21287)
+++ htdocs/branches/beta/externals/gnucash.css	2011-09-22 09:03:50 UTC (rev 21288)
@@ -566,8 +566,26 @@
 
 #googleplusone {
    position:fixed;
-   height:0;
+   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:130px;
+   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;
+}



More information about the gnucash-changes mailing list