mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Styling fix for over-sized dropdown menu. (Bootstrap3 admin theme)
This commit is contained in:
parent
2a842bd3f4
commit
929cf1ebe3
@ -1098,6 +1098,11 @@ ul.scroll-menu { max-height:350px; overflow:auto; }
|
||||
.nav ul li ul.dropdown-menu > li a { padding-top:5px; padding-bottom:5px; color: rgb(200,200,200); }
|
||||
.nav ul li ul.dropdown-menu > li a:hover { color: rgb(255, 255, 255); }
|
||||
|
||||
.nav ul.dropdown-menu.oversized { width: 420px }
|
||||
.nav ul.dropdown-menu.oversized li { width: 50%; float:left; }
|
||||
|
||||
|
||||
|
||||
|
||||
.navbar .btn-navbar{ margin-top:12px }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user