diff options
author | Christian Beier <[email protected]> | 2012-04-12 18:41:14 +0200 |
---|---|---|
committer | Christian Beier <[email protected]> | 2012-04-12 18:41:14 +0200 |
commit | 98f4037785246f77e544bab9196f076fe310be16 (patch) | |
tree | 9531342656a66e0963ff9b55a00db2fe3222e31d /webclients/novnc/include/base.css | |
parent | efcdab50cc10ad121653bfff0da441495af461d3 (diff) | |
download | libtdevnc-98f4037785246f77e544bab9196f076fe310be16.tar.gz libtdevnc-98f4037785246f77e544bab9196f076fe310be16.zip |
Update our copy of noVNC.
Bugfixes and support for tight encoding with zlib.
Diffstat (limited to 'webclients/novnc/include/base.css')
-rw-r--r-- | webclients/novnc/include/base.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/webclients/novnc/include/base.css b/webclients/novnc/include/base.css index 0a62a1b..105984d 100644 --- a/webclients/novnc/include/base.css +++ b/webclients/novnc/include/base.css @@ -153,6 +153,7 @@ html { } #noVNC_controls { + display:none; margin-top:77px; right:12px; position:fixed; @@ -161,6 +162,23 @@ html { right:15px; } +#noVNC_description { + display:none; + position:fixed; + + margin-top:77px; + right:20px; + left:20px; + padding:15px; + color:#000; + background:#eee; /* default background for browsers without gradient support */ + + border:2px solid #E0E0E0; + -webkit-border-radius:10px; + -moz-border-radius:10px; + border-radius:10px; +} + #noVNC_clipboard { display:none; margin-top:77px; |