mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-04 00:28:57 -04:00
fix admin title and url truncation and add edit/admin link and ID to Snapshot detail page
This commit is contained in:
parent
05e891632c
commit
118bddb41a
4 changed files with 30 additions and 5 deletions
|
@ -237,3 +237,26 @@ body.model-snapshot.change-list #content .object-tools {
|
|||
opacity: 0.1;
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
|
||||
#result_list tbody td.field-cmd_str pre,
|
||||
#result_list tbody td.field-output_str pre {
|
||||
max-width: 22vw;
|
||||
word-wrap: anywhere;
|
||||
white-space: break-spaces;
|
||||
max-height: 40px;
|
||||
overflow: hidden;
|
||||
margin: 2px;
|
||||
background-color: rgba(0,0,0,0.05);
|
||||
padding: 1px 4px 16px 8px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#result_list tbody td.field-extractor {
|
||||
font-weight: 800;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
#result_list tbody td.field-status {
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue