From e9ca10ec32c7cd7054550b3b56e723d1d1fdd4a6 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Sat, 28 May 2016 18:19:08 +0200 Subject: front: Tweak info-box looks/width Makes it more snug and look the same all over --- web/css/nms.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web/css') diff --git a/web/css/nms.css b/web/css/nms.css index c54dd98..f740c5e 100644 --- a/web/css/nms.css +++ b/web/css/nms.css @@ -8,6 +8,13 @@ canvas { outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */ } + +#info-box-container { + max-width: 700px; +} +.left { + width: 22ch; +} tr.mgmt_v4_addr { font-weight: 700; } -- cgit v1.2.3