mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
add bottom-up styles to the dropdown menus
This commit is contained in:
Vendored
+6
-1
@@ -6,7 +6,7 @@
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Tue Jan 24 10:43:08 PST 2012
|
||||
* Date: Tue Jan 24 10:45:20 PST 2012
|
||||
*/
|
||||
article,
|
||||
aside,
|
||||
@@ -1417,6 +1417,11 @@ i {
|
||||
*border-right-width: 2px;
|
||||
*border-bottom-width: 2px;
|
||||
}
|
||||
.dropdown-menu.bottom-up {
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.dropdown-menu .divider {
|
||||
height: 1px;
|
||||
margin: 5px 1px;
|
||||
|
||||
Reference in New Issue
Block a user