refactoring

This commit is contained in:
Devaev Maxim
2018-11-14 02:52:00 +03:00
parent 49a09a6ba1
commit 2916c7fe06
23 changed files with 332 additions and 331 deletions

22
web/css/kvm/msd.css Normal file
View File

@@ -0,0 +1,22 @@
div#msd-menu {
width: 450px;
}
div.msd-message, input.msd-message {
display: none;
}
table.msd-info {
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
border-spacing: 5px;
margin: 0 10px 0 10px;
font-size: 12px;
}
table.msd-info td.msd-info-value {
font-weight: bold;
max-width: 310px;
overflow: hidden;
}