mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-01 03:08:12 +01:00
feat: add the new reminders app
This commit is contained in:
parent
27db4f7e51
commit
b876a0d0df
13 changed files with 127 additions and 0 deletions
|
|
@ -10,3 +10,14 @@ td a.tag {
|
|||
margin: 1px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#result_list th.column-note {
|
||||
text-align: right;
|
||||
}
|
||||
#result_list td.field-note {
|
||||
text-align: right;
|
||||
}
|
||||
#result_list td textarea {
|
||||
width: 90%;
|
||||
height: 5em;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue