Compact projects list on dashboard

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2013-12-29 13:56:16 +02:00
parent cf31f289d7
commit 8b68706801
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
3 changed files with 8 additions and 26 deletions

View File

@ -327,11 +327,6 @@ img.emoji {
margin-bottom: 10px;
}
.group-name {
font-size: 14px;
line-height: 24px;
}
table {
td.permission-x {
background: #D9EDF7 !important;

View File

@ -67,44 +67,36 @@
.project-row, .group-row {
padding: 10px 12px !important;
.namespace-name {
color: #666;
font-weight: bold;
}
font-size: 14px;
line-height: 24px;
a {
display: block;
}
.project-name, .group-name {
font-size: 15px;
font-weight: 500;
}
.arrow {
float: right;
padding: 10px 5px;
padding: 0px 5px;
margin: 0;
font-size: 20px;
color: #666;
}
.last-activity {
float: right;
font-size: 12px;
color: #AAA;
display: block;
margin-top: 5px;
.date {
color: #777;
}
}
}
.group-row {
.arrow {
padding: 2px 5px;
}
}
.project-access-icon {
margin-left: 10px;
float: left;
@ -125,10 +117,8 @@
.dash-project-access-icon {
float: left;
margin-right: 5px;
font-size: 18px;
color: #BBB;
margin-right: 3px;
color: #999;
margin-bottom: 10px;
margin-top: 2px;
width: 16px;
}

View File

@ -9,6 +9,3 @@
= truncate(project.name, length: 25)
%span.arrow
%i.icon-angle-right
%span.last-activity
%span Last activity:
%span.date= project_last_activity(project)