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
14252f0e
Commit
14252f0e
authored
Sep 09, 2016
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix new project button alignment
parent
eab72755
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
+15
-3
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+1
-2
app/assets/stylesheets/pages/groups.scss
app/assets/stylesheets/pages/groups.scss
+13
-0
app/views/groups/show.html.haml
app/views/groups/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/nav.scss
View file @
14252f0e
...
...
@@ -99,8 +99,7 @@
.top-area
{
@include
clearfix
;
border-bottom
:
1px
solid
#eee
;
border-bottom
:
1px
solid
$btn-gray-hover
;
.nav-text
{
padding-top
:
16px
;
...
...
app/assets/stylesheets/pages/groups.scss
View file @
14252f0e
...
...
@@ -55,3 +55,16 @@
}
}
}
.groups-header
{
@media
(
min-width
:
$screen-sm-min
)
{
.nav-links
{
width
:
35%
;
}
.nav-controls
{
width
:
65%
;
}
}
}
app/views/groups/show.html.haml
View file @
14252f0e
...
...
@@ -23,7 +23,7 @@
.cover-desc.description
=
markdown
(
@group
.
description
,
pipeline: :description
)
%div
{
class:
container_class
}
%div
.groups-header
{
class:
container_class
}
.top-area
%ul
.nav-links
%li
.active
...
...
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