Commit 52902f54 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve projects UI a bit

parent 71e14699
...@@ -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: 24px; line-height: 1.33; } &.s32 { font-size: 22px; 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: 120px; line-height: 1.33; } &.s160 { font-size: 96px; line-height: 1.33; }
} }
...@@ -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 {
......
.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
......
...@@ -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
   
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment