Related CSS for network icon/text alignment

This commit is contained in:
Scott Roach
2023-10-06 23:21:34 -07:00
parent 4aad8c12f8
commit e018fe2995

View File

@@ -795,7 +795,8 @@ input[readonly] {
#networkTree .netPort #networkTree .netPort
{ {
float:left; float:left;
display:inline; display:inline;
text-align: center;
} }
#networkTree .portBckgIcon #networkTree .portBckgIcon
@@ -816,7 +817,8 @@ input[readonly] {
{ {
width: 25px;; width: 25px;;
float:left; float:left;
display:inline; display:inline;
text-align: center;
} }
#networkTree .netCollapse #networkTree .netCollapse
{ {