]> git.sesse.net Git - vlc/commitdiff
* fix playlist bug and change some css
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 7 Dec 2005 17:09:57 +0000 (17:09 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 7 Dec 2005 17:09:57 +0000 (17:09 +0000)
share/http/functions.js
share/http/style.css

index edd159806122ee88b91a5b942f0686c73c029ab8..dd90d8b15884d2a7be30c37b4fb8e9c1ac83a774 100644 (file)
@@ -175,7 +175,7 @@ function parse_playlist()
                 {
                     pos.appendChild( document.createElement( "div" ) );
                     pos.lastChild.setAttribute( 'class', 'pl_node' );
-                    pos.lastChild.setAttribute( 'onclick', 'pl_play('+elt.getAttribute( 'id' )+');' );
+                    /*pos.lastChild.setAttribute( 'onclick', 'pl_play('+elt.getAttribute( 'id' )+');' );*/
                     pos.lastChild.setAttribute( 'id', 'pl_'+elt.getAttribute( 'id' ) );
                     pos.lastChild.appendChild( document.createTextNode( elt.getAttribute( 'name' ) ) );
                 }
index a913cc80157c27b073d465e33704b0e0999616e4..689344f7fecc4ee0105e985e466323178f8f3d54 100644 (file)
@@ -111,8 +111,6 @@ div.pl_node {
 }
 a.pl_leaf {
        font-style: normal;
-       color: #00f;
-       text-decoration: underline;
        display: block;
 }
 a.pl_leaf:hover {
@@ -128,6 +126,7 @@ div#browse {
        position: absolute;
        left: 15%;
        z-index: 1;
+       font-size: 0.8em;
 }
 div#browse div.title {
        background-color: #008;