mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Allow listing all comments from a user
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
a7865ef5aa
commit
3578e77ad4
12 changed files with 258 additions and 30 deletions
|
@ -148,3 +148,45 @@ label.confirmation,
|
|||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.package-comments {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
.comments-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
/* arrowed headings */
|
||||
.comments-header h3 span.text {
|
||||
display: block;
|
||||
background: #1794D1;
|
||||
font-size: 15px;
|
||||
padding: 2px 10px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.comments-header .comments-header-nav {
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.comment-header {
|
||||
clear: both;
|
||||
font-size: 1em;
|
||||
margin-top: 1.5em;
|
||||
border-bottom: 1px dotted #bbb;
|
||||
}
|
||||
|
||||
.comments div {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.comments div p {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.comments .more {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue