mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Align logo in API browser
By default, bootstrap pads the “navbar-brand” element with 15px, and sets margin-left to -15px. Since we had removed all the padding, it meant that the logo was -15px to the left of the main page margin.
This commit is contained in:
@@ -36,9 +36,10 @@ body .navbar {
|
||||
background-color: #FFFFFF;
|
||||
border-color: #E8E8E8;
|
||||
}
|
||||
body .navbar .navbar-brand {
|
||||
body .navbar > .container .navbar-brand, .navbar {
|
||||
color: #707070;
|
||||
padding: 0;
|
||||
margin-left: 0px;
|
||||
font-size: 14px;
|
||||
}
|
||||
body .navbar .navbar-brand:focus,
|
||||
|
||||
Reference in New Issue
Block a user