The file you need to modify is: /opt/alarmdecoder-webapp/ad2web/static/css/datatables.min.css
Changes:
.col-sm-3{width:25%} to
.col-sm-3{width:auto}.col-sm-6{width:50%} to
.col-sm-6{width:80%}Editing this file is a huge pain it's basically one huge line! So I attached one to make it easier. if you go to edit it make sure you make a backup!
Making Backup:
- Code: Select all
cp /opt/alarmdecoder-webapp/ad2web/static/css/datatables.min.css /opt/alarmdecoder-webapp/ad2web/static/css/datatables.min.css.orig
Finally unzip the attached file and copy the extracted file
datatables.min.css to /opt/alarmdecoder-webapp/ad2web/static/css/ on your RPI.
You will need an application like winscp to copy the file to the RPI.
**make sure you unzip it. Don't copy the .zip file to that location.
As well this only addresses the keypad, I haven't had time to address the menus. Busy day at work...