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
2013-07-19 14:51:52 +03:00
parent 7aed82f15d
commit 73cd3cba61
2 changed files with 27 additions and 1 deletions
@@ -292,6 +292,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