fix admin title and url truncation and add edit/admin link and ID to Snapshot detail page

This commit is contained in:
Nick Sweeting 2021-02-16 15:55:07 -05:00
parent 05e891632c
commit 118bddb41a
4 changed files with 30 additions and 5 deletions

View file

@ -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;
}