mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Merge pull request #1091 from sapk/fix-ng-issue-pages
Apply ng to issue dashboard
This commit is contained in:
commit
e312634286
9 changed files with 184 additions and 60 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue