Commit 8b687068 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Compact projects list on dashboard

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent cf31f289
...@@ -327,11 +327,6 @@ img.emoji { ...@@ -327,11 +327,6 @@ img.emoji {
margin-bottom: 10px; margin-bottom: 10px;
} }
.group-name {
font-size: 14px;
line-height: 24px;
}
table { table {
td.permission-x { td.permission-x {
background: #D9EDF7 !important; background: #D9EDF7 !important;
......
...@@ -67,44 +67,36 @@ ...@@ -67,44 +67,36 @@
.project-row, .group-row { .project-row, .group-row {
padding: 10px 12px !important; padding: 10px 12px !important;
font-size: 14px;
.namespace-name { line-height: 24px;
color: #666;
font-weight: bold;
}
a { a {
display: block; display: block;
} }
.project-name, .group-name { .project-name, .group-name {
font-size: 15px; font-weight: 500;
} }
.arrow { .arrow {
float: right; float: right;
padding: 10px 5px; padding: 0px 5px;
margin: 0; margin: 0;
font-size: 20px; font-size: 20px;
color: #666; color: #666;
} }
.last-activity { .last-activity {
float: right;
font-size: 12px;
color: #AAA; color: #AAA;
display: block; display: block;
margin-top: 5px;
.date { .date {
color: #777; color: #777;
} }
} }
} }
.group-row {
.arrow {
padding: 2px 5px;
}
}
.project-access-icon { .project-access-icon {
margin-left: 10px; margin-left: 10px;
float: left; float: left;
...@@ -125,10 +117,8 @@ ...@@ -125,10 +117,8 @@
.dash-project-access-icon { .dash-project-access-icon {
float: left; float: left;
margin-right: 5px; margin-right: 3px;
font-size: 18px; color: #999;
color: #BBB;
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 2px;
width: 16px; width: 16px;
} }
...@@ -9,6 +9,3 @@ ...@@ -9,6 +9,3 @@
= truncate(project.name, length: 25) = truncate(project.name, length: 25)
%span.arrow %span.arrow
%i.icon-angle-right %i.icon-angle-right
%span.last-activity
%span Last activity:
%span.date= project_last_activity(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