Reduce main menu height a little. Fixes #1453

This commit is contained in:
Akshay Joshi
2016-08-18 16:51:09 +01:00
committed by Dave Page
parent 8e0a61f556
commit 2b1b60bc2b
2 changed files with 30 additions and 2 deletions

View File

@@ -6,6 +6,34 @@ body {
padding-bottom: 20px;
}
@media (min-width: 768px) {
.pg-navbar {
height: 40px;
}
.pg-navbar .navbar-brand {
padding: 10px 15px;
height: 40px;
}
.pg-navbar .navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
}
.pg-docker {
top: 40px !important;
}
}
.pg-docker {
position:absolute;
left:0px;
right:0px;
top:50px;
bottom:0px;
}
.app-icon {
vertical-align: middle;
font-size: 25px;