From 7a409b9455570059e8f072117b2b59e66345ad3f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 6 Dec 2007 01:14:57 +0000 Subject: [PATCH] Fix: erreur sur les feuilles de style --- htdocs/theme/auguria/auguria.css.php | 9 ++++----- htdocs/theme/dolibarr/dolibarr.css | 3 +-- htdocs/theme/eldy/eldy.css.php | 19 +++++++++---------- htdocs/theme/freelug/freelug.css.php | 3 +-- htdocs/theme/yellow/yellow.css.php | 1 - 5 files changed, 15 insertions(+), 20 deletions(-) diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index 3ca25cfc951..2a7eb45a632 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -16,7 +16,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ - * $Source$ */ /** @@ -943,7 +942,7 @@ div.titre { /* ============================================================================== */ - * Formulaire confirmation +/* Formulaire confirmation */ /* ============================================================================== */ td.validtitle { @@ -1102,7 +1101,7 @@ position: absolute; width: 420px; border: 1px solid #444444; padding: 2px; -background-color: lightyellow; +background-color: #FFFFE0; visibility: hidden; z-index: 100; } @@ -1185,7 +1184,7 @@ cursor: pointer; } #corpForm .focus { /*** Mise en avant des champs en cours d'utilisation ***/ - background: beige; + background: #FFF0F0; color: black; } #corpForm .normal { /*** Retour à l'état normal après l'utilisation ***/ @@ -1231,7 +1230,7 @@ form.inplaceeditor-form input[type="text"] { /* Input box */ } form.inplaceeditor-form textarea { /* Textarea, if multiple columns */ -background: beige; +background: #FAF8E8; color: black; } diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css index 34d61daa083..ea6be66d0e9 100644 --- a/htdocs/theme/dolibarr/dolibarr.css +++ b/htdocs/theme/dolibarr/dolibarr.css @@ -16,7 +16,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ - * $Source$ */ @@ -678,7 +677,7 @@ position: absolute; width: 420px; border: 1px solid #444444; padding: 2px; -background-color: lightyellow; +background-color: #FFFFE0; visibility: hidden; z-index: 100; } diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index b0a9e55dce8..75d728f7607 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -18,7 +18,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ - * $Source$ */ /** @@ -956,7 +955,7 @@ font-family: helvetica, verdana, arial, sans-serif; .warning { color: #887711; } .error { color: #550000; font-weight: bold; } -td.warning { /* Utilis� par Smarty */ +td.warning { /* Utilise par Smarty */ background: #FF99A9; } @@ -1064,7 +1063,7 @@ border-left: solid 1px #BBBBBB; border-right: solid 1px #444444; border-bottom: solid 1px #444444; padding: 2px; -background-color: lightyellow; +background-color: #FFFFE0; visibility: hidden; z-index: 100; } @@ -1154,10 +1153,10 @@ cursor: pointer; } #corpForm .focus { /*** Mise en avant des champs en cours d'utilisation ***/ - background: beige; + background: #FFF0F0; color: black; } -#corpForm .normal { /*** Retour � l'�tat normal apr�s l'utilisation ***/ +#corpForm .normal { /*** Retour e l'etat normal apres l'utilisation ***/ background: white; color: black; } @@ -1196,7 +1195,7 @@ td.hidden { #evolForm input.focuserr { font-weight: bold; - background: beige; + background: #FAF8E8; color: black; border: solid 1px #FF0000; padding: 1px 1px 1px 1px; @@ -1205,14 +1204,14 @@ td.hidden { #evolForm input.focus { /*** Mise en avant des champs en cours d'utilisation ***/ - background: beige; + background: #FAF8E8; color: black; border: solid 1px #000000; padding: 1px 1px 1px 1px; margin: 1px 1px 1px 1px; } -#evolForm input.normal { /*** Retour � l'�tat normal apr�s l'utilisation ***/ +#evolForm input.normal { /*** Retour a l'etat normal apres l'utilisation ***/ background: white; color: black; border: solid 1px white; @@ -1223,7 +1222,7 @@ td.hidden { /* ============================================================================== */ -/* Ajax - Liste d�roulante de l'autocompletion */ +/* Ajax - Liste deroulante de l'autocompletion */ /* ============================================================================== */ div.autocomplete { @@ -1260,7 +1259,7 @@ form.inplaceeditor-form input[type="text"] { /* Input box */ } form.inplaceeditor-form textarea { /* Textarea, if multiple columns */ -background: beige; +background: #FAF8E8; color: black; } diff --git a/htdocs/theme/freelug/freelug.css.php b/htdocs/theme/freelug/freelug.css.php index e16499fc6da..e8ad607fb13 100644 --- a/htdocs/theme/freelug/freelug.css.php +++ b/htdocs/theme/freelug/freelug.css.php @@ -17,7 +17,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ - * $Source$ */ /** @@ -863,7 +862,7 @@ border-left: solid 1px #BBBBBB; border-right: solid 1px #444444; border-bottom: solid 1px #444444; padding: 2px; -background-color: lightyellow; +background-color: #FFFFE0; visibility: hidden; z-index: 100; } diff --git a/htdocs/theme/yellow/yellow.css.php b/htdocs/theme/yellow/yellow.css.php index e62dfc66137..f167ec6d963 100644 --- a/htdocs/theme/yellow/yellow.css.php +++ b/htdocs/theme/yellow/yellow.css.php @@ -17,7 +17,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ - * $Source$ */ /**