Remove unnecessary span:s
They were probably also incorrect to have around block elements anyway.
This commit is contained in:
parent
286947cbe2
commit
eeb395dc91
|
@ -258,13 +258,9 @@ html {
|
|||
right: 20px;
|
||||
position: fixed;
|
||||
}
|
||||
#noVNC_settings_menu {
|
||||
margin: 3px;
|
||||
text-align: left;
|
||||
}
|
||||
#noVNC_settings_menu ul {
|
||||
#noVNC_settings ul {
|
||||
list-style: none;
|
||||
margin: 0px;
|
||||
margin: 3px;
|
||||
padding: 0px;
|
||||
}
|
||||
#noVNC_setting_path {
|
||||
|
|
4
vnc.html
4
vnc.html
|
@ -106,11 +106,9 @@
|
|||
id="noVNC_toggleXvp_button" class="noVNC_status_button"
|
||||
title="Shutdown/Reboot..." />
|
||||
<div id="noVNC_xvp" class="noVNC_panel">
|
||||
<span id="noVNC_xvp_menu">
|
||||
<input type="button" id="noVNC_xvpShutdown_button" value="Shutdown" />
|
||||
<input type="button" id="noVNC_xvpReboot_button" value="Reboot" />
|
||||
<input type="button" id="noVNC_xvpReset_button" value="Reset" />
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- Clipboard -->
|
||||
|
@ -135,7 +133,6 @@
|
|||
id="noVNC_settings_button" class="noVNC_status_button"
|
||||
title="Settings" />
|
||||
<div id="noVNC_settings" class="noVNC_panel">
|
||||
<span id="noVNC_settings_menu">
|
||||
<ul>
|
||||
<li><input id="noVNC_setting_encrypt" type="checkbox" /> Encrypt</li>
|
||||
<li><input id="noVNC_setting_true_color" type="checkbox" checked /> True Color</li>
|
||||
|
@ -169,7 +166,6 @@
|
|||
<hr>
|
||||
<li><input type="button" id="noVNC_settings_apply" value="Apply" /></li>
|
||||
</ul>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- Connection Controls -->
|
||||
|
|
Loading…
Reference in New Issue