diff options
author | Devaev Maxim <[email protected]> | 2018-07-31 21:57:20 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-31 21:57:20 +0300 |
commit | 3a748859ffd961552f272f751c7329e3021ac375 (patch) | |
tree | 964ab8d98ea14f642f95bf5384a83a0580fdd2ee /kvmd/web/index.html | |
parent | 89fca2752093c8f4ec42b7c869b0e72cc3eee7f5 (diff) |
js-based windows centering
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index 4233c01b..8d843fb8 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -208,7 +208,7 @@ <img id="stream-image" class="stream-image-inactive" alt="Loading..." src="/streamer/?action=stream"/> </div> - <div id="keyboard-window" class="window" style="display:none" tabindex="0"> + <div id="keyboard-window" class="window" tabindex="0"> <div class="window-header"> <div class="window-grab">Virtual Keyboard</div> <button class="window-button-close">×</button> @@ -335,7 +335,7 @@ </div> </div> - <div id="about-window" class="window" style="display:none" tabindex="0"> + <div id="about-window" class="window" tabindex="0"> <div class="window-header"> <div class="window-grab">About Pi-KVM</div> <button class="window-button-close">×</button> |