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