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

@@ -1405,7 +1405,7 @@ div.jGrowl div.jGrowl-notification {
#nav-search-text-ac .autocomplete {
position: fixed;
top: 51px;
top: 50px;
border: 1px solid $nav_bd;
border-top: none;
}
@@ -2058,21 +2058,11 @@ img.mail-list-sender-photo {
/* nav bootstrap */
nav i {
font-size: 14px;
}
nav img {
height: 47px;
width: 47px;
margin-top: 2px;
border-radius: $radiuspx;
}
nav ul li {
max-height: 50px
}
nav .dropdown-menu {
font-size: $body_font_size;
border-top-right-radius: 0px;
@@ -2395,4 +2385,4 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
.bb_observer img {
border: 3px solid red !important;
}
}