css style update

This commit is contained in:
Richard Klafter 2017-05-22 16:38:00 -07:00
parent a200aded4f
commit 8223d27a98
2 changed files with 3 additions and 4 deletions

View File

@ -142,8 +142,7 @@ html {
position: absolute; position: absolute;
left: 0; left: 0;
right: 0; right: 0;
margin-left: auto; margin-left: 1px;
margin-right: auto;
} }
#VNC_clipboard_clear_button { #VNC_clipboard_clear_button {
@ -280,7 +279,7 @@ html {
/* Control bar */ /* Control bar */
#noVNC_control_bar { #noVNC_control_bar {
position:fixed; position:fixed;
display:block; display:block;
height:36px; height:36px;
left:0; left:0;

View File

@ -70,7 +70,7 @@
</tr></table> </tr></table>
</div> </div>
<div style="display: flex;"> <div style="display: flex;">
<div id="vnc-input" tabindex="-1" style="margin:10px; width:1280px; height:800px; background-color:black; overflow:visible;"> <div id="vnc-input" tabindex="-1" style="margin:2px; width:1280px; height:800px; background-color:black; overflow:visible;">
<canvas id="noVNC_canvas"> <canvas id="noVNC_canvas">
Canvas not supported. Canvas not supported.
</canvas> </canvas>