]> git.sesse.net Git - vlc/commitdiff
lua: http: fix inline-block buttons with webkit (fix #9340)
authorFrancois Cartegnie <fcvlcdev@free.fr>
Sat, 7 Sep 2013 09:14:50 +0000 (11:14 +0200)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Sat, 7 Sep 2013 09:15:08 +0000 (11:15 +0200)
share/lua/http/css/main.css

index 3e111022551f77c4d5c7c9b2d0319aa1ed306483..1f459c44615ee2b77b9145de68ccefa75a1852ba 100644 (file)
@@ -155,6 +155,8 @@ body{
        background: none;
        border: none;
        display: inline-block;
+       list-style: none;
+       float:left;
        cursor: pointer;
        background-image: url("../images/buttons.png");
        background-repeat: no-repeat;