mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Styling changes
Adjust white space at top of menu and on top/bottom of breadcrumbs.
This commit is contained in:
parent
b0a03697b6
commit
e9084d0c33
@ -11,7 +11,7 @@
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
margin: 0 0 8px 0;
|
||||
margin: 0 0 15px 0;
|
||||
}
|
||||
.ansible-breadcrumb li {
|
||||
float: left;
|
||||
|
||||
@ -16,13 +16,14 @@ html {
|
||||
body {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight: 400;
|
||||
padding-top: 65px;
|
||||
padding-top: 60px;
|
||||
color: @black;
|
||||
}
|
||||
|
||||
#main-menu-container {
|
||||
.navbar {
|
||||
margin-bottom: 0;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.navbar-brand {
|
||||
position: absolute;
|
||||
|
||||
@ -210,7 +210,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid" id="#content-container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user