diff --git a/front/css/app.css b/front/css/app.css index 7088a33e..c9c44960 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -1416,6 +1416,7 @@ input[readonly] { display: inline-block; padding: 0.1em; margin: 0.1em; + /* transition: font-size 0.3s;*/ } .devicePropAction:hover @@ -1426,6 +1427,32 @@ input[readonly] { } + +#panDetails .dataTables_wrapper .bottom div +{ + max-width: 34%; + display: block; + float:inline-end; + height: 2em; +} + +#panDetails .dataTables_wrapper .bottom .dataTables_info +{ + float:inline-start; +} + +#panDetails .dataTables_wrapper .bottom .dataTables_length +{ + padding: 0.3em; +} +/* #panDetails .dataTables_wrapper .bottom .paging_simple_numbers */ + + +#panDetails #NEWDEV_devCustomProps_label +{ + display: none; +} + /* ----------------------------------------------------------------- */ /* MODAL popups */ /* ----------------------------------------------------------------- */ diff --git a/front/deviceDetailsEdit.php b/front/deviceDetailsEdit.php index 5ac7a10e..f4b1ad88 100755 --- a/front/deviceDetailsEdit.php +++ b/front/deviceDetailsEdit.php @@ -211,7 +211,7 @@ function getDeviceData(readAllData){ // Generate the input field HTML const inputFormHtml = `
-