Add a logo for quay. Make the navbar a little friendlier to smaller devices.

This commit is contained in:
yackob03 2013-10-13 16:13:50 -04:00
parent 07e1ada0cb
commit 65b0b85ffb
7 changed files with 195 additions and 24 deletions

View file

@ -283,7 +283,7 @@ form input.ng-valid.ng-dirty {
}
#repoSearch {
width: 400px;
width: 300px;
}
.repo-mini-listing {
@ -603,6 +603,14 @@ p.editable:hover i {
padding-bottom: 9px;
}
.navbar-brand {
padding: 12px 15px;
}
.navbar-brand img {
height: 25px;
}
.user-dropdown > img {
padding-right: 6px;
}