Skip to content
Snippets Groups Projects
Commit 55e01a2a authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: rtl: Flip sub-nav icon position

parent 8cfab8d6
No related branches found
No related tags found
No related merge requests found
...@@ -27,10 +27,12 @@ ...@@ -27,10 +27,12 @@
right: auto; right: auto;
left: 1em; left: 1em;
} }
.rtl #nav .inactive li { .rtl #nav .inactive li,
.rtl #sub_nav li {
text-align: right; text-align: right;
} }
.rtl #nav .inactive li a { .rtl #nav .inactive li a,
.rtl #sub_nav li a {
background-position: 100% 50%; background-position: 100% 50%;
padding-left: 0; padding-left: 0;
padding-right: 24px; padding-right: 24px;
...@@ -39,6 +41,10 @@ ...@@ -39,6 +41,10 @@
left: auto; left: auto;
right: -1px; right: -1px;
} }
.rtl #sub_nav li + li > a {
margin-left: 0;
margin-right: 10px;
}
.rtl .tip_close { .rtl .tip_close {
right: auto; right: auto;
left: 0.5em; left: 0.5em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment