From 822129a365b67c26b57b6a9ec2d9528aa74e9616 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 21 Jul 2015 15:24:46 +0530 Subject: rtl support in table charts Signed-off-by: Madhura Jayaratne --- themes/original/css/common.css.php | 7 +++++++ themes/pmahomme/css/common.css.php | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'themes') 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: ; + margin-: 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: ; + margin-: 40px; +} /* end table charting */ /* querybox */ -- cgit v1.2.3