fix right aligned dropdowns

This commit is contained in:
Mark Otto 2012-02-18 20:06:38 -08:00
parent fed3b59e46
commit bbb2fb3395
4 changed files with 10 additions and 6 deletions

View file

@ -123,6 +123,12 @@
}
}
// Right aligned dropdowns
.pull-right .dropdown-menu {
left: auto;
right: 0;
}
// Typeahead
.typeahead {
margin-top: 2px; // give it some space to breathe

View file

@ -286,8 +286,6 @@
// Right aligned menus need alt position
.navbar .nav.pull-right .dropdown-menu {
left: auto;
right: 0;
&:before {
left: auto;
right: 12px;