Skip to content

Commit 3fc086d

Browse files
Fix user menu and language drop down alignments in rtl
1 parent 355f77d commit 3fc086d

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

src/sass/common/header.scss

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#language_select {
2222
select {
2323
padding: 0px;
24+
@include BIDIR_VALUE(float, right, left);
2425
}
2526
}
2627
a {
@@ -99,14 +100,23 @@
99100
}
100101
}
101102
}
102-
.main-nav > li > ul {
103-
margin: -20px -1px;
103+
.main-nav {
104+
> li > ul {
105+
margin: -20px -1px;
106+
}
107+
.nav-caret {
108+
@include BIDIR_PROP(right, left, -68px);
109+
@include BIDIR_PROP(left, right, initial);
110+
}
104111
}
105112
.topMenuBalance {
106113
visibility: hidden;
107114
}
108-
.main-account > .account-type {
109-
white-space: nowrap;
115+
#main-logout {
116+
@include BIDIR_VALUE(float, right, left);
117+
.main-account > .account-type {
118+
white-space: nowrap;
119+
}
110120
}
111121
#all-accounts {
112122
z-index: 99;

0 commit comments

Comments
 (0)