|
@@ -48,7 +48,7 @@
|
|
|
<body>
|
|
|
<div id="noVNC-control-bar">
|
|
|
<!--noVNC Mobile Device only Buttons-->
|
|
|
- <div id="noVNC_mobile_buttons">
|
|
|
+ <div id="noVNC_mobile_buttons" class="noVNC-buttons-left">
|
|
|
<nobr>
|
|
|
<span class="noVNC_mouse_buttons">
|
|
|
<input type="button" class="noVNC_status_button"
|
|
@@ -68,17 +68,17 @@
|
|
|
</div>
|
|
|
|
|
|
<!--noVNC Buttons-->
|
|
|
- <div id="noVNC_buttons_right">
|
|
|
+ <div class="noVNC-buttons-right">
|
|
|
<input type="button" class="noVNC_status_button"
|
|
|
- style="float:left;" value="CtrlAltDel" id="sendCtrlAltDelButton"
|
|
|
+ value="CtrlAltDel" id="sendCtrlAltDelButton"
|
|
|
onclick="UI.sendCtrlAltDel();">
|
|
|
<input type="button" id="clipboardbutton" value="Clipboard"
|
|
|
onclick="UI.showClipboard();"/>
|
|
|
- <input type="button" class="VNC_status_button"
|
|
|
+ <input type="button" class="noVNC_status_button"
|
|
|
value="Settings" id="menuButton"
|
|
|
onclick="UI.clickSettingsMenu();">
|
|
|
<input type="button" id="connectPanelbutton"
|
|
|
- value="Connection" class="VNC_status_button"
|
|
|
+ value="Connection" class="noVNC_status_button"
|
|
|
onclick="UI.connectPanelbutton()" />
|
|
|
</div>
|
|
|
|