From fb8c9e69904b2d32cd507a2bd1154574115edd1d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sun, 2 Mar 2008 21:52:42 +0000 Subject: [PATCH] Uniformisation code. --- htdocs/theme/auguria/auguria.css.php | 6 ++-- htdocs/theme/eldy/eldy.css.php | 2 +- htdocs/theme/freelug/freelug.css.php | 44 ++++++++++++---------------- 3 files changed, 22 insertions(+), 30 deletions(-) diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index 9817544104f..fed4dc67a0a 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -153,7 +153,7 @@ div.fiche display: block; margin-top: 8px; margin-left: 180px; - margin-right: 4px; + margin-right: 2px; width:auto; } @@ -377,7 +377,7 @@ div.blockvmenuimpair margin: 0px; border-spacing: 0px; padding: 0px; - width: 166px; +/* width: 166px;*/ border : 0px solid #68ACCF; } div.blockvmenupair @@ -385,7 +385,7 @@ div.blockvmenupair margin: 0px; border-spacing: 0px; padding: 0px; - width: 166px; +/* width: 166px; */ border : 0px solid #68ACCF; } diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index 62092229d4a..d8e3c4d810b 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -172,7 +172,7 @@ div.fiche ?> display: block; margin-left: 2px; - margin-right: 4px; + margin-right: 2px; width:auto; } diff --git a/htdocs/theme/freelug/freelug.css.php b/htdocs/theme/freelug/freelug.css.php index 2286d216043..3f0dbe461d6 100644 --- a/htdocs/theme/freelug/freelug.css.php +++ b/htdocs/theme/freelug/freelug.css.php @@ -15,14 +15,12 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ */ /** \file htdocs/theme/freelug/freelug.css.php \brief Fichier de style CSS du theme Freelug - \version $Revision$ + \version $Id$ */ require("../../conf/conf.php"); @@ -43,14 +41,16 @@ if (! isset($conf->global->MAIN_FEATURES_LEVEL) || $conf->global->MAIN_FEATURES_ /* ============================================================================== */ body { - margin: 0px; background-color: #F8F8F8; background-image: url(<?php echo $dolibarr_main_url_root.'/theme/freelug/img/background.png' ?>); text-decoration: none ; color: #101010; font-size: 12px; font-family: helvetica, verdana, arial, sans-serif; - + margin-top: 0; + margin-bottom: 0; + margin-right: 0; + margin-left: 0; } a:link { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } @@ -146,17 +146,17 @@ div.vmenuplusfiche display: block; margin-right: 6px; margin-left: 1px; - margin-top: 4px; + margin-top: 2px; } div.vmenu { float: left; - margin-right: 2px; + margin-right: 0px; padding: 0px; padding-bottom: 0px; - width: 160px; + width: 174px; } div.fiche @@ -167,7 +167,7 @@ div.fiche ?> display: block; margin-left: 2px; - margin-right: 4px; + margin-right: 2px; width:auto; } @@ -195,6 +195,15 @@ div.tmenu color: #000000; text-decoration: none; } +div.tmenu .tmenudisabled +{ + color: #757575; + font-size: 12px; + padding-left:10px; + padding-right:10px; + padding-top:3px; + cursor: not-allowed; +} table.tmenu { @@ -638,23 +647,6 @@ td.border { border-left: 1px solid #000000; } -div.menus { - background: #eeeedd; - color: #bbbb88; - font-size: 0.95em; - border-top: 1px dashed #ccccb3; - border-right: 1px dashed #ccccb3; - border-bottom: 1px dashed #ccccb3; - border-left: 1px dashed #ccccb3; - } - - -a.leftmenu { - font-weight: bold; - color: #202020; - } - - /* * Ok, Warning, Error -- GitLab