bootstrap-3.3.1 and minor css fixes

This commit is contained in:
marijus
2014-11-29 14:33:36 +01:00
parent 80ed4193f7
commit 3855be4910
9 changed files with 227 additions and 188 deletions

View File

@@ -17,6 +17,20 @@ nav .badge {
cursor: pointer;
}
nav i {
font-size: 14px;
}
nav ul li {
max-height: 49px;
}
nav img {
height: 48px;
width: 48px;
margin-top: 1px;
}
nav .dropdown-menu {
top: 50px;
max-height: 450px;
@@ -53,6 +67,10 @@ nav .navbar-collapse .navbar-right {
float: right;
}
nav .navbar-toggle {
margin-bottom: 7px;
}
/* nav overrides end */
.dropdown-menu img {