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
Tatuya Kamada
gitlab-ce
Commits
ccd9c4be
Commit
ccd9c4be
authored
May 04, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce height of nav to 50px
parent
4ed9e5f5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+2
-2
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+3
-2
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
No files found.
app/assets/stylesheets/framework/nav.scss
View file @
ccd9c4be
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
.layout-nav
{
.layout-nav
{
position
:
fixed
;
position
:
fixed
;
top
:
58px
;
top
:
$header-height
;
width
:
100%
;
width
:
100%
;
z-index
:
1
;
z-index
:
1
;
background
:
$background-color
;
background
:
$background-color
;
...
@@ -271,5 +271,5 @@
...
@@ -271,5 +271,5 @@
}
}
.page-with-layout-nav
{
.page-with-layout-nav
{
margin-top
:
5
2
px
;
margin-top
:
5
0
px
;
}
}
app/assets/stylesheets/framework/sidebar.scss
View file @
ccd9c4be
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
position
:
absolute
;
position
:
absolute
;
width
:
58px
;
width
:
58px
;
cursor
:
pointer
;
cursor
:
pointer
;
margin-top
:
8px
;
}
}
.page-with-sidebar
{
.page-with-sidebar
{
...
@@ -62,7 +63,7 @@
...
@@ -62,7 +63,7 @@
float
:
left
;
float
:
left
;
height
:
$header-height
;
height
:
$header-height
;
width
:
100%
;
width
:
100%
;
padding
:
11px
0
11px
22px
;
padding
-left
:
22px
;
overflow
:
hidden
;
overflow
:
hidden
;
outline
:
none
;
outline
:
none
;
transition-duration
:
.3s
;
transition-duration
:
.3s
;
...
@@ -85,7 +86,7 @@
...
@@ -85,7 +86,7 @@
margin
:
0
;
margin
:
0
;
margin-left
:
50px
;
margin-left
:
50px
;
font-size
:
19px
;
font-size
:
19px
;
line-height
:
41
px
;
line-height
:
50
px
;
font-weight
:
normal
;
font-weight
:
normal
;
}
}
}
}
...
...
app/assets/stylesheets/framework/variables.scss
View file @
ccd9c4be
...
@@ -65,7 +65,7 @@ $gl-padding-top: 10px;
...
@@ -65,7 +65,7 @@ $gl-padding-top: 10px;
$row-hover
:
#f4f8fe
;
$row-hover
:
#f4f8fe
;
$progress-color
:
#c0392b
;
$progress-color
:
#c0392b
;
$avatar_radius
:
50%
;
$avatar_radius
:
50%
;
$header-height
:
5
8
px
;
$header-height
:
5
0
px
;
$fixed-layout-width
:
1280px
;
$fixed-layout-width
:
1280px
;
$gl-avatar-size
:
40px
;
$gl-avatar-size
:
40px
;
$error-exclamation-point
:
#e62958
;
$error-exclamation-point
:
#e62958
;
...
...
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