2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2013-07-19 18:01:49 +02:00
parent 486920958c
commit 22b8fcfe63
2 changed files with 13 additions and 1 deletions

View File

@@ -117,7 +117,7 @@ if (empty($user->societe_id))
print '<th class="liste_titre" colspan="2">'.$langs->trans("DolibarrStateBoard").'</th>';
print '<th class="liste_titre" align="right">&nbsp;</th>';
print '</tr>';
print '<tr class="impair"><td colspan="3" class="impair nohover">';
print '<tr class="impair"><td colspan="3" class="impair tdboxstats nohover">';
$var=true;

View File

@@ -1824,6 +1824,18 @@ div.tabBar .noborder {
* Boxes
*/
.tdboxstats {
<?php if ($usecss3) { ?>
background: -o-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%) !important;
background: -moz-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%) !important;
background: -webkit-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%) !important;
background: -ms-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%) !important;
background: linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%) !important;
<?php } else { ?>
background: #ffffff !important;
<?php } ?>
}
.boxstats {
<?php print "float: ".$left.";\n"; ?>
margin: 3px;