Close #766 - Update to Bootstrap 2.3.2

This commit is contained in:
Ben Word
2013-06-03 17:53:35 -05:00
parent 66ac187564
commit 05fabcd512
6 changed files with 17 additions and 5 deletions

View File

@@ -135,6 +135,17 @@
}
}
// Backdrop to catch body clicks on mobile, etc.
// ---------------------------
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: @zindexDropdown - 10;
}
// Right aligned dropdowns
// ---------------------------
.pull-right > .dropdown-menu {