Skip to content
Snippets Groups Projects
Commit 22640092 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: css

parent 9f6a6d13
No related branches found
No related tags found
No related merge requests found
...@@ -1976,18 +1976,6 @@ div.tabBar .noborder { ...@@ -1976,18 +1976,6 @@ div.tabBar .noborder {
* Boxes * Boxes
*/ */
.tdboxstats {
<?php if ($usecss3) { ?>
background: -o-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 120%) !important;
background: -moz-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 120%) !important;
background: -webkit-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 120%) !important;
background: -ms-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 120%) !important;
background: linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 120%) !important;
<?php } else { ?>
background: #ffffff !important;
<?php } ?>
}
.boxstats { .boxstats {
<?php print "float: ".$left.";\n"; ?> <?php print "float: ".$left.";\n"; ?>
margin: 3px; margin: 3px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment