From: Antoine Cellerier Date: Sun, 19 Mar 2006 01:46:43 +0000 (+0000) Subject: A bunch of hacks to fix bugs on IE. X-Git-Tag: 0.9.0-test0~11844 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=96246bfd5317091034152684a7753d5988d5231e;p=vlc A bunch of hacks to fix bugs on IE. I really don't like the Sort menu and Services discovery menu code. If someone has a better idea feal free to change it. --- diff --git a/share/http/dialogs/input b/share/http/dialogs/input index e9100a7a12..09b5ccb157 100644 --- a/share/http/dialogs/input +++ b/share/http/dialogs/input @@ -57,7 +57,7 @@ This dialog needs the following dialogs to be fully functional: browse Network -
+
Open File
diff --git a/share/http/dialogs/mosaic b/share/http/dialogs/mosaic index baf66c4992..70c263ae57 100644 --- a/share/http/dialogs/mosaic +++ b/share/http/dialogs/mosaic @@ -93,7 +93,7 @@ sout.
- +
Click on each of the cells to assign inputs. (Show input list)
diff --git a/share/http/dialogs/playlist b/share/http/dialogs/playlist index 9e7ab7f8ef..bf8045954c 100644 --- a/share/http/dialogs/playlist +++ b/share/http/dialogs/playlist @@ -51,7 +51,7 @@ This dialog needs the following dialogs to be fully functional: Repeat Repeat -

- -
+
(?) diff --git a/share/http/dialogs/sout b/share/http/dialogs/sout index fd741e3d13..a19091f0c9 100644 --- a/share/http/dialogs/sout +++ b/share/http/dialogs/sout @@ -45,7 +45,7 @@ Note that the sout chain is used and sent to VLC by the input dialog
- +
diff --git a/share/http/iehacks.css b/share/http/iehacks.css new file mode 100644 index 0000000000..2bf1018f6a --- /dev/null +++ b/share/http/iehacks.css @@ -0,0 +1,32 @@ +/***************************************************************************** + * iehacks.css: VLC media player web interface + ***************************************************************************** + * Copyright (C) 2006 the VideoLAN team + * $Id$ + * + * Authors: Antoine Cellerier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. + *****************************************************************************/ + +div.menu { + margin-left: -30px; + margin-top: 15px; + background: #fff; +} + +div#mosaic_list { + background: #fff; +} diff --git a/share/http/images/info.png b/share/http/images/info.png index 46dee721e7..3f77f1ecca 100644 Binary files a/share/http/images/info.png and b/share/http/images/info.png differ diff --git a/share/http/index.html b/share/http/index.html index c6e89b267b..dda789dd2a 100644 --- a/share/http/index.html +++ b/share/http/index.html @@ -30,6 +30,9 @@ VLC media player - Web Interface +