mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Correct caret color and give some space between logo and menu
This commit is contained in:
parent
2a53c732d1
commit
a5d538fe39
1 changed files with 16 additions and 4 deletions
|
|
@ -11,9 +11,7 @@ body {
|
|||
}
|
||||
|
||||
.navbar-brand {
|
||||
padding: 12px 12px;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 10px;
|
||||
padding: 15px 5px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
|
|
@ -362,4 +360,18 @@ and (max-width : 1024px) {
|
|||
padding : 3px 10px 10px 10px;
|
||||
font-size: 13px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#menu .caret {
|
||||
border-top-color: white;
|
||||
border-bottom-color: white;
|
||||
}
|
||||
|
||||
#menu .open .caret {
|
||||
border-top-color: #428bca;
|
||||
border-bottom-color: #428bca;
|
||||
}
|
||||
|
||||
#menu .navbar-nav {
|
||||
margin-left:50px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue