Navigation search improvement

This commit is contained in:
Marc Ducobu 2015-06-30 10:54:02 +02:00
parent 4fc2d1d0a0
commit d6f9402128
2 changed files with 10 additions and 3 deletions

View File

@ -9,6 +9,11 @@ $footer-background: $chill-dark-gray;
// Navigation // Navigation
$navigation-background: $dark-grey; $navigation-background: $dark-grey;
$navigation-first-padding-top: 0;
$navigation-last-padding-bottom: 0;
$navigation-color: white;
$navigation-color-hover: white;
$navigation-padding: 0;
// Form // Form

View File

@ -26,14 +26,16 @@
input[type=search] { input[type=search] {
padding: 0.2em; padding: 0.2em;
float: left; float: left;
border: none;
} }
button { button {
color: $chill-light-gray; color: $chill-light-gray;
background-color: $chill-blue; background-color: $chill-blue;
position: relative; padding: 0 0 0 5px;
left: unset; float: left;
top: unset; font-size: 1.2em;
} }
} }
} }