summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-07-07 17:09:53 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-07-07 17:09:53 -0700
commitab71360cc4d0150acd024c5739b943d29dd7691d (patch)
tree4bc418f17e6ac7b64b6025a246c579b53d52a731 /modules/locale
parent8da5cc2b756d9883451fb3be8696eede7895e584 (diff)
downloadbrdo-ab71360cc4d0150acd024c5739b943d29dd7691d.tar.gz
brdo-ab71360cc4d0150acd024c5739b943d29dd7691d.tar.bz2
Issue #1040262 by tsi: Fixed locale-rtl.css.
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/locale.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/locale/locale.css b/modules/locale/locale.css
index 1d875a2bf..38112b506 100644
--- a/modules/locale/locale.css
+++ b/modules/locale/locale.css
@@ -21,14 +21,12 @@
width: 100%;
}
#locale-translation-filter-form .form-actions {
- float: left;
- padding: 3ex 0 0 1em;
+ float: left; /* LTR */
+ padding: 3ex 0 0 1em; /* LTR */
}
-
.language-switcher-locale-session a.active {
color: #0062A0;
}
-
.language-switcher-locale-session a.session-active {
color: #000000;
}