Kaydet (Commit) 0e7a9525 authored tarafından Taha Jahangir's avatar Taha Jahangir Kaydeden (comit) Tim Graham

Fixed #29690 -- Fixed aligned <ul> positioning for RTL languages in admin.

üst dc0868d4
......@@ -77,4 +77,8 @@
margin-left: 0;
margin-right: 15px;
}
[dir="rtl"] .aligned ul {
margin-right: 0;
}
}
......@@ -170,6 +170,11 @@ form .aligned p.help, form .aligned div.help {
clear: right;
}
form .aligned ul {
margin-right: 163px;
margin-left: 0;
}
form ul.inline li {
float: right;
padding-right: 0;
......
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