From e018fe299550175302467fe9ea459b2bfc8dc491 Mon Sep 17 00:00:00 2001 From: Scott Roach Date: Fri, 6 Oct 2023 23:21:34 -0700 Subject: [PATCH] Related CSS for network icon/text alignment --- front/css/pialert.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/front/css/pialert.css b/front/css/pialert.css index a9d952f1..9056cb17 100755 --- a/front/css/pialert.css +++ b/front/css/pialert.css @@ -795,7 +795,8 @@ input[readonly] { #networkTree .netPort { float:left; - display:inline; + display:inline; + text-align: center; } #networkTree .portBckgIcon @@ -816,7 +817,8 @@ input[readonly] { { width: 25px;; float:left; - display:inline; + display:inline; + text-align: center; } #networkTree .netCollapse {