Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
6c18d169
Commit
6c18d169
authored
Sep 07, 2011
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
luahttp: fix and move style to css
parent
83466705
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
9 deletions
+38
-9
share/lua/http/css/main.css
share/lua/http/css/main.css
+30
-1
share/lua/http/index.html
share/lua/http/index.html
+8
-8
No files found.
share/lua/http/css/main.css
View file @
6c18d169
...
...
@@ -52,7 +52,31 @@ body{
}
#controlButtons
{
text-align
:
left
;
width
:
380px
;
}
#buttonszone
{
width
:
42px
;
vertical-align
:
top
;
}
#volumesliderzone
{
margin-left
:
20px
;
}
#volumeSlider
{
width
:
200px
;
}
#artszone
{
width
:
141px
;
vertical-align
:
top
;
}
#seekContainer
{
vertical-align
:
bottom
;
}
.button48
{
width
:
48px
;
height
:
48px
;
...
...
@@ -132,4 +156,9 @@ body{
.footer
{
text-align
:
center
;
font-size
:
11px
;
}
\ No newline at end of file
}
div
.centered
{
margin-left
:
auto
;
margin-right
:
auto
;
}
share/lua/http/index.html
View file @
6c18d169
...
...
@@ -188,15 +188,15 @@
</script>
</head>
<body>
<div
align=
"center
"
>
<div
id=
"mainContainer"
align=
"center
"
>
<div
class=
"centered
"
>
<div
id=
"mainContainer"
class=
"centered
"
>
<div
id=
"controlContainer"
class=
"ui-widget"
>
<div
class=
"ui-widget-header"
style=
"text-align: left;"
>
<img
src=
"images/vlc16x16.png"
alt=
"VLC"
width=
"16"
height=
"16"
/>
Controls
</div>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
id=
"controlTable"
class=
"ui-widget-content"
>
<tr>
<td
id=
"controlButtons"
width=
"380px"
>
<td
id=
"controlButtons"
>
<div
id=
"buttonPrev"
class=
"button48 ui-corner-all"
title=
"Previous"
></div>
<div
id=
"buttonPlay"
class=
"button48 ui-corner-all"
title=
"Play"
></div>
<div
id=
"buttonNext"
class=
"button48 ui-corner-all"
title=
"Next"
></div>
...
...
@@ -205,7 +205,7 @@
<div
id=
"buttonFull"
class=
"button48 ui-corner-all"
title=
"Full Screen"
></div>
<div
id=
"buttonSout"
class=
"button48 ui-corner-all"
title=
"Easy Stream"
></div>
</td>
<td
valign=
"top"
width=
"42px
"
>
<td
id=
"buttonszone
"
>
<div
id=
"buttonPlayList"
class=
"button ui-widget ui-state-default ui-corner-all"
title=
"Hide / Show Library"
style=
"float: left;"
><span
class=
"ui-icon ui-icon-note"
></span></div>
<div
id=
"buttonViewer"
class=
"button ui-widget ui-state-default ui-corner-all"
title=
"Hide / Show Viewer"
style=
"float: left;"
><span
class=
"ui-icon ui-icon-video"
></span></div>
<div
id=
"buttonStreams"
class=
"button ui-widget ui-state-default ui-corner-all"
title=
"Manage Streams"
style=
"float: left;"
><span
class=
"ui-icon ui-icon-script"
></span></div>
...
...
@@ -214,12 +214,12 @@
<div
id=
"buttonBatch"
class=
"button ui-widget ui-state-default ui-corner-all"
title=
"VLM Batch Commands"
style=
"float: left;"
><span
class=
"ui-icon ui-icon-suitcase"
></span></div>
</td>
<td>
<div
style=
"margin-left:20px;
"
>
<div
id=
"volumeSlider"
title=
"Volume"
style=
"width:200px"
><img
src=
"images/speaker-32.png"
class=
"ui-slider-handle"
alt=
"volume"
/></div>
<div
id=
"volumesliderzone
"
>
<div
id=
"volumeSlider"
title=
"Volume"
><img
src=
"images/speaker-32.png"
class=
"ui-slider-handle"
alt=
"volume"
/></div>
<div
id=
"currentVolume"
class=
"dynamic"
>
50%
</div>
</div>
</td>
<td
rowspan=
"3"
valign=
"top"
width=
"141px
"
>
<td
id=
"artszone"
rowspan=
"3
"
>
<img
id=
"albumArt"
src=
"/art"
width=
"141px"
height=
"130px"
alt=
"Album Art"
/>
</td>
</tr>
...
...
@@ -229,7 +229,7 @@
</td>
</tr>
<tr>
<td
id=
"seekContainer"
valign=
"bottom"
colspan=
"3"
>
<td
id=
"seekContainer"
colspan=
"3"
>
<div
id=
"seekSlider"
title=
"Seek Time"
style=
"width:98%; margin-left:10px;"
></div>
<table
width=
"100%"
>
<tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment