Merge pull request #1091 from sapk/fix-ng-issue-pages

Apply ng to issue dashboard
This commit is contained in:
无闻 2015-03-19 17:03:03 -04:00
commit e312634286
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; }
}
}
}