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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
9e6113a2
Commit
9e6113a2
authored
Jun 16, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spacing fixes
made the title a link back to the dashboard [ci skip]
parent
b9ba97f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
4 deletions
+31
-4
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+1
-1
app/assets/stylesheets/new_nav.scss
app/assets/stylesheets/new_nav.scss
+28
-2
app/views/layouts/header/_new.html.haml
app/views/layouts/header/_new.html.haml
+2
-1
No files found.
app/assets/stylesheets/framework/header.scss
View file @
9e6113a2
...
...
@@ -227,7 +227,7 @@ header {
}
a
{
color
:
$gl-text-c
olor
;
color
:
currentC
olor
;
&
:hover
{
text-decoration
:
underline
;
...
...
app/assets/stylesheets/new_nav.scss
View file @
9e6113a2
...
...
@@ -18,11 +18,19 @@ header.navbar-gitlab-new {
.title
{
padding-top
:
14px
;
padding-right
:
10
px
;
padding-right
:
9
px
;
color
:
currentColor
;
@media
(
min-width
:
$screen-sm-min
)
{
padding-right
:
20px
;
padding-right
:
15px
;
}
a
{
&
:hover
,
&
:focus
{
color
:
currentColor
;
text-decoration
:
none
;
}
}
}
...
...
@@ -35,6 +43,11 @@ header.navbar-gitlab-new {
.dropdown-menu
{
margin-top
:
4px
;
min-width
:
130px
;
@media
(
max-width
:
$screen-xs-max
)
{
left
:
auto
;
right
:
0
;
}
}
}
...
...
@@ -122,4 +135,17 @@ header.navbar-gitlab-new {
.
search-input
:
:
placeholder
{
color
:
$gray-normal
;
}
.location-badge
{
color
:
$gray-normal
;
background-color
:
#2d2d2d
;
}
&
.search-active
{
.search-input-wrap
{
i
{
color
:
$gray-normal
;
}
}
}
}
app/views/layouts/header/_new.html.haml
View file @
9e6113a2
...
...
@@ -8,7 +8,8 @@
.title-container
%h1
.title
GitLab
=
link_to
root_path
,
title:
'Dashboard'
do
GitLab
-
if
current_user
=
render
"layouts/nav/new_dashboard"
...
...
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