mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Added new logo to site header.
This commit is contained in:
parent
5500a5647d
commit
041e55ecae
@ -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
BIN
awx/ui/static/img/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user