]> git.proxmox.com Git - novnc-pve.git/blob - debian/patches/fix-base-css.patch
novnc : bump to a369a80c2480af685b7bddacddae9cca3aea95f9 commit (20/08/2015) V2
[novnc-pve.git] / debian / patches / fix-base-css.patch
1 Index: new/include/base.css
2 ===================================================================
3 --- new.orig/include/base.css 2014-08-05 12:59:53.000000000 +0200
4 +++ new/include/base.css 2014-08-06 08:12:16.000000000 +0200
5 @@ -21,6 +21,28 @@
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_send_keys {
21 + display:none;
22 + margin-top:73px;
23 + right:30px;
24 + position:fixed;
25 +}
26 +
27 +#noVNC_send_keys.top:after {
28 + right:35px;
29 +}
30 +
31 #noVNC_controls ul {
32 list-style: none;
33 margin: 0px;
34 @@ -56,9 +78,6 @@
35 #noVNC_view_drag_button {
36 display: none;
37 }
38 -#sendCtrlAltDelButton {
39 - display: none;
40 -}
41 #fullscreenButton {
42 display: none;
43 }
44 @@ -76,7 +95,7 @@
45
46 .noVNC-buttons-left {
47 float: left;
48 - z-index: 1;
49 + z-index: 2;
50 position: relative;
51 }
52
53 @@ -220,7 +239,7 @@
54 position:fixed;
55 }
56 #noVNC_clipboard.top:after {
57 - right:85px;
58 + right:35px;
59 }
60
61 #keyboardinput {
62 @@ -375,7 +394,7 @@
63 }
64
65 #noVNC_logo {
66 - margin-top: 170px;
67 + margin-top: 10px;
68 margin-left: 10px;
69 color:yellow;
70 text-align:left;
71 @@ -432,6 +451,7 @@
72 #toggleAltButton { display: inline; }
73 #sendTabButton { display: inline; }
74 #sendEscButton { display: inline; }
75 +#sendCtrlAltDelButton { display: none; }
76
77 /* left-align the status text on lower resolutions */
78 @media screen and (max-width: 800px){
79 @@ -488,6 +508,14 @@
80 top: 135px;
81 left: 0px;
82 }
83 + #sendCtrlAltDelButton {
84 + display: none;
85 + position: absolute;
86 + top: 170px;
87 + left: 0px;
88 + }
89 +}
90 +
91 }
92
93 @media screen and (min-width: 321px) and (max-width: 480px) {