diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -20,7 +20,7 @@ a { a:hover { color: #014c8c; - !text-decoration: underline; + /*text-decoration: underline;*/ } #header { @@ -137,7 +137,7 @@ a:hover { } .success { - color: #58dc42; !#15e005; + color: #58dc42; /*#15e005;*/ } .warning { @@ -151,15 +151,20 @@ a:hover { #log { display: flex; flex-direction: column; - box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important; background-color: #f5f5f5; + white-space: nowrap; + height: 100%; +} + +#log_wrapper { + display: flex; min-height: 150px; max-height: 600px; - white-space: nowrap; - overflow: auto; margin-top: 60px; - flex-shrink: 5; margin-bottom: 90px; + box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important; + overflow: auto; + max-width: 80vw; } .log_item { |