diff --git a/include/black.css b/include/black.css index b5b939ece..2d9d0add7 100644 --- a/include/black.css +++ b/include/black.css @@ -45,11 +45,29 @@ body { width: 100px; } +#VNC_status_bar td { + padding: 0px; + margin: 0px; +} +#VNC_status_bar div { + font-size: 12px; + font-weight: bold; + text-align: center; + margin: 0px; + padding: 1em; +} +#VNC_status_bar input { + font-size: 10px; + margin: 0px; + padding: 0px; +} #VNC_status { - padding: 1em; - font-weight: bold; - text-align: center; + text-align: center; } +#VNC_buttons { + text-align: right; +} + .VNC_status_normal { color: #fff; } diff --git a/include/default_controls.js b/include/default_controls.js index bff2e2c6f..b108931b6 100644 --- a/include/default_controls.js +++ b/include/default_controls.js @@ -6,20 +6,20 @@ * See README.md for usage and integration instructions. */ "use strict"; +/*global console, $, RFB, Canvas, VNC_uri_prefix, Element, Fx */ // Load mootools (function () { - var prefix = (typeof VNC_uri_prefix !== "undefined") ? + var pre = (typeof VNC_uri_prefix !== "undefined") ? VNC_uri_prefix : "include/"; - document.write("