mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Icon cleanup
This commit is contained in:
@@ -1260,6 +1260,11 @@ input[readonly] {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.iconColumn
|
||||
{
|
||||
max-height: 25px;
|
||||
}
|
||||
|
||||
.iconPreviewSelector svg
|
||||
{
|
||||
width:40px;
|
||||
@@ -1277,6 +1282,21 @@ input[readonly] {
|
||||
}
|
||||
|
||||
|
||||
#tableDevices .fab
|
||||
{
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
#tableDevices .fa
|
||||
{
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
#tableDevices tbody tr
|
||||
{
|
||||
height: 1.5em;
|
||||
}
|
||||
|
||||
.info-icon-nav
|
||||
{
|
||||
top: -6px;
|
||||
|
||||
@@ -561,9 +561,10 @@ function initializeDatatable (status) {
|
||||
|
||||
'columnDefs' : [
|
||||
{visible: false, targets: tableColumnHide },
|
||||
{className: 'text-center', targets: [mapIndx(3), mapIndx(4), mapIndx(9), mapIndx(10), mapIndx(15), mapIndx(18)] },
|
||||
{className: 'text-center', targets: [mapIndx(4), mapIndx(9), mapIndx(10), mapIndx(15), mapIndx(18)] },
|
||||
{className: 'iconColumn text-center', targets: [mapIndx(3)]},
|
||||
{width: '80px', targets: [mapIndx(6), mapIndx(7), mapIndx(15)] },
|
||||
{width: '30px', targets: [mapIndx(10), mapIndx(13), mapIndx(18)] },
|
||||
{width: '30px', targets: [mapIndx(3), mapIndx(10), mapIndx(13), mapIndx(18)] },
|
||||
{orderData: [mapIndx(12)], targets: mapIndx(8) },
|
||||
|
||||
// Device Name
|
||||
|
||||
Reference in New Issue
Block a user