41 lines
1.2 KiB
CSS
41 lines
1.2 KiB
CSS
/*
|
|
* 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 { min-width: 300px; overflow: auto; background-color: #00a; margin: 5px; }
|
|
.productListItem { min-height: 50px; }
|
|
.padding { padding: 5px; }
|
|
|
|
.right { text-align: right; }
|
|
|
|
table { border-collapse: collapse; border-width: 0px; }
|
|
td { padding-left: 0px; padding-right: 10px; }
|
|
|
|
[id^="li"] { cursor: pointer; }
|