13 lines
311 B
CSS
13 lines
311 B
CSS
|
|
#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;
|
|
}
|