mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Style
This commit is contained in:
@@ -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"> </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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user