diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-28 03:20:27 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-28 03:20:27 +0200 |
commit | 392ad3284d9e686ee49b51565490d665ca7e4284 (patch) | |
tree | 11ee393eb179cbd62b77c29936d1983e53ec7982 /web/css/nms.css | |
parent | 6cab3bad114fd0806fd1d3feb562a53138c91708 (diff) |
front: More visual tweaks and tuneups
- Time in oplog is now localtime and properly padded (00:10, not 0:10)
- Health map instead of combo/aggregated
- Tweak the menu slightly
- Rotate and resize the random switch in guess_placement
Diffstat (limited to 'web/css/nms.css')
-rw-r--r-- | web/css/nms.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/web/css/nms.css b/web/css/nms.css index 0158268..c54dd98 100644 --- a/web/css/nms.css +++ b/web/css/nms.css @@ -43,14 +43,11 @@ h1.map-mode-title { } div.map-mode-legend { position: fixed; - bottom: 5%; - right: 5%; + bottom: 5px; + right: 15px; z-index: 999; } -#admin { - display: none; -} -#oplog { +#admin, #oplog { display: none; } .vertical div.map-mode-legend { @@ -62,7 +59,7 @@ div.map-mode-legend { height: 40px; } div.map-mode-legend button { - font-size: 20px; + font-size: 16px; font-weight: 700; } .nightmode .panel { |