[vlc-commits] lua: http: fix inline-block buttons with webkit (fix #9340)

Francois Cartegnie git at videolan.org
Sat Sep 7 12:58:02 CEST 2013


vlc/vlc-2.1 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat Sep  7 11:14:50 2013 +0200| [9b3effc6dd57898303554a2f1c95e9c61ad2b8cd] | committer: Jean-Baptiste Kempf

lua: http: fix inline-block buttons with webkit (fix #9340)

(cherry picked from commit 885ec1a00476b877df9b5c44f8bc0413320b3f2d)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=9b3effc6dd57898303554a2f1c95e9c61ad2b8cd
---

 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 3e11102..1f459c4 100644
--- a/share/lua/http/css/main.css
+++ b/share/lua/http/css/main.css
@@ -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;



More information about the vlc-commits mailing list