diff options
author | Kristian Lyngstol <kly@kly.no> | 2019-01-11 22:18:33 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2019-01-11 22:18:33 +0100 |
commit | e5db805157b2c7118ddfd3916e0427b2156e6e49 (patch) | |
tree | bdf57012c0e8224cdeb2467969e89b6fc348158e /web/css | |
parent | a4919da3a91236131f7b4e084761ff6a5f73b94f (diff) |
Move the info summary in the info-box into nmsBox-logic
Also some other random drive-by fixes :D
Fixes #180
References #181
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/nms.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/css/nms.css b/web/css/nms.css index 90fa362..32f302c 100644 --- a/web/css/nms.css +++ b/web/css/nms.css @@ -66,6 +66,9 @@ h1.map-mode-title { .logbook-mini p { margin: 0 } +.table p { + margin: 0 +} .nightmode .logbook-mini { background-color: rgba(0,0,0,0.1); text-shadow: -4px -4px 5px black,-4px 0px 5px black,0px -4px 5px black,0px 0px 5px black,4px 4px 5px black,4px 0px 5px black,0px 4px 5px black; @@ -137,3 +140,10 @@ div.map-mode-legend button { z-index: 120; } +button,input { + margin-left: 1px; + margin-left: 2px; +} +.form-control[disabled] { + background-color: darkkhaki; +} |