diff options
-rw-r--r-- | modules/locale/locale.css | 6 |
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; } |