]> git.proxmox.com Git - novnc-pve.git/blob - debian/patches/fix-base-css.patch
use modified version of ui.js
[novnc-pve.git] / debian / patches / fix-base-css.patch
1 Index: new/include/base.css
2 ===================================================================
3 --- new.orig/include/base.css 2014-08-04 11:08:19.000000000 +0200
4 +++ new/include/base.css 2014-08-04 11:16:30.000000000 +0200
5 @@ -21,6 +21,17 @@
6 height:100%;
7 }
8
9 +#noVNC_pve_commands {
10 + display:none;
11 + margin-top:73px;
12 + right:30px;
13 + position:fixed;
14 +}
15 +
16 +#noVNC_pve_commands.top:after {
17 + right:0px;
18 +}
19 +
20 #noVNC_controls ul {
21 list-style: none;
22 margin: 0px;
23 @@ -220,7 +231,7 @@
24 position:fixed;
25 }
26 #noVNC_clipboard.top:after {
27 - right:85px;
28 + right:35px;
29 }
30
31 #keyboardinput {
32 @@ -375,7 +386,7 @@
33 }
34
35 #noVNC_logo {
36 - margin-top: 170px;
37 + margin-top: 10px;
38 margin-left: 10px;
39 color:yellow;
40 text-align:left;