From 4575aab88835c4a50b14db986874c9d7945fe356 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 31 Mar 2019 15:28:32 +0100 Subject: [PATCH] Make more room for port log/control icons in port list display (#555) --- share/public/css/netdisco.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/public/css/netdisco.css b/share/public/css/netdisco.css index 6f0f9f01..daec4349 100644 --- a/share/public/css/netdisco.css +++ b/share/public/css/netdisco.css @@ -161,10 +161,14 @@ div.content > div.tab-content table.nd_floatinghead thead { color: #404040; } +/* make room for the port log icon */ +.nd_this-port-only { + margin-right: 15px; +} /* nudge cell content to the right when port_control controls are enabled */ .nd_editable-cell > .nd_this-port-only { margin-left: 14px; - margin-right: 35px; + margin-right: 60px; } .nd_editable-cell > .nd_port-only-first { margin-left: 5px;