r20954 - htdocs/branches/beta/externals - Reworked left menu.

Cristian Marchi cmarchi at code.gnucash.org
Fri Jul 29 08:17:43 EDT 2011


Author: cmarchi
Date: 2011-07-29 08:17:42 -0400 (Fri, 29 Jul 2011)
New Revision: 20954
Trac: http://svn.gnucash.org/trac/changeset/20954

Added:
   htdocs/branches/beta/externals/backg-linktop.png
Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Reworked left menu.

Added: htdocs/branches/beta/externals/backg-linktop.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/externals/backg-linktop.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-07-29 06:50:46 UTC (rev 20953)
+++ htdocs/branches/beta/externals/gnucash.css	2011-07-29 12:17:42 UTC (rev 20954)
@@ -191,18 +191,19 @@
 
 #news {
    margin-top:20px;
-   margin-left:10px;
+   margin-left:15%;
    margin-right:10px;
    float: left;
-   width: 16%;
+   width: 12%;
+   font-size:85%;
 }
 
 #news ul
 {
-  border-top: solid thin silver;
-  background-color:white;
-  padding-bottom:5px;
-  margin-bottom:15;
+  background-color:none;
+  padding-bottom:15px;
+  margin-top:20px;
+  margin-bottom:0px;
 }
 
 #news li 
@@ -229,10 +230,12 @@
 }
 
 .othernews {
-   background-color:#7F7FAA;
+   margin-bottom:10px;
+   background:url(backg-linktop.png) white repeat-x;
+   border: solid thin #7F7FAA;
    color: white;
-   border-radius:15px;
-   -moz-border-radius:15px; /* Firefox 3.6 and earlier */
+   border-radius:10px;
+   -moz-border-radius:10px; /* Firefox 3.6 and earlier */
 }
 
 .dot	{
@@ -261,6 +264,8 @@
 }
 
 .linktop {
+   text-shadow: 1px 1px black;
+   color:white;
    margin-left:10px;
    position: relative;
    top: 0.5em;



More information about the gnucash-changes mailing list