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
7e326833
Commit
7e326833
authored
Oct 21, 2011
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
web intf: fix css for mobile
parent
e19f3ad9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
6 deletions
+25
-6
share/lua/http/css/main.css
share/lua/http/css/main.css
+23
-4
share/lua/http/index.html
share/lua/http/index.html
+1
-1
share/lua/http/mobile.html
share/lua/http/mobile.html
+1
-1
No files found.
share/lua/http/css/main.css
View file @
7e326833
...
...
@@ -3,6 +3,7 @@ root {
}
body
{
}
#mainContainer
{
text-align
:
center
;
width
:
800px
;
...
...
@@ -40,15 +41,23 @@ body{
#currentVolume
{
display
:
inline-block
;
}
#mediaTitle
{
overflow
:
hidden
;
padding
:
5px
;
}
#regular_layout
#mediaTitle
{
position
:
absolute
;
top
:
60px
;
left
:
0px
;
width
:
500px
;
text-align
:
left
;
padding
:
5px
;
overflow
:
hidden
;
}
#mobile_layout
#mediaTitle
{
}
#currentTime
{
float
:
left
;
text-align
:
left
;
...
...
@@ -61,14 +70,24 @@ body{
position
:
relative
;
height
:
150px
;
}
#controlButtons
{
text-align
:
left
;
width
:
380px
;
}
/* div layout */
#regular_layout
#controlButtons
{
position
:
absolute
;
top
:
0
;
left
:
0
;
padding
:
0
;
margin
:
0
;
text-align
:
left
;
width
:
380px
;
}
/* still on table layout */
#mobile_layout
#controlButtons
{
}
#buttonszone
{
...
...
share/lua/http/index.html
View file @
7e326833
...
...
@@ -190,7 +190,7 @@
//]]>
</script>
</head>
<body>
<body
id=
"regular_layout"
>
<div
class=
"centered"
>
<div
id=
"mainContainer"
class=
"centered"
>
<div
id=
"controlContainer"
class=
"ui-widget"
>
...
...
share/lua/http/mobile.html
View file @
7e326833
...
...
@@ -63,7 +63,7 @@
})
</script>
</head>
<body>
<body
id=
"mobile_layout"
>
<div
id=
"main"
>
<table
width=
"100%"
cellpadding=
"0"
cellspacing=
"0"
style=
"height:100%"
border=
"0"
>
...
...
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