mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
Fixed CSS styling on nav menu so that items line up with the left and right margins of the page.
This commit is contained in:
parent
b8ad8184ef
commit
1677d953f5
@ -231,10 +231,24 @@ dd {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.navbar-collapse {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.nav >li >a:last-child {
|
||||
padding-right: 0;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.navbar>.container .navbar-brand {
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
/* Using inline-block rather than block keeps
|
||||
brand img from right aligning into the collapse button
|
||||
on mobile screens */
|
||||
|
||||
.main-menu .navbar-brand {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user