Kaydet (Commit) 13a8e633 authored tarafından Mehdi Pourfar's avatar Mehdi Pourfar Kaydeden (comit) Tim Graham

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

üst 3507d4e7
......@@ -166,6 +166,10 @@ thead th.sorted .text {
margin-left: 5px;
}
form .aligned p.help, form .aligned div.help {
clear: right;
}
form ul.inline li {
float: right;
padding-right: 0;
......@@ -226,6 +230,10 @@ form .form-row p.datetime {
overflow: hidden;
}
.related-widget-wrapper {
float: right;
}
/* MISC */
.inline-related h2, .inline-group h2 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment