diff options
author | Andreas Gohr <andi@splitbrain.org> | 2020-10-15 12:13:32 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2020-10-15 12:19:55 +0200 |
commit | 6071f0eef30466192d0db9320b73a17c5ef7df39 (patch) | |
tree | a64bdb3c0583c63c409e48b196bb08addb13acfa /lib/plugins/logviewer/style.less | |
parent | cad4fbf6e21bd4a053f1f42b9e40c74f1cfaeab6 (diff) | |
download | dokuwiki-logging.tar.gz dokuwiki-logging.zip |
added JavaScript based filter mechanismlogging
Diffstat (limited to 'lib/plugins/logviewer/style.less')
-rw-r--r-- | lib/plugins/logviewer/style.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/logviewer/style.less b/lib/plugins/logviewer/style.less index f9c8b1d89..af78379c0 100644 --- a/lib/plugins/logviewer/style.less +++ b/lib/plugins/logviewer/style.less @@ -7,6 +7,12 @@ margin-bottom: 2em; } + label { + display: block; + margin-top: -1em; + margin-bottom: 1em; + } + dl { max-height: 80vh; overflow: auto; @@ -14,6 +20,10 @@ dt { display: flex; + &.hidden { + display: none; + } + .datetime { flex: 0 0 auto; margin-right: 1em; |