From 15561ea6c662aa75e60cf8a617730788bc38d175 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Fri, 19 Feb 2010 00:01:08 +0000
Subject: [PATCH] Add comments

---
 htdocs/theme/eldy/eldy.css.php | 34 ++++++++++++++++++++++++++++------
 1 file changed, 28 insertions(+), 6 deletions(-)

diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php
index 58ccc4a6f12..02bf28c2d9b 100644
--- a/htdocs/theme/eldy/eldy.css.php
+++ b/htdocs/theme/eldy/eldy.css.php
@@ -1,5 +1,5 @@
 <?php
-/* Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
+/* Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
  * Copyright (C)      2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
  * Copyright (C)      2007 Regis Houssin        <regis@dolibarr.fr>
  *
@@ -191,7 +191,7 @@ div.tmenu
     padding: 0px 0px 0px 0px;
     margin: 0px 0px 4px 0px;
     font-weight: normal;
-    height: 19px;
+    height: 59px;
     background: #b3c5cc;
     background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/tmenu.jpg' ?>);
     color: #000000;
@@ -258,8 +258,8 @@ a.tmenu:hover
   font-weight: normal;
   background: #dee7ec;
   border-<?php print $right; ?>: 1px solid #555555;
-  border-top: 1px solid #D8D8D8;
   border-<?php print $left; ?>: 1px solid #D8D8D8;
+  border-top: 1px solid #D8D8D8;
   border-bottom: 2px solid #dee7ec;
 }
 a.tmenu:active
@@ -270,8 +270,8 @@ a.tmenu:active
   font-weight: normal;
   background: #F4F4F4;
   border-<?php print $right; ?>: 1px solid #555555;
-  border-top: 1px solid #D8D8D8;
   border-<?php print $left; ?>: 1px solid #D8D8D8;
+  border-top: 1px solid #D8D8D8;
   border-bottom: 2px solid #dee7ec;
 }
 
@@ -326,8 +326,8 @@ a.tmenusel:active
 
 table.tmenu
 {
-    padding: 0px 0px 10px 0px;	/* x y z w x=top offset */
-    margin: 0px 0px 0px 6px;
+    padding: 0px 0px 10px 0px;	/* t r b l */
+    margin: 40px 0px 0px 6px;	/* t r b l */
 }
 
 * html li.tmenu a
@@ -353,6 +353,28 @@ li.tmenu {
 	font-weight: normal;
 }
 
+/*
+div.mainmenu_home {
+	position : absolute;
+	color: white;
+	background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/calc.png' ?>);
+	width:22px;
+	height:22px;
+	top: 10px;
+	margin-left: 10px;
+}
+
+div.mainmenu_companies {
+	position : absolute;
+	color: white;
+	background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/calc.png' ?>);
+	width:22px;
+	height:22px;
+	top: 10px;
+	margin-left: 10px;
+}
+*/
+
 
 /* Login */
 
-- 
GitLab