]> git.proxmox.com Git - novnc-pve.git/blob - debian/patches/fix-base-css.patch
75f4d5dc5ce40c93a455ed20acb7cdc367331b54
[novnc-pve.git] / debian / patches / fix-base-css.patch
1 --- a/include/base.css
2 +++ b/include/base.css
3 @@ -21,6 +21,28 @@
4 height:100%;
5 }
6
7 +#noVNC_pve_commands {
8 + display:none;
9 + margin-top:73px;
10 + right:30px;
11 + position:fixed;
12 +}
13 +
14 +#noVNC_pve_commands.top:after {
15 + right:0px;
16 +}
17 +
18 +#noVNC_send_keys {
19 + display:none;
20 + margin-top:73px;
21 + right:30px;
22 + position:fixed;
23 +}
24 +
25 +#noVNC_send_keys.top:after {
26 + right:35px;
27 +}
28 +
29 #noVNC_controls ul {
30 list-style: none;
31 margin: 0px;
32 @@ -56,9 +78,6 @@
33 #noVNC_view_drag_button {
34 display: none;
35 }
36 -#sendCtrlAltDelButton {
37 - display: none;
38 -}
39 #fullscreenButton {
40 display: none;
41 }
42 @@ -79,7 +98,7 @@
43
44 .noVNC-buttons-left {
45 float: left;
46 - z-index: 1;
47 + z-index: 2;
48 position: relative;
49 }
50
51 @@ -229,7 +248,7 @@
52 position:fixed;
53 }
54 #noVNC_clipboard.top:after {
55 - right:85px;
56 + right:35px;
57 }
58
59 #keyboardinput {
60 @@ -389,7 +408,7 @@
61 }
62
63 #noVNC_logo {
64 - margin-top: 170px;
65 + margin-top: 10px;
66 margin-left: 10px;
67 color:yellow;
68 text-align:left;
69 @@ -446,6 +465,7 @@
70 #toggleAltButton { display: inline; }
71 #sendTabButton { display: inline; }
72 #sendEscButton { display: inline; }
73 +#sendCtrlAltDelButton { display: inline; }
74
75 /* left-align the status text on lower resolutions */
76 @media screen and (max-width: 800px){
77 @@ -502,6 +522,14 @@
78 top: 135px;
79 left: 0px;
80 }
81 + #sendCtrlAltDelButton {
82 + display: none;
83 + position: absolute;
84 + top: 170px;
85 + left: 0px;
86 + }
87 +}
88 +
89 }
90
91 @media screen and (min-width: 321px) and (max-width: 480px) {