BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
2b0a1ca0
Commit
2b0a1ca0
authored
Apr 29, 2015
by
Sullivan SENECHAL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix .container position on navbar (reloaded)
parent
18a9151b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
73 additions
and
80 deletions
+73
-80
header.scss
app/assets/stylesheets/generic/header.scss
+4
-6
mobile.scss
app/assets/stylesheets/generic/mobile.scss
+1
-1
gitlab-theme.scss
app/assets/stylesheets/themes/gitlab-theme.scss
+9
-11
_empty_head_panel.html.haml
app/views/layouts/_empty_head_panel.html.haml
+3
-4
_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+40
-41
_public_head_panel.html.haml
app/views/layouts/_public_head_panel.html.haml
+16
-17
No files found.
app/assets/stylesheets/generic/header.scss
View file @
2b0a1ca0
...
...
@@ -10,7 +10,10 @@ header {
border
:
none
;
width
:
100%
;
.navbar-inner
{
.container
{
width
:
100%
!
important
;
padding
:
0
;
background
:
#FFF
;
border-bottom
:
1px
solid
#DDD
;
filter
:
none
;
...
...
@@ -123,11 +126,6 @@ header {
}
}
.container
{
width
:
100%
!
important
;
padding
:
0px
;
}
/**
*
* Logo holder
...
...
app/assets/stylesheets/generic/mobile.scss
View file @
2b0a1ca0
...
...
@@ -56,7 +56,7 @@
}
}
.
navbar-in
ner
.title
{
.
contai
ner
.title
{
margin-left
:
6px
!
important
;
max-width
:
70%
!
important
;
}
...
...
app/assets/stylesheets/themes/gitlab-theme.scss
View file @
2b0a1ca0
@mixin
gitlab-theme
(
$color-light
,
$color
,
$color-darker
,
$color-dark
)
{
header
{
&
.navbar-gitlab
{
.navbar-inner
{
.app_logo
{
background-color
:
$color-darker
;
.app_logo
{
background-color
:
$color-darker
;
a
{
color
:
$color-light
;
}
a
{
color
:
$color-light
;
}
&
:hover
{
background-color
:
$color-dark
;
a
{
color
:
#FFF
;
}
&
:hover
{
background-color
:
$color-dark
;
a
{
color
:
#FFF
;
}
}
}
...
...
app/views/layouts/_empty_head_panel.html.haml
View file @
2b0a1ca0
%header
.navbar.navbar-fixed-top.navbar-gitlab
.navbar-inner
.container
%h4
.center
=
image_tag
'logo-white.png'
,
width:
32
,
height:
32
.container
%h4
.center
=
image_tag
'logo-white.png'
,
width:
32
,
height:
32
app/views/layouts/_head_panel.html.haml
View file @
2b0a1ca0
%header
.navbar.navbar-fixed-top.navbar-gitlab
{
class:
nav_header_class
}
.navbar-inner
.container
%div
.app_logo
=
link_to
root_path
,
class:
'home'
,
title:
'Dashboard'
,
id:
'js-shortcuts-home'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
brand_header_logo
%h3
GitLab
%h1
.title
=
title
.container
%div
.app_logo
=
link_to
root_path
,
class:
'home'
,
title:
'Dashboard'
,
id:
'js-shortcuts-home'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
brand_header_logo
%h3
GitLab
%h1
.title
=
title
%button
.navbar-toggle
{
type:
'button'
,
data:
{
target:
'.navbar-collapse'
,
toggle:
'collapse'
}}
%span
.sr-only
Toggle navigation
=
icon
(
'bars'
)
%button
.navbar-toggle
{
type:
'button'
,
data:
{
target:
'.navbar-collapse'
,
toggle:
'collapse'
}}
%span
.sr-only
Toggle navigation
=
icon
(
'bars'
)
.navbar-collapse.collapse
%ul
.nav.navbar-nav
%li
.hidden-sm.hidden-xs
=
render
'layouts/search'
%li
.visible-sm.visible-xs
=
link_to
search_path
,
title:
'Search'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'search'
)
.navbar-collapse.collapse
%ul
.nav.navbar-nav
%li
.hidden-sm.hidden-xs
=
render
'layouts/search'
%li
.visible-sm.visible-xs
=
link_to
search_path
,
title:
'Search'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'search'
)
%li
=
link_to
help_path
,
title:
'Help'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'question-circle'
)
%li
=
link_to
explore_root_path
,
title:
'Explore'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'globe'
)
%li
=
link_to
user_snippets_path
(
current_user
),
title:
'Your snippets'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'clipboard'
)
-
if
current_user
.
is_admin?
%li
=
link_to
help_path
,
title:
'Help'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'question-circle'
)
=
link_to
admin_root_path
,
title:
'Admin area'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'cogs'
)
-
if
current_user
.
can_create_project?
%li
=
link_to
explore_root_path
,
title:
'Explore'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'globe'
)
%li
=
link_to
user_snippets_path
(
current_user
),
title:
'Your snippets'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'clipboard'
)
-
if
current_user
.
is_admin?
%li
=
link_to
admin_root_path
,
title:
'Admin area'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'cogs'
)
-
if
current_user
.
can_create_project?
%li
=
link_to
new_project_path
,
title:
'New project'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'plus'
)
%li
=
link_to
profile_path
,
title:
'Profile settings'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'user'
)
%li
=
link_to
destroy_user_session_path
,
class:
'logout'
,
method: :delete
,
title:
'Sign out'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'sign-out'
)
%li
.hidden-xs
=
link_to
current_user
,
class:
'profile-pic'
,
id:
'profile-pic'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
image_tag
avatar_icon
(
current_user
.
email
,
60
),
alt:
'User activity'
=
link_to
new_project_path
,
title:
'New project'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'plus'
)
%li
=
link_to
profile_path
,
title:
'Profile settings'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'user'
)
%li
=
link_to
destroy_user_session_path
,
class:
'logout'
,
method: :delete
,
title:
'Sign out'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
icon
(
'sign-out'
)
%li
.hidden-xs
=
link_to
current_user
,
class:
'profile-pic'
,
id:
'profile-pic'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
image_tag
avatar_icon
(
current_user
.
email
,
60
),
alt:
'User activity'
=
render
'shared/outdated_browser'
app/views/layouts/_public_head_panel.html.haml
View file @
2b0a1ca0
%header
.navbar.navbar-fixed-top.navbar-gitlab
{
class:
nav_header_class
}
.navbar-inner
.container
%div
.app_logo
=
link_to
explore_root_path
,
class:
"home"
do
=
brand_header_logo
%h3
GitLab
%h1
.title
=
title
.container
%div
.app_logo
=
link_to
explore_root_path
,
class:
"home"
do
=
brand_header_logo
%h3
GitLab
%h1
.title
=
title
%button
.navbar-toggle
{
"data-target"
=>
".navbar-collapse"
,
"data-toggle"
=>
"collapse"
,
type:
"button"
}
%span
.sr-only
Toggle navigation
%i
.fa.fa-bars
%button
.navbar-toggle
{
"data-target"
=>
".navbar-collapse"
,
"data-toggle"
=>
"collapse"
,
type:
"button"
}
%span
.sr-only
Toggle navigation
%i
.fa.fa-bars
-
unless
current_controller?
(
'sessions'
)
.pull-right.hidden-xs
=
link_to
"Sign in"
,
new_session_path
(
:user
,
redirect_to_referer:
'yes'
),
class:
'btn btn-sign-in btn-new append-right-10'
-
unless
current_controller?
(
'sessions'
)
.pull-right.hidden-xs
=
link_to
"Sign in"
,
new_session_path
(
:user
,
redirect_to_referer:
'yes'
),
class:
'btn btn-sign-in btn-new append-right-10'
.navbar-collapse.collapse
%ul
.nav.navbar-nav
%li
.visible-xs
=
link_to
"Sign in"
,
new_session_path
(
:user
,
redirect_to_referer:
'yes'
)
.navbar-collapse.collapse
%ul
.nav.navbar-nav
%li
.visible-xs
=
link_to
"Sign in"
,
new_session_path
(
:user
,
redirect_to_referer:
'yes'
)
=
render
'shared/outdated_browser'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment