summaryrefslogtreecommitdiff
path: root/modules/gallery/css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-11-18 11:26:34 -0800
committerBharat Mediratta <bharat@menalto.com>2009-11-18 11:26:34 -0800
commit350f6b58764beced6cd32497ad11e530b091fd5c (patch)
treeea8705d0a28e8ed78cc9507aa688b7c8a1a9eb87 /modules/gallery/css
parent670312ff10b5083a349456df116b5c815ccc73a0 (diff)
parent5b579ffdcb05322d42c9e402d9b841ace249a025 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/css')
-rw-r--r--modules/gallery/css/gallery.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css
index 113f0e09..e06c4dd9 100644
--- a/modules/gallery/css/gallery.css
+++ b/modules/gallery/css/gallery.css
@@ -4,6 +4,7 @@
* Sheet organization:
* 1) End-user
* 2) Admin
+ * 3) Right to left language styles
*/
/** *******************************************************************
@@ -87,3 +88,12 @@
padding: .5em;
margin-bottom: 1em;
}
+
+/** *******************************************************************
+ * 3) Right to left language styles
+ **********************************************************************/
+
+.rtl #g-block-admin .g-left {
+ margin-left: 1em;
+ margin-right: 0;
+} \ No newline at end of file