Issue #1040262 by tsi: Fixed locale-rtl.css.
parent
04ec55f422
commit
2ca61b05a3
|
@ -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;
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue