r21137 - htdocs/branches/beta/externals - Add some shadow.

Cristian Marchi cmarchi at code.gnucash.org
Tue Aug 9 04:36:09 EDT 2011


Author: cmarchi
Date: 2011-08-09 04:36:08 -0400 (Tue, 09 Aug 2011)
New Revision: 21137
Trac: http://svn.gnucash.org/trac/changeset/21137

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Add some shadow.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-08-09 08:01:23 UTC (rev 21136)
+++ htdocs/branches/beta/externals/gnucash.css	2011-08-09 08:36:08 UTC (rev 21137)
@@ -243,6 +243,7 @@
    background: url("../images/backg-linktop.png") repeat-x scroll 0 0 white;
    border: solid thin #7F7FAA;
    border-radius: 10px 0 0 10px;
+   box-shadow: 2px 2px 6px silver;
    clear: both;
    float: right;
    width: 190px;
@@ -267,6 +268,7 @@
    background-color:white;   
    border:solid thin #7F7FAA;
    border-radius:0 25px 25px 25px;
+   box-shadow: 4px 4px 8px silver;
    -moz-border-radius:0 25px 25px 25px;
 }
 



More information about the gnucash-changes mailing list