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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-07-21 12:54:46 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-21 12:54:46 +0300
commit822129a365b67c26b57b6a9ec2d9528aa74e9616 (patch)
tree40d0837f67ca3383ac1f8291255e028fc61336af /themes
parent256d76f8d0d53e44c649d00f9b719f3c99751271 (diff)
rtl support in table charts
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
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 */