From eeb395dc9161dcf5b1d9f08532a389fcb1cde80b Mon Sep 17 00:00:00 2001 From: samhed Date: Thu, 25 Aug 2016 13:02:24 +0200 Subject: [PATCH] Remove unnecessary span:s They were probably also incorrect to have around block elements anyway. --- app/styles/base.css | 8 ++--- vnc.html | 76 +++++++++++++++++++++------------------------ 2 files changed, 38 insertions(+), 46 deletions(-) diff --git a/app/styles/base.css b/app/styles/base.css index bceb4f5d..f438a49d 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -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 { diff --git a/vnc.html b/vnc.html index d5f45a3f..0521c4e1 100644 --- a/vnc.html +++ b/vnc.html @@ -106,11 +106,9 @@ id="noVNC_toggleXvp_button" class="noVNC_status_button" title="Shutdown/Reboot..." />
- - - - - + + +
@@ -135,41 +133,39 @@ id="noVNC_settings_button" class="noVNC_status_button" title="Settings" />
- -
    -
  • Encrypt
  • -
  • True Color
  • -
  • Local Cursor
  • -
  • Clip to Window
  • -
  • Shared Mode
  • -
  • View Only
  • -
    -
  • Path
  • -
  • -
  • -
  • Repeater ID
  • -
    - -
  • -
  • - -
  • -
  • -
    -
  • -
-
+