[vlc-commits] lua: http: fix inline-block buttons with webkit (fix #9340)
Francois Cartegnie
git at videolan.org
Mon Dec 9 19:39:37 CET 2013
vlc/vlc-2.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat Sep 7 11:14:50 2013 +0200| [6f3565262667d291f82e26b96eb7f443d02eeccf] | committer: Felix Paul Kühne
lua: http: fix inline-block buttons with webkit (fix #9340)
(cherry picked from commit 885ec1a00476b877df9b5c44f8bc0413320b3f2d)
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=6f3565262667d291f82e26b96eb7f443d02eeccf
---
share/lua/http/css/main.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/share/lua/http/css/main.css b/share/lua/http/css/main.css
index ec178f0..23e2e6b 100644
--- a/share/lua/http/css/main.css
+++ b/share/lua/http/css/main.css
@@ -139,6 +139,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;
More information about the vlc-commits
mailing list