Allow for configurable logo in the top left corner using ENTERPRISE_LOGO_URL parameter.

This commit is contained in:
Jake Moshenko 2014-12-12 18:25:30 -05:00
parent ea3d909477
commit 79b61e7709
3 changed files with 17 additions and 6 deletions

View file

@ -38,7 +38,12 @@
}
#quay-logo {
height: 36px;
width: 100px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
display: inline-block;
}
#padding-container {
@ -2864,10 +2869,8 @@ p.editable:hover i {
.navbar-brand {
padding: 6px;
}
.navbar-brand img {
height: 36px;
line-height: 1px;
font-size: 1px;
}
.user-dropdown > img {