Issue #1040262 by tsi: Fixed locale-rtl.css.

8.0.x
webchick 2011-07-07 17:09:39 -07:00
parent 04ec55f422
commit 2ca61b05a3
2 changed files with 14 additions and 4 deletions

View File

@ -0,0 +1,12 @@
#locale-translation-filter-form .form-item-language,
#locale-translation-filter-form .form-item-translation,
#locale-translation-filter-form .form-item-group {
float: right;
padding-left: .8em;
padding-right: 0;
}
#locale-translation-filter-form .form-actions {
float: right;
padding: 3ex 1em 0 0;
}

View File

@ -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;
}