Commit b49cb6c6 authored by Franco Fichtner's avatar Franco Fichtner

search: remove paddign to align with right boarder

parent e82bcae6
......@@ -302,7 +302,7 @@
.navbar-form {
margin-left: -$navbar-padding-horizontal;
margin-right: -$navbar-padding-horizontal;
padding: 10px $navbar-padding-horizontal;
padding: 10px 0px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
$shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
......
......@@ -3684,7 +3684,7 @@ tbody.collapse.in {
.navbar-form {
margin-left: -20px;
margin-right: -20px;
padding: 10px 20px;
padding: 10px 0px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment