Some CSS style and DOM id/class cleanup.

This commit is contained in:
Joel Martin
2011-09-14 09:24:30 -05:00
parent 7e5f81f255
commit 608e0f52ee
5 changed files with 19 additions and 23 deletions

View File

@@ -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>