[Web] Customize app menu and logo; Fix #671

This commit is contained in:
André
2017-10-21 10:07:06 +02:00
parent a35bf76154
commit 81775765d8
17 changed files with 407 additions and 10 deletions

View File

@@ -53,3 +53,7 @@ body.modal-open {
top: 65px;
z-index: 1;
}
.thumbnail img {
min-height:100px;
height:100px;
}

View File

@@ -101,4 +101,13 @@ legend {
-ms-user-select: none
-o-user-select: none;
user-select: none;
}
.navbar .navbar-brand {
padding-top: 5px;
}
.navbar .navbar-brand img {
height: 40px;
}
.mailcow-logo img {
max-width: 250px;
}