Style
This commit is contained in:
parent
486920958c
commit
22b8fcfe63
@ -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" colspan="2">'.$langs->trans("DolibarrStateBoard").'</th>';
|
||||||
print '<th class="liste_titre" align="right"> </th>';
|
print '<th class="liste_titre" align="right"> </th>';
|
||||||
print '</tr>';
|
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;
|
$var=true;
|
||||||
|
|
||||||
|
|||||||
@ -1824,6 +1824,18 @@ div.tabBar .noborder {
|
|||||||
* Boxes
|
* 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 {
|
.boxstats {
|
||||||
<?php print "float: ".$left.";\n"; ?>
|
<?php print "float: ".$left.";\n"; ?>
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user