Added new logo to site header.

This commit is contained in:
chouseknecht 2013-06-27 15:15:36 -04:00
parent 5500a5647d
commit 041e55ecae
3 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@
body {
color: #36454F;
padding-top: 40px;
padding-top: 60px;
}
.text-center {
@ -55,10 +55,11 @@
.navbar .brand {
margin-left: 15px;
padding: 0;
}
.navbar .brand img {
width: 130px;
width: 243px;
}
a:hover {

BIN
awx/ui/static/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -93,7 +93,7 @@
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#/"><img class="logo" src="{{ STATIC_URL }}img/ansibleworks-logo.png" /></a>
<a class="brand" href="#/"><img class="logo" src="{{ STATIC_URL }}img/logo.png" /></a>
<ul class="nav pull-right">
<li ng-show="current_user.username != null && current_user.username != undefined">
<a href="" ng-click="viewCurrentUser()" ng-bind="'Hello! ' + current_user.username"></a></li>