]> git.sesse.net Git - vlc/blobdiff - share/http/dialogs/browse
Add small "close/hide" buttons on some of the dialogs
[vlc] / share / http / dialogs / browse
index f41829fd38a7265e8978a3d22fcaabaaddf6ba31..70c1a8df719df7b710d8401ea9b9e5f3a4076ce6 100644 (file)
@@ -29,6 +29,7 @@ This dialog needs the following dialogs to be fully functional: <none>
 <div id="browse" class="popup" style="display: none;">
   <div class="title">
     Browse
+    <img class="close" src="images/white_cross_small.png" alt="Close" onclick="hide('browse');"/>
   </div>
   <div id="browser">
     <a href="javascript:browse_dir(document.getElementById( 'browse_lastdir' ).value);">Click here to browse</a>