mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-16 12:40:07 -04:00
Continue cleaning up header styling
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
@font-family-mono: Monaco, Menlo, Consolas, "Courier New", monospace;
|
||||
|
||||
@font-size-base: 15px;
|
||||
@font-family-base: @font-family-sans-serif;
|
||||
@font-family-base: @font-family-serif;
|
||||
@line-height-base: 1.5;
|
||||
@alt-font-family: @font-family-sans-serif;
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
@navbar-default-link-color: darken(@beige, 20%);
|
||||
@navbar-default-link-hover-color: @beige;
|
||||
@navbar-default-link-active-color: @beige;
|
||||
@navbar-brand-color: lighten(@green, 20%);
|
||||
@navbar-default-brand-color: lighten(@green, 20%);
|
||||
|
||||
@dropdown-bg: lighten(@beige, 10%);
|
||||
@dropdown-link-color: @brown;
|
||||
|
||||
@@ -149,10 +149,6 @@ li.crop-hierarchy {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.navbar-inner {
|
||||
border-width: 0px !important;
|
||||
}
|
||||
|
||||
.navbar-bottom {
|
||||
margin: 40px 0px 0px 0px !important;
|
||||
}
|
||||
@@ -177,22 +173,6 @@ li.crop-hierarchy {
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-inner {
|
||||
border: none !important;
|
||||
background-image: none !important;
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.navbar-bottom .navbar-inner {
|
||||
.navbar-bottom .navbar {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.navbar-bottom .container{
|
||||
padding: 20px 0px 40px 0px;
|
||||
}
|
||||
|
||||
.navbar-search{
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.navbar.navbar-fixed-top(role="navigation")
|
||||
.container-fluid
|
||||
.navbar.navbar-default.navbar-fixed-top(role="navigation")
|
||||
.container
|
||||
.navbar-header
|
||||
%button.navbar-toggle(data-target="#navbar-collapse" data-toggle="collapse")
|
||||
%span.sr-only Toggle Navigation
|
||||
@@ -65,6 +65,6 @@
|
||||
%li= link_to 'Sign in', new_member_session_path
|
||||
%li= link_to 'Sign up', new_member_registration_path
|
||||
|
||||
= form_tag crops_search_path, :method => :get, :class => 'navbar-search pull-right' do
|
||||
= form_tag crops_search_path, :method => :get, :class => 'navbar-form pull-right' do
|
||||
.input
|
||||
= text_field_tag 'search', nil, :class => 'search-query input-medium', :placeholder => 'Search crops'
|
||||
= text_field_tag 'search', nil, :class => 'search-query input-medium form-control', :placeholder => 'Search crops'
|
||||
|
||||
Reference in New Issue
Block a user