diff options
Diffstat (limited to 'web/css/nms.css')
-rw-r--r-- | web/css/nms.css | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/web/css/nms.css b/web/css/nms.css index 32f302c..8f59488 100644 --- a/web/css/nms.css +++ b/web/css/nms.css @@ -9,9 +9,6 @@ canvas { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */ } -#info-box-container { - max-width: 700px; -} #info-box-container #edit-output { word-wrap: break-word; padding: 20px; @@ -133,11 +130,7 @@ div.map-mode-legend button { .graph { max-width: 100%; width: 100%; - height: 240px; -} -.genericBox { - position: absolute; - z-index: 120; + height: 10px; } button,input { |