r21295 - htdocs/branches/beta/externals - More cosmetics for the +1 button container.

Cristian Marchi cmarchi at code.gnucash.org
Thu Sep 22 09:12:37 EDT 2011


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

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
More cosmetics for the +1 button container.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-09-22 10:50:26 UTC (rev 21294)
+++ htdocs/branches/beta/externals/gnucash.css	2011-09-22 13:12:37 UTC (rev 21295)
@@ -571,8 +571,21 @@
    border-left:1px solid #CACAF7;
    border-top:1px solid #CACAF7;
    border-radius:10px 0 0 10px;
-   box-shadow: 0px 0px 5px black;
+   box-shadow: 0px 0px 8px silver;
    padding:5px;
    right:0;
    top:120px;
 }
+
+#googleplusone:hover {
+   position:fixed;
+   background-color:#CACAF7;
+   border-bottom:1px solid #7F7FAA;
+   border-left:1px solid #7F7FAA;
+   border-top:1px solid #7F7FAA;
+   border-radius:10px 0 0 10px;
+   box-shadow: 0px 0px 8px black;
+   padding:5px;
+   right:0;
+   top:120px;
+}



More information about the gnucash-changes mailing list