From 563a46f55a392011d075811b3dc798e9cdcca949 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 4 Dec 2018 16:53:01 +0300 Subject: initial --- lib/flat/dijit/Dialog_rtl.styl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 lib/flat/dijit/Dialog_rtl.styl (limited to 'lib/flat/dijit/Dialog_rtl.styl') diff --git a/lib/flat/dijit/Dialog_rtl.styl b/lib/flat/dijit/Dialog_rtl.styl new file mode 100755 index 000000000..7be49deaa --- /dev/null +++ b/lib/flat/dijit/Dialog_rtl.styl @@ -0,0 +1,17 @@ +@import 'dijit_variables'; + +.{$theme-name} { + + .dijitDialogRtl .dijitDialogCloseIcon { + right: auto; + left: $dialog-padding * 1.5; + } + + .dijitDialogRtl, + .dijitTooltipDialogRtl { + .dijitDialogPaneActionBar { + text-align: left; + } + } + +} \ No newline at end of file -- cgit v1.2.3