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
52902f54
Commit
52902f54
authored
Feb 21, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve projects UI a bit
parent
71e14699
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
8 deletions
+7
-8
app/assets/stylesheets/generic/avatar.scss
app/assets/stylesheets/generic/avatar.scss
+4
-4
app/assets/stylesheets/sections/dashboard.scss
app/assets/stylesheets/sections/dashboard.scss
+0
-1
app/views/dashboard/_projects_filter.html.haml
app/views/dashboard/_projects_filter.html.haml
+2
-2
app/views/dashboard/projects.html.haml
app/views/dashboard/projects.html.haml
+1
-1
No files found.
app/assets/stylesheets/generic/avatar.scss
View file @
52902f54
...
@@ -35,8 +35,8 @@
...
@@ -35,8 +35,8 @@
&
.s16
{
font-size
:
12px
;
line-height
:
1
.33
;
}
&
.s16
{
font-size
:
12px
;
line-height
:
1
.33
;
}
&
.s24
{
font-size
:
14px
;
line-height
:
1
.8
;
}
&
.s24
{
font-size
:
14px
;
line-height
:
1
.8
;
}
&
.s26
{
font-size
:
20px
;
line-height
:
1
.33
;
}
&
.s26
{
font-size
:
20px
;
line-height
:
1
.33
;
}
&
.s32
{
font-size
:
2
4px
;
line-height
:
1
.33
;
}
&
.s32
{
font-size
:
2
2px
;
line-height
:
32px
;
}
&
.s60
{
font-size
:
45px
;
line-height
:
1
.33
;
}
&
.s60
{
font-size
:
32px
;
line-height
:
60px
;
}
&
.s90
{
font-size
:
68px
;
line-height
:
1
.33
;
}
&
.s90
{
font-size
:
36px
;
line-height
:
90px
;
}
&
.s160
{
font-size
:
120
px
;
line-height
:
1
.33
;
}
&
.s160
{
font-size
:
96
px
;
line-height
:
1
.33
;
}
}
}
app/assets/stylesheets/sections/dashboard.scss
View file @
52902f54
...
@@ -84,7 +84,6 @@
...
@@ -84,7 +84,6 @@
margin-left
:
10px
;
margin-left
:
10px
;
float
:
left
;
float
:
left
;
margin-right
:
15px
;
margin-right
:
15px
;
font-size
:
20px
;
margin-bottom
:
15px
;
margin-bottom
:
15px
;
i
{
i
{
...
...
app/views/dashboard/_projects_filter.html.haml
View file @
52902f54
.dash-projects-filters.append-bottom-20
.dash-projects-filters.append-bottom-20
.
pull-left.
append-right-20
.append-right-20
%ul
.nav.nav-
pills.nav-compact
%ul
.nav.nav-
tabs
=
nav_tab
:scope
,
nil
do
=
nav_tab
:scope
,
nil
do
=
link_to
projects_dashboard_filter_path
(
scope:
nil
)
do
=
link_to
projects_dashboard_filter_path
(
scope:
nil
)
do
All
All
...
...
app/views/dashboard/projects.html.haml
View file @
52902f54
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
.project-access-icon
.project-access-icon
=
visibility_level_icon
(
project
.
visibility_level
)
=
visibility_level_icon
(
project
.
visibility_level
)
=
link_to
project_path
(
project
),
class:
dom_class
(
project
)
do
=
link_to
project_path
(
project
),
class:
dom_class
(
project
)
do
=
project
.
name_with_namespace
%strong
=
project
.
name_with_namespace
-
if
project
.
forked_from_project
-
if
project
.
forked_from_project
...
...
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