MDL-40674 - Main menu's "sub menu" should open to the left in RTL mode (theme/clean , bootstrapbase)

This commit is contained in:
Nadav Kavalerchik
2014-04-15 17:07:48 +12:00
committed by Sam Hemelryk
parent 8240dc0f01
commit e3d3ed5afd
2 changed files with 27 additions and 1 deletions
@@ -369,6 +369,32 @@
}
}
.dir-rtl {
.dropdown-menu {
right:0;
left:auto;
}
.navbar .nav>li>.dropdown-menu:before {
right:9px;
left:auto;
}
.navbar .nav>li>.dropdown-menu:after {
right: 10px;
left:auto;
}
.dropdown-submenu>a:after {
margin-right: -10px;
margin-left: 0;
border-right-color: #ccc;
border-left-color: transparent;
border-width: 5px 5px 5px 0px;
}
.dropdown-submenu>.dropdown-menu {
right:100%;
left:auto;
}
}
@media (max-width: 979px) {
.nav-collapse {
height: 0;
File diff suppressed because one or more lines are too long