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
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php7
-rw-r--r--themes/pmahomme/css/common.css.php6
2 files changed, 11 insertions, 2 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 {
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index f1c53835a4..f490812e2c 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -1556,14 +1556,16 @@ div#profilingchart {
/* end profiling */
/* table charting */
-
#resizer {
border: 1px solid silver;
}
#inner-resizer { /* make room for the resize handle */
padding: 10px;
}
-
+.chartOption {
+ float: <?php echo $left; ?>;
+ margin-<?php echo $right;?>: 40px;
+}
/* end table charting */
/* querybox */