From a09c97c4182885d3f62735b45ebe76f5a3a9f8dd Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 4 Nov 2023 00:03:42 +0000 Subject: Changed mikrotik interface to use SSH instead, worked on client side --- static/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 56627aa..0ab4e82 100644 --- a/static/style.css +++ b/static/style.css @@ -112,6 +112,18 @@ footer { background-color: gainsboro; } +.mikrotik_tr { + font-size: x-small; + padding-bottom: 1em; + padding-top: 1em; + border-spacing:0 5px; +} + +.mikrotik_interface_name { + text-align: right; + padding-right: 15px; +} + @media screen and (max-width: 1200px) { #multicharts ul li { width: 100%; -- cgit v1.2.3