]> git.sesse.net Git - vlc/blobdiff - share/http/dialogs/main
Add small "close/hide" buttons on some of the dialogs
[vlc] / share / http / dialogs / main
index c27a16c1eabc1dc720c09a8b76a98d33dcbdc7fb..3cac7c04ba9b45856f7a90db7399edfb4e5f0b20 100644 (file)
@@ -107,9 +107,7 @@ sout and playlist .
 <div id="info" class="dialog" style="display: none;" >
   <div class="title">
     Stream and media info
-    <button id="btn_info_hide" onclick="hide( 'info' );">
-      Hide
-    </button>
+    <img class="close" src="images/white_cross_small.png" alt="Close" onclick="hide('info');"/>
   </div>
   <div id="infotree">
   </div>