diff options
| author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-28 18:19:08 +0200 | 
|---|---|---|
| committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-28 18:19:08 +0200 | 
| commit | e9ca10ec32c7cd7054550b3b56e723d1d1fdd4a6 (patch) | |
| tree | 60f936e0db793b830782dfe164c0bd42d432ec4c /web/css | |
| parent | 17a014b267696ff02c80ddd15d8e6105ff9fb8c4 (diff) | |
front: Tweak info-box looks/width
Makes it more snug and look the same all over
Diffstat (limited to 'web/css')
| -rw-r--r-- | web/css/nms.css | 7 | 
1 files changed, 7 insertions, 0 deletions
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;  }  | 
