Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sfu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Alain Takoudjou
sfu
Commits
2f6c710f
Commit
2f6c710f
authored
Dec 01, 2020
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix side menu input elements.
Input elements have no contents. Thanks to Antonin Décimo.
parent
7d4dabe3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
static/sfu.css
static/sfu.css
+3
-2
static/sfu.html
static/sfu.html
+10
-8
No files found.
static/sfu.css
View file @
2f6c710f
...
...
@@ -850,12 +850,13 @@ h1 {
height
:
56px
;
}
.sidenav
label
{
.sidenav
-label
{
display
:
block
;
margin-top
:
15px
;
}
.sidenav
.label-first
{
.sidenav-label-first
{
display
:
block
;
margin-top
:
0
;
}
...
...
static/sfu.html
View file @
2f6c710f
...
...
@@ -161,18 +161,19 @@
<div
id=
"mediaoptions"
class=
"invisible"
>
<fieldset>
<legend>
Media Options
</legend>
<label
for=
"videoselect"
class=
"label-first"
>
Camera:
</label>
<label
for=
"videoselect"
class=
"
sidenav-
label-first"
>
Camera:
</label>
<select
id=
"videoselect"
class=
"select select-inline"
>
<option
value=
""
>
off
</option>
</select>
<label
for=
"audioselect"
>
Microphone:
</label>
<label
for=
"audioselect"
class=
"sidenav-label"
>
Microphone:
</label>
<select
id=
"audioselect"
class=
"select select-inline"
>
<option
value=
""
>
off
</option>
</select>
<form>
<input
id=
"blackboardbox"
type=
"checkbox"
>
Blackboard mode
</input>
<input
id=
"blackboardbox"
type=
"checkbox"
/>
<label
for=
"blackboardbox"
>
Blackboard mode
</label>
</form>
</fieldset>
...
...
@@ -182,7 +183,7 @@
<legend>
Other Settings
</legend>
<form
id=
"sendform"
>
<label
for=
"sendselect"
class=
"label-first"
>
Send:
</label>
<label
for=
"sendselect"
class=
"
sidenav-
label-first"
>
Send:
</label>
<select
id=
"sendselect"
class=
"select select-inline"
>
<option
value=
"lowest"
>
lowest
</option>
<option
value=
"low"
>
low
</option>
...
...
@@ -192,7 +193,7 @@
</form>
<form
id=
"requestform"
>
<label
for=
"requestselect"
>
Receive:
</label>
<label
for=
"requestselect"
class=
"sidenav-label"
>
Receive:
</label>
<select
id=
"requestselect"
class=
"select select-inline"
>
<option
value=
""
>
nothing
</option>
<option
value=
"audio"
>
audio only
</option>
...
...
@@ -202,14 +203,15 @@
</form>
<form>
<input
id=
"activitybox"
type=
"checkbox"
>
Activity detection
</input>
<input
id=
"activitybox"
type=
"checkbox"
/>
<label
for=
"activitybox"
>
Activity detection
</label>
</form>
</fieldset>
<form
id=
"fileform"
>
<label
for=
"fileinput"
>
Play local file:
</label>
<input
type=
"file"
id=
"fileinput"
accept=
"audio/*,video/*"
multiple
></input
>
<label
for=
"fileinput"
class=
".sidenav-label-first"
>
Play local file:
</label>
<input
type=
"file"
id=
"fileinput"
accept=
"audio/*,video/*"
multiple
/
>
</form>
</div>
</div>
...
...
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