From df8c28f907a536196685e3408a03952d45f79664 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 20 Jul 2015 18:53:14 +0530 Subject: Support rtl languages in jQuery dialog Signed-off-by: Madhura Jayaratne --- themes/original/css/common.css.php | 15 +++++++++++++++ themes/pmahomme/css/common.css.php | 15 +++++++++++++++ 2 files changed, 30 insertions(+) (limited to 'themes') diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index c2762430bc..ee35492e44 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -3202,6 +3202,21 @@ th.headerSortDown .sorticon, th.headerSortUp:hover .sorticon { } /* end of styles of sortable tables */ +/* styles for jQuery-ui to support rtl languages */ +body .ui-dialog .ui-dialog-titlebar-close { + : .3em; + : initial; +} + +body .ui-dialog .ui-dialog-title { + float: ; +} + +body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { + float: ; +} +/* end of styles for jQuery-ui to support rtl languages */ + /* Override some jQuery-ui styling to have square corners */ body .ui-corner-all, body .ui-corner-top, diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index a0eb27c06f..f1c53835a4 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -3524,3 +3524,18 @@ th.headerSortDown .sorticon, th.headerSortUp:hover .sorticon { background-image: url(getImgPath('s_asc.png');?>); } /* end of styles of sortable tables */ + +/* styles for jQuery-ui to support rtl languages */ +body .ui-dialog .ui-dialog-titlebar-close { + : .3em; + : initial; +} + +body .ui-dialog .ui-dialog-title { + float: ; +} + +body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { + float: ; +} +/* end of styles for jQuery-ui to support rtl languages */ \ No newline at end of file -- cgit v1.2.3