Skip to content
Snippets Groups Projects
Unverified Commit fd6e1288 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Keep navigation in fluid container

parent e170cd9a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,9 +26,9 @@ header {
z-index: 100;
margin-bottom: 0;
min-height: $header-height;
background-color: #fff;
background-color: $gray-light;
border: none;
border-bottom: 1px solid #eee;
border-bottom: 1px solid $gray-light;
 
.container-fluid {
width: 100% !important;
Loading
Loading
@@ -47,7 +47,7 @@ header {
text-align: center;
 
&:hover, &:focus, &:active {
background-color: #fff;
background-color: $gray-light;
}
}
 
Loading
Loading
%div{ class: container_class }
.container-fluid
- if current_user
.controls
%span.dropdown.group-settings-dropdown
Loading
Loading
%div{ class: container_class }
.container-fluid
%ul.nav-links
= nav_link(path: 'profiles#show', html_options: {class: 'home'}) do
= link_to profile_path, title: 'Profile Settings' do
Loading
Loading
%div{ class: container_class }
.container-fluid
- if current_user
.controls
%span.dropdown.project-settings-dropdown
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment