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/about.css Normal file
View File

@@ -0,0 +1,22 @@
div#about {
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
padding: 5px 5px 5px 5px;
}
div#about td.logo {
padding-right: 25px;
}
div#about td.title {
font-size: 1.2em;
}
div#about td.copyright {
font-size: 0.8em;
}
div#about tr.version {
font-family: monospace;
}