UI7 has the formatting all in a "skins" folder, but there is only one skin (default) and no support for uploading anything else.
Request - please complete this, and implement a mechanism for user defined skinning!
I would also suggest a simpler option - just allow the user to upload a CSS and include it after main.css and libs.css in index.html, so they can override specific items.
My temporary solution, with a CSS that significantly reduces useless whitespace on the more important screens:
- copy /www/cmh/index.html to index2.html
- edit index2.html to add another stylesheet:
<link rel="stylesheet" href="skins/default/css/libs.css?*1.7.2414-1-09072018*" />
<link rel="stylesheet" href="skins/default/css/main.css?*1.7.2414-1-09072018*"/>
<link rel="stylesheet" href="skins/default/css/new.css?*1.7.2414-1-09072018*" />
- copy new.css to /www/cmh/skins/default/css/new.css
- access the page through http://<veraip>/cmh/index2.html
It doesn't work through the Vera proxy.