mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Main navigation and log styling
Simplified the styling to hopefully clear up the unreproducable, squishing logo issue.
This commit is contained in:
parent
26171c69b9
commit
13dcbb9a79
@ -149,7 +149,6 @@
|
||||
// Brand/project name
|
||||
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
padding: @navbar-padding-vertical @navbar-padding-horizontal;
|
||||
font-size: @font-size-large;
|
||||
line-height: @line-height-computed;
|
||||
|
||||
2
awx/ui/static/css/ansible-bootstrap.min.css
vendored
2
awx/ui/static/css/ansible-bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -24,21 +24,24 @@ body {
|
||||
.navbar {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.navbar-brand {
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
left: 15px;
|
||||
padding: 0px 15px 0 15px;
|
||||
img {
|
||||
width: 42px;
|
||||
}
|
||||
#ansible-brand-logo {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
}
|
||||
.navbar-collapse {
|
||||
/*.navbar-collapse {
|
||||
margin-left: 47px;
|
||||
}
|
||||
}*/
|
||||
.collapsed-option {
|
||||
display: none;
|
||||
}
|
||||
.navbar-brand {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
.nav > li > a {
|
||||
padding-top: 11px;
|
||||
padding-bottom: 11px;
|
||||
}
|
||||
}
|
||||
|
||||
#content-container {
|
||||
|
||||
@ -182,7 +182,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="http://www.ansible.com" target="_blank"><img src="{{ STATIC_URL }}img/tower_console_bug_black.png" /></a>
|
||||
<a class="navbar-brand" href="http://www.ansible.com" target="_blank"><img id="ansible-brand-logo" src="{{ STATIC_URL }}img/tower_console_bug_black.png" /></a>
|
||||
</div>
|
||||
<div class="navbar-collapse collapse" id="main-navbar-collapse">
|
||||
<ul class="nav navbar-nav" id="ansible-main-menu">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user