Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/original/css/common.css.php')
-rw-r--r--themes/original/css/common.css.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index ee35492e44..f03beebc01 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -1170,6 +1170,13 @@ div#profilingchart {
}
/* end profiling */
+/* table charting */
+.chartOption {
+ float: <?php echo $left; ?>;
+ margin-<?php echo $right;?>: 40px;
+}
+/* end table charting */
+
/* querybox */
div#sqlquerycontainer {