diff --git a/htdocs/product/canvas/product.livre.class.php b/htdocs/product/canvas/product.livre.class.php index b57651385a7..fd07b6a6aad 100644 --- a/htdocs/product/canvas/product.livre.class.php +++ b/htdocs/product/canvas/product.livre.class.php @@ -455,7 +455,7 @@ class ProductLivre extends Product if ($this->seuil_stock_alerte > ($this->stock_reel - $this->stock_in_command) && $this->status == 1) { - $smarty->assign('smarty_stock_dispo_class', 'class="alerte"'); + $smarty->assign('smarty_stock_dispo_class', 'class="warning"'); } } diff --git a/htdocs/product/canvas/product.livrecouverture.class.php b/htdocs/product/canvas/product.livrecouverture.class.php index 0ad974fa546..e31cd5a03d7 100644 --- a/htdocs/product/canvas/product.livrecouverture.class.php +++ b/htdocs/product/canvas/product.livrecouverture.class.php @@ -140,7 +140,7 @@ class ProductLivreCouverture extends Product if ( ($this->seuil_stock_alerte > $this->stock_dispo) && ($this->status == 1) ) { - $smarty->assign('smarty_stock_dispo_class', 'class="alerte"'); + $smarty->assign('smarty_stock_dispo_class', 'class="warning"'); } } } diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index 694daf8d245..febb7a293f9 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -96,9 +96,8 @@ select.flat padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } - -.button { - +.button +{ font-size: 100%; border: 0px; background-image : url(); @@ -106,6 +105,11 @@ select.flat padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } +form +{ + padding: 0em 0em 0em 0em; + margin: 0em 0em 0em 0em; +} /* ============================================================================== */ @@ -478,11 +482,6 @@ td.photo { border: 1px solid #b3c5cc; } -form { - padding: 0em 0em 0em 0em; - margin: 0em 0em 0em 0em; -} - /* ============================================================================== */ /* Onglets */ diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index 2baeb48a37a..be85951a461 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -32,15 +32,6 @@ body } -div.body -{ - display:block; - padding:0px; - border-top:1px solid black; - font-family:arial,tahoma,verdana,helvetica; - font-size:12px; - background: #dee7ec; -} div.vmenuplusfiche { @@ -269,16 +260,6 @@ table.liste td } -.flat { - font-family: arial,verdana,helvetica, sans-serif; - font-size: 100%; - font-weight: normal; - border: 1px solid #ccd7e0; - background-image : url(img/button_bg.gif); - background-position : bottom; -} - - /***** Styles par défaut *****/ input { @@ -309,6 +290,16 @@ textarea.flat padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } +button.flat { + font-family: arial,verdana,helvetica, sans-serif; + font-size: 100%; + font-weight: normal; + border: 1px solid #ccd7e0; + background-image : url(img/button_bg.gif); + background-position : bottom; +} + + /* * Onglets diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css index e86a30af10c..5922320265e 100644 --- a/htdocs/theme/dolibarr/dolibarr.css +++ b/htdocs/theme/dolibarr/dolibarr.css @@ -55,19 +55,13 @@ select.flat { font: 12px helvetica, verdana, arial, sans-serif; } - - -div.body +form { - margin-top: 1px; - margin-bottom: 0; - margin-right: 3px; - margin-left: 3px; - display:block; - padding:0px; - font-size:13px; + padding: 0em 0em 0em 0em; + margin: 0em 0em 0em 0em; } + div.vmenuplusfiche { top: auto; @@ -262,10 +256,6 @@ td.barre_select { color: #000000; } -form { - padding: 0em 0em 0em 0em; - margin: 0em 0em 0em 0em; -} /* * Barre onglets diff --git a/htdocs/theme/freelug/freelug.css.php b/htdocs/theme/freelug/freelug.css.php index ac590c9de86..a25d0828114 100644 --- a/htdocs/theme/freelug/freelug.css.php +++ b/htdocs/theme/freelug/freelug.css.php @@ -94,7 +94,6 @@ select.flat padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } - .button { font: 11px arial,verdana,heletica, sans-serif; padding: 0px 2px 0px 2px; @@ -119,6 +118,10 @@ select.flat background-position: bottom; background-repeat: repeat-x; } +form { + padding: 0em 0em 0em 0em; + margin: 0em 0em 0em 0em; +} /* ============================================================================== */ @@ -359,11 +362,6 @@ td.photo { border: 1px solid #b3c5cc; } -form { - padding: 0em 0em 0em 0em; - margin: 0em 0em 0em 0em; -} - /* ============================================================================== */ /* Onglets */ diff --git a/htdocs/theme/rodolphe/rodolphe.css b/htdocs/theme/rodolphe/rodolphe.css index 883b75ed5a1..1771b48d4e9 100644 --- a/htdocs/theme/rodolphe/rodolphe.css +++ b/htdocs/theme/rodolphe/rodolphe.css @@ -29,11 +29,7 @@ body { margin-right: 0; margin-left: 0; } -.body { - background: #AAA5A0; - color: #000000; - font: 12px helvetica, verdana, arial, sans-serif; -} + /***** Styles par défaut *****/ a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } @@ -69,29 +65,20 @@ select.flat { font: 12px helvetica, verdana, arial, sans-serif; } - .button { font-family: arial,verdana,helvetica, sans-serif; font-size: 100%; font-weight: normal; border: 1px solid #bbbb99; - background-image : url(/theme/yellow/img/button_bg.png); background-position : bottom; } - - -div.body +form { - margin-top: 1px; - margin-bottom: 0; - margin-right: 3px; - margin-left: 3px; - display:block; - padding:0px; - font-family:arial,tahoma,verdana,helvetica; - font-size:12px; + padding: 0em 0em 0em 0em; + margin: 0em 0em 0em 0em; } + div.vmenuplusfiche { top: auto; @@ -320,10 +307,6 @@ td.photo { color: #000000 } -form { - padding: 0.1em 0em 0em 0em; - margin: 0em 0em 0em 0em; -} /* diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 1d6d814e862..0d8c98ff217 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -29,11 +29,6 @@ body { margin-right: 0; margin-left: 0; } -.body { - background: #ebebe0; - color: #101010; - font: 12px helvetica, verdana, arial, sans-serif; -} /***** Styles par défaut *****/ a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } @@ -74,8 +69,8 @@ select.flat padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } - -.button { +.button +{ font-family: arial,verdana,helvetica, sans-serif; font-size: 100%; font-weight: normal; @@ -83,6 +78,11 @@ select.flat background-image : url(/theme/yellow/img/button_bg.png); background-position : bottom; } +form +{ + padding: 0em 0em 0em 0em; + margin: 0em 0em 0em 0em; +} @@ -302,11 +302,6 @@ td.photo { color: #000000 } -form { - padding: 0.1em 0em 0em 0em; - margin: 0em 0em 0em 0em; -} - /* * Barre onglets