diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index 037d14d6890..694daf8d245 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -484,23 +484,6 @@ form { } -/* ============================================================================== */ -/* Barre recherche */ -/* ============================================================================== */ - -div.formsearch -{ - display: block; - clear: right; - background: #d0d4d7; - top: 0px; - left: 130px; - padding: 4px; - vertical-align: middle; - margin-bottom: 10px; -} - - /* ============================================================================== */ /* Onglets */ /* ============================================================================== */ diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index f7406b69c0b..2baeb48a37a 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -269,18 +269,6 @@ table.liste td } -div.formsearch -{ - display: block; - float: none; - clear: right; - background: #dee7ec; - top: 0px; - left: 130px; - padding: 4px; - vertical-align: middle; -} - .flat { font-family: arial,verdana,helvetica, sans-serif; font-size: 100%; diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css index 3fc6d48d0fa..e86a30af10c 100644 --- a/htdocs/theme/dolibarr/dolibarr.css +++ b/htdocs/theme/dolibarr/dolibarr.css @@ -266,21 +266,6 @@ form { padding: 0em 0em 0em 0em; margin: 0em 0em 0em 0em; } -/* - * Barre recherche - */ -div.formsearch -{ - display: block; - float: none; - clear: right; - background: #d0d4d7; - top: 0px; - left: 130px; - padding: 4px; - vertical-align: middle; - margin-bottom: 10px; -} /* * Barre onglets diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index 1f1949662a0..9b8abb65820 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -140,10 +140,6 @@ div.fiche width:auto; } -* html div.fiche -{ - width:800px; -} /* ============================================================================== */ @@ -228,7 +224,7 @@ font.tmenudisabled } -/* Pour menu TOP auguria */ +/* Pour menu top auguria */ div.tmenu ul { padding: 0px 0px 0px 0px; @@ -496,23 +492,6 @@ form { } -/* ============================================================================== */ -/* Barre recherche */ -/* ============================================================================== */ - -div.formsearch -{ - display: block; - clear: right; - background: #d0d4d7; - top: 0px; - left: 130px; - padding: 4px; - vertical-align: middle; - margin-bottom: 10px; -} - - /* ============================================================================== */ /* Onglets */ /* ============================================================================== */ @@ -928,6 +907,10 @@ font: helvetica, verdana, arial, sans-serif; .warning { color: #887711; } .error { color: #550000; font-weight: bold; } +td.warning { /* Utilisé par Smarty */ + background: #FF99A9; +} + div.ok { color: #114466; } @@ -943,7 +926,7 @@ div.error { border: 1px solid #8C9CAB; } -div.info { +div.info { /* Info admin */ color: #888888; padding: 0.2em 0.2em 0.2em 0.2em; margin: 0.5em 0em 0.5em 0em; @@ -1189,12 +1172,6 @@ td.hidden { } -/* Utilise dans smarty uniquement. A virer */ -td.alerte { - background: #FF99A9; -} - - /* ============================================================================== */ /* Liste déroulante de l'autocompletion Ajax */ diff --git a/htdocs/theme/freelug/freelug.css.php b/htdocs/theme/freelug/freelug.css.php index 157dde37428..ac590c9de86 100644 --- a/htdocs/theme/freelug/freelug.css.php +++ b/htdocs/theme/freelug/freelug.css.php @@ -365,23 +365,6 @@ form { } -/* ============================================================================== */ -/* Barre recherche */ -/* ============================================================================== */ - -div.formsearch -{ - display: block; - clear: right; - background: #bbbbcc; - top: 0px; - left: 130px; - padding: 4px; - vertical-align: middle; - margin-bottom: 10px; -} - - /* ============================================================================== */ /* Onglets */ /* ============================================================================== */ diff --git a/htdocs/theme/rodolphe/rodolphe.css b/htdocs/theme/rodolphe/rodolphe.css index 922cf9779cf..883b75ed5a1 100644 --- a/htdocs/theme/rodolphe/rodolphe.css +++ b/htdocs/theme/rodolphe/rodolphe.css @@ -326,23 +326,6 @@ form { } -/* - * Barre recherche - */ -div.formsearch -{ - display: block; - float: none; - clear: right; - background: #ddddcc; - top: 0px; - left: 130px; - padding: 4px; - vertical-align: middle; - margin-bottom: 10px; -} - - /* * Barre onglets */ @@ -557,13 +540,6 @@ div.leftmenu { -.alerte -{ - background: #FF9988; - font-weight: bold; - font-size: 0.95em; - color: #000000; - text-decoration: none } /* * Normal, warning, erreurs @@ -572,6 +548,15 @@ div.leftmenu { .warning { color: #777711; } .error { color: #550000; } +td.warning +{ + background: #FF9988; + font-weight: bold; + font-size: 0.95em; + color: #000000; + text-decoration: none +} + div.ok { color: #114466; } diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 3cc0edd273b..1d6d814e862 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -308,23 +308,6 @@ form { } -/* - * Barre recherche - */ -div.formsearch -{ - display: block; - float: none; - clear: right; - background: #ddddcc; - top: 0px; - left: 130px; - padding: 4px; - vertical-align: middle; - margin-bottom: 10px; -} - - /* * Barre onglets */