mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02: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:
@@ -231,10 +231,24 @@ dd {
|
|||||||
text-align: justify;
|
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
|
/* Using inline-block rather than block keeps
|
||||||
brand img from right aligning into the collapse button
|
brand img from right aligning into the collapse button
|
||||||
on mobile screens */
|
on mobile screens */
|
||||||
|
|
||||||
.main-menu .navbar-brand {
|
.main-menu .navbar-brand {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user