initial working status (overview for each device)

This commit is contained in:
Aaska Black Wolf
2026-05-24 20:04:22 +02:00
parent cf77016f81
commit 10a03b645c
12 changed files with 628 additions and 1 deletions
+36
View File
@@ -0,0 +1,36 @@
/*
* main.css
*
* This file is part of the VE.Direct web UI
* https://git.schauaus.at/VE-Tools/VE.Direct-webui
* It is licensed under the GPL3.0 or later.
* You should have received a copy of the license with this software
*/
a, a.visited { color: #aa0; font-weight: bold; }
body { font: normal 16px sans-serif; color: #ccc; background-color: #222; }
.bright { background-color: #ddd; color: #444; }
.container { display: flex; width: 100%; }
.dashboard { display: inline-block; }
.deviceDetails { display: none; }
#deviceDetailsProductImage { max-width: 200px; max-height: 200px; }
.dark { background-color: #222; }
footer { font-size: 12px; text-align: center; clear: both; }
h1 { display: inline-block; }
img { float: left; padding: 0px; margin: 0px; margin-right: 5px; }
.mainView { min-width: 600px; background-color: #660; margin: 5px; flex-grow: 1; }
.productImageSmall { height: 50px; }
.productList { width: 300px; overflow: auto; background-color: #00a; margin: 5px; }
.padding { padding: 5px; }
table { border-collapse: collapse; border-width: 0px; }
[id^="li"] { cursor: pointer; }