mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Allow for closing package requests
This allows Trusted Users to close package requests via the request list. Also, entries are now sorted such that open requests are shown before closed requests. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
8260111bcc
commit
fc1db28c9b
7 changed files with 73 additions and 17 deletions
|
@ -24,20 +24,6 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
#actionlist .text-button {
|
||||
color: #07b;
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
#actionlist .text-button:hover {
|
||||
text-decoration: underline;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.arch-bio-entry ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
@ -61,3 +47,19 @@
|
|||
#pkg-updates td.pkg-date {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.text-button {
|
||||
background: transparent;
|
||||
border: none !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
font: normal 100% sans-serif;
|
||||
text-decoration: none;
|
||||
color: #07b;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.text-button:hover {
|
||||
text-decoration: underline;
|
||||
color: #666;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue