1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

Massive import web manager

This commit is contained in:
Tlams 2018-02-11 18:45:32 +00:00
parent 405c8941e4
commit 88b8d7a818
241 changed files with 116891 additions and 0 deletions

26
code/web/www/css/style.css Executable file
View file

@ -0,0 +1,26 @@
#wrapper-mac
{
white-space: nowrap;
max-width: 250px;
overflow: hidden;
text-overflow: ellipsis;
}
div.tooltip-inner {
white-space:pre;
max-width:none;
}
td.details-control {
background: url('../images/details_open.png') no-repeat center center;
cursor: pointer;
}
tr.shown td.details-control {
background: url('../images/details_close.png') no-repeat center center;
}
#dialog-form
{
}