From a87ece473d839d29f7dd3a559a3dab68096753ba Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Mon, 9 May 2005 09:46:31 +0000 Subject: [PATCH] =?UTF-8?q?index.html=20:=20fix=20=C2=AB=20Weird=20URLs=20?= =?UTF-8?q?=20=20(=3Fcontrol=3Dstop&control=3Dseek&control=3Dseek&seek=5Fv?= =?UTF-8?q?alue=3D&control=3Dseek)=20=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit style.css : small esthetic fix --- share/http/index.html | 46 ++++++++++++++++++++++++++++++------------- share/http/style.css | 4 ++++ 2 files changed, 36 insertions(+), 14 deletions(-) diff --git a/share/http/index.html b/share/http/index.html index 192d8842cd..4857d7fcab 100644 --- a/share/http/index.html +++ b/share/http/index.html @@ -36,21 +36,39 @@ function changeMe(item)
Playback control
-
-

+

+ - -
- - -

- - -
-
-
+
+ +
+

+

+

+ +
+
+ +
+

+

+

+ +
+
+ +
+

+

+

+ + +
+

+

( Seek Textbox: for example "+12min 42sec", "01:13:43", "-12%" etc... ) +

Misc controls
@@ -93,11 +111,11 @@ function changeMe(item) - + - +
Add a MRL (Media Resource Locator) to the playlist
Stream Output:" />" />
diff --git a/share/http/style.css b/share/http/style.css index 9f3d4a1311..6e56fb3b3c 100644 --- a/share/http/style.css +++ b/share/http/style.css @@ -89,6 +89,10 @@ form { padding: 0pt; } +input { + border: 1px solid black; +} + ul#playlist, ul#playlist ul{ list-style-type: none; }