Fix: erreur sur les feuilles de style

This commit is contained in:
Laurent Destailleur 2007-12-06 01:14:57 +00:00
parent 54d6a5d063
commit 7a409b9455
5 changed files with 15 additions and 20 deletions

View File

@ -16,7 +16,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Id$ * $Id$
* $Source$
*/ */
/** /**
@ -943,7 +942,7 @@ div.titre {
/* ============================================================================== */ /* ============================================================================== */
* Formulaire confirmation /* Formulaire confirmation */
/* ============================================================================== */ /* ============================================================================== */
td.validtitle { td.validtitle {
@ -1102,7 +1101,7 @@ position: absolute;
width: 420px; width: 420px;
border: 1px solid #444444; border: 1px solid #444444;
padding: 2px; padding: 2px;
background-color: lightyellow; background-color: #FFFFE0;
visibility: hidden; visibility: hidden;
z-index: 100; z-index: 100;
} }
@ -1185,7 +1184,7 @@ cursor: pointer;
} }
#corpForm .focus { /*** Mise en avant des champs en cours d'utilisation ***/ #corpForm .focus { /*** Mise en avant des champs en cours d'utilisation ***/
background: beige; background: #FFF0F0;
color: black; color: black;
} }
#corpForm .normal { /*** Retour à l'état normal après l'utilisation ***/ #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 */ form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
background: beige; background: #FAF8E8;
color: black; color: black;
} }

View File

@ -16,7 +16,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Id$ * $Id$
* $Source$
*/ */
@ -678,7 +677,7 @@ position: absolute;
width: 420px; width: 420px;
border: 1px solid #444444; border: 1px solid #444444;
padding: 2px; padding: 2px;
background-color: lightyellow; background-color: #FFFFE0;
visibility: hidden; visibility: hidden;
z-index: 100; z-index: 100;
} }

View File

@ -18,7 +18,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Id$ * $Id$
* $Source$
*/ */
/** /**
@ -956,7 +955,7 @@ font-family: helvetica, verdana, arial, sans-serif;
.warning { color: #887711; } .warning { color: #887711; }
.error { color: #550000; font-weight: bold; } .error { color: #550000; font-weight: bold; }
td.warning { /* Utilis<EFBFBD> par Smarty */ td.warning { /* Utilise par Smarty */
background: #FF99A9; background: #FF99A9;
} }
@ -1064,7 +1063,7 @@ border-left: solid 1px #BBBBBB;
border-right: solid 1px #444444; border-right: solid 1px #444444;
border-bottom: solid 1px #444444; border-bottom: solid 1px #444444;
padding: 2px; padding: 2px;
background-color: lightyellow; background-color: #FFFFE0;
visibility: hidden; visibility: hidden;
z-index: 100; z-index: 100;
} }
@ -1154,10 +1153,10 @@ cursor: pointer;
} }
#corpForm .focus { /*** Mise en avant des champs en cours d'utilisation ***/ #corpForm .focus { /*** Mise en avant des champs en cours d'utilisation ***/
background: beige; background: #FFF0F0;
color: black; color: black;
} }
#corpForm .normal { /*** Retour <EFBFBD> l'<27>tat normal apr<70>s l'utilisation ***/ #corpForm .normal { /*** Retour e l'etat normal apres l'utilisation ***/
background: white; background: white;
color: black; color: black;
} }
@ -1196,7 +1195,7 @@ td.hidden {
#evolForm input.focuserr { #evolForm input.focuserr {
font-weight: bold; font-weight: bold;
background: beige; background: #FAF8E8;
color: black; color: black;
border: solid 1px #FF0000; border: solid 1px #FF0000;
padding: 1px 1px 1px 1px; padding: 1px 1px 1px 1px;
@ -1205,14 +1204,14 @@ td.hidden {
#evolForm input.focus { /*** Mise en avant des champs en cours d'utilisation ***/ #evolForm input.focus { /*** Mise en avant des champs en cours d'utilisation ***/
background: beige; background: #FAF8E8;
color: black; color: black;
border: solid 1px #000000; border: solid 1px #000000;
padding: 1px 1px 1px 1px; padding: 1px 1px 1px 1px;
margin: 1px 1px 1px 1px; margin: 1px 1px 1px 1px;
} }
#evolForm input.normal { /*** Retour <EFBFBD> l'<27>tat normal apr<70>s l'utilisation ***/ #evolForm input.normal { /*** Retour a l'etat normal apres l'utilisation ***/
background: white; background: white;
color: black; color: black;
border: solid 1px white; border: solid 1px white;
@ -1223,7 +1222,7 @@ td.hidden {
/* ============================================================================== */ /* ============================================================================== */
/* Ajax - Liste d<EFBFBD>roulante de l'autocompletion */ /* Ajax - Liste deroulante de l'autocompletion */
/* ============================================================================== */ /* ============================================================================== */
div.autocomplete { div.autocomplete {
@ -1260,7 +1259,7 @@ form.inplaceeditor-form input[type="text"] { /* Input box */
} }
form.inplaceeditor-form textarea { /* Textarea, if multiple columns */ form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
background: beige; background: #FAF8E8;
color: black; color: black;
} }

View File

@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Id$ * $Id$
* $Source$
*/ */
/** /**
@ -863,7 +862,7 @@ border-left: solid 1px #BBBBBB;
border-right: solid 1px #444444; border-right: solid 1px #444444;
border-bottom: solid 1px #444444; border-bottom: solid 1px #444444;
padding: 2px; padding: 2px;
background-color: lightyellow; background-color: #FFFFE0;
visibility: hidden; visibility: hidden;
z-index: 100; z-index: 100;
} }

View File

@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Id$ * $Id$
* $Source$
*/ */
/** /**