Fixed #27158 -- Fixed positioning of admin's many-to-many widgets in rtl.css.

This commit is contained in:
Mehdi Pourfar 2016-09-19 17:59:13 +04:30 committed by Tim Graham
parent 3507d4e773
commit 13a8e633c2
1 changed files with 8 additions and 0 deletions

View File

@ -166,6 +166,10 @@ thead th.sorted .text {
margin-left: 5px; margin-left: 5px;
} }
form .aligned p.help, form .aligned div.help {
clear: right;
}
form ul.inline li { form ul.inline li {
float: right; float: right;
padding-right: 0; padding-right: 0;
@ -226,6 +230,10 @@ form .form-row p.datetime {
overflow: hidden; overflow: hidden;
} }
.related-widget-wrapper {
float: right;
}
/* MISC */ /* MISC */
.inline-related h2, .inline-group h2 { .inline-related h2, .inline-group h2 {