diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 19:56:53 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-23 23:32:40 +0800 |
commit | bae9546b88649592658fc37c66cd66b42ba83ace (patch) | |
tree | 38618f23590e705105f6779e123cc7d315b8e973 | |
parent | bc8b64db0b65b8ba2d28be8022f7f8ac3ef1a85c (diff) |
flip the window title and cancel button for RTL in dialogue windows
-rw-r--r-- | lib/gallery.common.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 682cef70..a83acdbb 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -846,6 +846,22 @@ div#g-action-status { -webkit-border-bottom-right-radius: 17px; } +/* RTL ThemeRoller ~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.rtl .ui-dialog .ui-dialog-titlebar { + padding: 0.5em 1em 0.3em 0.3em; +} + +.rtl .ui-dialog .ui-dialog-title { + float: right; +} + +.rtl .ui-dialog .ui-dialog-titlebar-close { + left: 0.3em; + right: auto; +} + + /* RTL paginator ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .rtl .g-paginator .g-info { |