From eec949db7c2d2e58a364bbc31769da8818fe3173 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 20 Dec 2010 15:45:19 +0000 Subject: [PATCH] Fix: Theme border --- htdocs/theme/auguria/style.css.php | 7 +++++++ htdocs/theme/eldy/style.css.php | 5 +++++ htdocs/theme/freelug/style.css.php | 7 ++++++- htdocs/theme/yellow/style.css.php | 5 +++++ 4 files changed, 23 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index ab2373a0a84..321ea6e53da 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -663,6 +663,13 @@ td.photo { /* Panes for ECM or Filemanager */ /* ============================================================================== */ +/* +#containerlayout .layout-with-no-border { + border: 0 !important; + border-width: 0 !important; +} +*/ + /* * PANES and CONTENT-DIVs */ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 8c793573287..8e485ebe940 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -648,6 +648,11 @@ td.photo { /* Panes for ECM or Filemanager */ /* ============================================================================== */ +#containerlayout .layout-with-no-border { + border: 0 !important; + border-width: 0 !important; +} + /* * PANES and CONTENT-DIVs */ diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index 531b0acd90e..46fc8a005d7 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -525,6 +525,11 @@ td.photo { /* Panes for ECM or Filemanager */ /* ============================================================================== */ +#containerlayout .layout-with-no-border { + border: 0 !important; + border-width: 0 !important; +} + /* * PANES and CONTENT-DIVs */ @@ -736,7 +741,7 @@ span.tabspan { /* Boutons actions */ /* ============================================================================== */ -/* Nouvelle syntaxe � utiliser */ +/* Nouvelle syntaxe a utiliser */ a.butAction:link { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } a.butAction:visited { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index e2344758027..c0fd61b8a98 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -519,6 +519,11 @@ td.photo { /* Panes for ECM or Filemanager */ /* ============================================================================== */ +#containerlayout .layout-with-no-border { + border: 0 !important; + border-width: 0 !important; +} + /* * PANES and CONTENT-DIVs */