1
0
Fork 0
forked from forgejo/forgejo

Apply ng to issue dashboard

This commit is contained in:
Antoine GIRARD 2015-03-19 00:35:17 +01:00
parent e9c599b48a
commit 96a71aaed8
9 changed files with 184 additions and 60 deletions

View file

@ -511,4 +511,30 @@ textarea#issue-add-content {
margin-left: 12px;
}
}
}
}
.issues.list-group {
margin: 10px 0 20px 0;
> .list-group-item {
background-color: #FFF;
border: 1px solid #e5e5e5;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
&:hover {
background-color: rgba(19, 95, 215, 0.03);
}
> .title {
margin-bottom: 16px;
font-weight: bold;
font-size: 1.2em;
> a { color: #444; }
}
> .info span {
margin-right: 12px;
color: #888;
line-height: 20px;
> a { color: #444; }
}
}
}