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
57e91940
Commit
57e91940
authored
Feb 17, 2015
by
Marco Cyriacks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new style to "New group" button
The new group button style was changed to have the same look as the new project button (green background).
parent
55a906f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
dashboard.scss
app/assets/stylesheets/sections/dashboard.scss
+9
-0
_groups.html.haml
app/views/dashboard/_groups.html.haml
+1
-1
No files found.
app/assets/stylesheets/sections/dashboard.scss
View file @
57e91940
...
...
@@ -120,6 +120,15 @@
}
}
.dash-new-group
{
background
:
$bg_success
;
border
:
1px
solid
$border_success
;
a
{
color
:
#FFF
;
}
}
.dash-list
.str-truncated
{
max-width
:
72%
;
}
app/views/dashboard/_groups.html.haml
View file @
57e91940
...
...
@@ -3,7 +3,7 @@
.input-group
=
search_field_tag
:filter_group
,
nil
,
placeholder:
'Filter by name'
,
class:
'dash-filter form-control'
-
if
current_user
.
can_create_group?
.input-group-addon
.input-group-addon
.dash-new-group
=
link_to
new_group_path
,
class:
""
do
%strong
New group
%ul
.well-list.dash-list
...
...
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