mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
Fixed padding/margin in navbar so that menu text is aligned correctly with new logo.
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #36454F;
|
border-color: #36454F;
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36454F', endColorstr='#36454F', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36454F', endColorstr='#36454F', GradientType=0);
|
||||||
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-inverse .nav > li > a {
|
.navbar-inverse .nav > li > a {
|
||||||
@@ -62,6 +63,10 @@
|
|||||||
width: 243px;
|
width: 243px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar .nav {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user