Uniformisation style pour meilleur compatibilité entre auguria et eldy
This commit is contained in:
parent
9ac173b535
commit
80d4b0f11d
@ -455,7 +455,7 @@ class ProductLivre extends Product
|
|||||||
|
|
||||||
if ($this->seuil_stock_alerte > ($this->stock_reel - $this->stock_in_command) && $this->status == 1)
|
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"');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -140,7 +140,7 @@ class ProductLivreCouverture extends Product
|
|||||||
|
|
||||||
if ( ($this->seuil_stock_alerte > $this->stock_dispo) && ($this->status == 1) )
|
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"');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -96,9 +96,8 @@ select.flat
|
|||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
.button
|
||||||
.button {
|
{
|
||||||
|
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
background-image : url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/button_bg.png' ?>);
|
background-image : url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/button_bg.png' ?>);
|
||||||
@ -106,6 +105,11 @@ select.flat
|
|||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 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;
|
border: 1px solid #b3c5cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
|
||||||
padding: 0em 0em 0em 0em;
|
|
||||||
margin: 0em 0em 0em 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* Onglets */
|
/* Onglets */
|
||||||
|
|||||||
@ -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
|
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 *****/
|
/***** Styles par défaut *****/
|
||||||
input
|
input
|
||||||
{
|
{
|
||||||
@ -309,6 +290,16 @@ textarea.flat
|
|||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 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
|
* Onglets
|
||||||
|
|||||||
@ -55,19 +55,13 @@ select.flat
|
|||||||
{
|
{
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
form
|
||||||
|
|
||||||
div.body
|
|
||||||
{
|
{
|
||||||
margin-top: 1px;
|
padding: 0em 0em 0em 0em;
|
||||||
margin-bottom: 0;
|
margin: 0em 0em 0em 0em;
|
||||||
margin-right: 3px;
|
|
||||||
margin-left: 3px;
|
|
||||||
display:block;
|
|
||||||
padding:0px;
|
|
||||||
font-size:13px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div.vmenuplusfiche
|
div.vmenuplusfiche
|
||||||
{
|
{
|
||||||
top: auto;
|
top: auto;
|
||||||
@ -262,10 +256,6 @@ td.barre_select {
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
|
||||||
padding: 0em 0em 0em 0em;
|
|
||||||
margin: 0em 0em 0em 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Barre onglets
|
* Barre onglets
|
||||||
|
|||||||
@ -94,7 +94,6 @@ select.flat
|
|||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
font: 11px arial,verdana,heletica, sans-serif;
|
font: 11px arial,verdana,heletica, sans-serif;
|
||||||
padding: 0px 2px 0px 2px;
|
padding: 0px 2px 0px 2px;
|
||||||
@ -119,6 +118,10 @@ select.flat
|
|||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
background-repeat: repeat-x;
|
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;
|
border: 1px solid #b3c5cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
|
||||||
padding: 0em 0em 0em 0em;
|
|
||||||
margin: 0em 0em 0em 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* Onglets */
|
/* Onglets */
|
||||||
|
|||||||
@ -29,11 +29,7 @@ body {
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.body {
|
|
||||||
background: #AAA5A0;
|
|
||||||
color: #000000;
|
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
/***** Styles par défaut *****/
|
/***** Styles par défaut *****/
|
||||||
a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
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;
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
font-family: arial,verdana,helvetica, sans-serif;
|
font-family: arial,verdana,helvetica, sans-serif;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
border: 1px solid #bbbb99;
|
border: 1px solid #bbbb99;
|
||||||
background-image : url(/theme/yellow/img/button_bg.png);
|
|
||||||
background-position : bottom;
|
background-position : bottom;
|
||||||
}
|
}
|
||||||
|
form
|
||||||
|
|
||||||
div.body
|
|
||||||
{
|
{
|
||||||
margin-top: 1px;
|
padding: 0em 0em 0em 0em;
|
||||||
margin-bottom: 0;
|
margin: 0em 0em 0em 0em;
|
||||||
margin-right: 3px;
|
|
||||||
margin-left: 3px;
|
|
||||||
display:block;
|
|
||||||
padding:0px;
|
|
||||||
font-family:arial,tahoma,verdana,helvetica;
|
|
||||||
font-size:12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div.vmenuplusfiche
|
div.vmenuplusfiche
|
||||||
{
|
{
|
||||||
top: auto;
|
top: auto;
|
||||||
@ -320,10 +307,6 @@ td.photo {
|
|||||||
color: #000000
|
color: #000000
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
|
||||||
padding: 0.1em 0em 0em 0em;
|
|
||||||
margin: 0em 0em 0em 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -29,11 +29,6 @@ body {
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.body {
|
|
||||||
background: #ebebe0;
|
|
||||||
color: #101010;
|
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
/***** Styles par défaut *****/
|
/***** Styles par défaut *****/
|
||||||
a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
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;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
.button
|
||||||
.button {
|
{
|
||||||
font-family: arial,verdana,helvetica, sans-serif;
|
font-family: arial,verdana,helvetica, sans-serif;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -83,6 +78,11 @@ select.flat
|
|||||||
background-image : url(/theme/yellow/img/button_bg.png);
|
background-image : url(/theme/yellow/img/button_bg.png);
|
||||||
background-position : bottom;
|
background-position : bottom;
|
||||||
}
|
}
|
||||||
|
form
|
||||||
|
{
|
||||||
|
padding: 0em 0em 0em 0em;
|
||||||
|
margin: 0em 0em 0em 0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -302,11 +302,6 @@ td.photo {
|
|||||||
color: #000000
|
color: #000000
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
|
||||||
padding: 0.1em 0em 0em 0em;
|
|
||||||
margin: 0em 0em 0em 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Barre onglets
|
* Barre onglets
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user