aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2019-01-12 21:23:46 +0100
committerKristian Lyngstol <kly@kly.no>2019-01-12 21:23:46 +0100
commit9cf888fd6345642e47d750e1872aa82ad32985a8 (patch)
treebe733f33290c55a7f0703eb4f9aa6b177765bd38 /web/css
parente5db805157b2c7118ddfd3916e0427b2156e6e49 (diff)
front: Implement new network/switch and more
Fixes #183 References #182 It's now possible to add new networks and switches, and it's also possible to edit networks, but since I haven't exposed it in the UI yet, I can't really close the bug. This is also a major step in stripping nms-info-box apart. Next up is listing existing networks, possibly linking to them. I think that might be a decent first-step towards a new core nms-info-box since it doesn't alreay exist.
Diffstat (limited to 'web/css')
-rw-r--r--web/css/nms.css9
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 {