5
0
mirror of git://git.proxmox.com/git/novnc-pve.git synced 2025-01-03 05:17:56 +03:00

fixup of fix-base-css.patch

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-04-14 10:55:55 +02:00 committed by Dietmar Maurer
parent 0e8ee99a81
commit 1ca3f40997

View File

@ -1,7 +1,5 @@
Index: new/include/base.css --- a/include/base.css
=================================================================== +++ b/include/base.css
--- new.orig/include/base.css 2014-08-05 12:59:53.000000000 +0200
+++ new/include/base.css 2014-08-06 08:12:16.000000000 +0200
@@ -21,6 +21,28 @@ @@ -21,6 +21,28 @@
height:100%; height:100%;
} }
@ -41,7 +39,7 @@ Index: new/include/base.css
#fullscreenButton { #fullscreenButton {
display: none; display: none;
} }
@@ -76,7 +95,7 @@ @@ -79,7 +98,7 @@
.noVNC-buttons-left { .noVNC-buttons-left {
float: left; float: left;
@ -50,7 +48,7 @@ Index: new/include/base.css
position: relative; position: relative;
} }
@@ -220,7 +239,7 @@ @@ -229,7 +248,7 @@
position:fixed; position:fixed;
} }
#noVNC_clipboard.top:after { #noVNC_clipboard.top:after {
@ -59,7 +57,7 @@ Index: new/include/base.css
} }
#keyboardinput { #keyboardinput {
@@ -375,7 +394,7 @@ @@ -389,7 +408,7 @@
} }
#noVNC_logo { #noVNC_logo {
@ -68,15 +66,15 @@ Index: new/include/base.css
margin-left: 10px; margin-left: 10px;
color:yellow; color:yellow;
text-align:left; text-align:left;
@@ -432,6 +451,7 @@ @@ -446,6 +465,7 @@
#toggleAltButton { display: inline; } #toggleAltButton { display: inline; }
#sendTabButton { display: inline; } #sendTabButton { display: inline; }
#sendEscButton { display: inline; } #sendEscButton { display: inline; }
+#sendCtrlAltDelButton { display: none; } +#sendCtrlAltDelButton { display: inline; }
/* left-align the status text on lower resolutions */ /* left-align the status text on lower resolutions */
@media screen and (max-width: 800px){ @media screen and (max-width: 800px){
@@ -488,6 +508,14 @@ @@ -502,6 +522,14 @@
top: 135px; top: 135px;
left: 0px; left: 0px;
} }