mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-02-15 04:32:15 +00:00
26 lines
No EOL
426 B
CSS
Executable file
26 lines
No EOL
426 B
CSS
Executable file
|
|
#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
|
|
{
|
|
|
|
} |