Skip to content

Commit

Permalink
#45 Update the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Nov 28, 2016
1 parent c96ddb0 commit 510de23
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Binary file modified ui/app/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui/app/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui/app/images/logo.white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions ui/app/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ body {
top: 0;
z-index: 1030;
}
.navbar-brand {
padding: 6px 20px !important;
}
.navbar-brand>img {
display: inline;
}

.main-navbar .nav>li>a {
padding: 15px 8px;
}
Expand Down
2 changes: 1 addition & 1 deletion ui/app/views/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" ui-sref="app.main({viewId: 'currentcases'})">
<img alt="The Hive" height="20" src="images/logo.white.png"></a>
<img alt="The Hive" src="images/logo.white.png"></a>
</div>

<div class="collapse navbar-collapse" id="th-navbar-collapse">
Expand Down

0 comments on commit 510de23

Please sign in to comment.