From ab71360cc4d0150acd024c5739b943d29dd7691d Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 7 Jul 2011 17:09:53 -0700 Subject: Issue #1040262 by tsi: Fixed locale-rtl.css. --- modules/locale/locale.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules') 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; } -- cgit v1.2.3