Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
46e3d13e
Commit
46e3d13e
authored
Jun 01, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More fixes to header css
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
d4dde374
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
9 deletions
+7
-9
app/assets/stylesheets/generic/header.scss
app/assets/stylesheets/generic/header.scss
+4
-2
app/assets/stylesheets/generic/mobile.scss
app/assets/stylesheets/generic/mobile.scss
+1
-1
app/assets/stylesheets/generic/sidebar.scss
app/assets/stylesheets/generic/sidebar.scss
+0
-2
app/assets/stylesheets/themes/gitlab-theme.scss
app/assets/stylesheets/themes/gitlab-theme.scss
+0
-2
app/views/layouts/_empty_head_panel.html.haml
app/views/layouts/_empty_head_panel.html.haml
+1
-1
app/views/layouts/errors.html.haml
app/views/layouts/errors.html.haml
+1
-1
No files found.
app/assets/stylesheets/generic/header.scss
View file @
46e3d13e
...
...
@@ -5,7 +5,8 @@
$header-height
:
46px
;
header
{
&
.empty-header
.container
{
&
.navbar-empty
{
background
:
#FFF
;
border-bottom
:
1px
solid
#EEE
;
}
...
...
@@ -17,9 +18,9 @@ header {
width
:
100%
;
.container
{
background
:
#FFF
;
width
:
100%
!
important
;
padding
:
0
;
background
:
#FFF
;
filter
:
none
;
.nav
>
li
>
a
{
...
...
@@ -96,6 +97,7 @@ header {
border-bottom
:
1px
solid
#EEE
;
padding-right
:
35px
;
height
:
$header-height
;
overflow
:
hidden
;
.title
{
position
:
relative
;
...
...
app/assets/stylesheets/generic/mobile.scss
View file @
46e3d13e
...
...
@@ -57,7 +57,7 @@
}
.container
.title
{
margin-left
:
6
px
!
important
;
margin-left
:
15
px
!
important
;
max-width
:
70%
!
important
;
}
}
...
...
app/assets/stylesheets/generic/sidebar.scss
View file @
46e3d13e
.page-with-sidebar
{
background
:
$background-color
;
.sidebar-wrapper
{
position
:
fixed
;
top
:
0
;
...
...
app/assets/stylesheets/themes/gitlab-theme.scss
View file @
46e3d13e
...
...
@@ -20,8 +20,6 @@
}
.page-with-sidebar
{
background
:
$color-darker
;
.collapse-nav
a
{
color
:
#FFF
;
background
:
$color
;
...
...
app/views/layouts/_empty_head_panel.html.haml
View file @
46e3d13e
%header
.navbar.navbar-fixed-top.navbar-
gitlab.empty-header
%header
.navbar.navbar-fixed-top.navbar-
empty
.container
%h4
.center
=
image_tag
'logo-white.png'
,
width:
32
,
height:
32
app/views/layouts/errors.html.haml
View file @
46e3d13e
...
...
@@ -2,7 +2,7 @@
%html
{
lang:
"en"
}
=
render
"layouts/head"
%body
{
class:
"#{app_theme} application"
}
=
render
"layouts/
head_panel"
,
title:
""
if
current_user
=
render
"layouts/
empty_head_panel"
.container.navless-container
=
render
"layouts/flash"
.error-page
...
...
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