mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
UI show sections work + icons work
This commit is contained in:
@@ -792,7 +792,11 @@ input[readonly] {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
/* Devices */
|
||||
|
||||
/* ----------------------------------------------------------------- */
|
||||
/* Devices page */
|
||||
/* ----------------------------------------------------------------- */
|
||||
|
||||
#txtIconFA {
|
||||
min-width: 18px;
|
||||
}
|
||||
@@ -846,7 +850,14 @@ input[readonly] {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
#tableDevicesBox td svg, #tableDevicesBox td i{
|
||||
height: 1.5em !important;
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------- */
|
||||
/* NETWORK page */
|
||||
/* ----------------------------------------------------------------- */
|
||||
|
||||
/* AdminLTE overrides */
|
||||
#networkTree .box
|
||||
@@ -890,11 +901,18 @@ input[readonly] {
|
||||
}
|
||||
#networkTree .netIcon
|
||||
{
|
||||
width: 25px;;
|
||||
width: 25px;
|
||||
float:left;
|
||||
display:inline;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#networkTree .netIcon svg
|
||||
{
|
||||
height: 1.2em;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#networkTree .netCollapse
|
||||
{
|
||||
display: block;
|
||||
@@ -921,6 +939,16 @@ input[readonly] {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.networkTable .nav-tabs li i{
|
||||
padding:3px;
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------- */
|
||||
/* PLUGINS page */
|
||||
/* ----------------------------------------------------------------- */
|
||||
|
||||
|
||||
.plugin-filters
|
||||
{
|
||||
margin: 7px;
|
||||
|
||||
Reference in New Issue
Block a user