Advanced log view: Frio version
Show log event details in a modal dialog
This commit is contained in:
parent
9368f5445d
commit
b8fc6a8c02
3 changed files with 148 additions and 0 deletions
|
@ -84,6 +84,20 @@ blockquote {
|
|||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* details tag
|
||||
*/
|
||||
details {
|
||||
padding: .5em .5em 0;
|
||||
}
|
||||
details details {
|
||||
padding-left: .5em;
|
||||
}
|
||||
details summary {
|
||||
font-weight: bold;
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
/**
|
||||
* mobile aside
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue