Changes start muted labels.
This commit is contained in:
parent
8a4c341512
commit
7f616fc823
|
@ -63,5 +63,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.startMutedLabel {
|
.startMutedLabel {
|
||||||
|
width: 94%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
<link rel="stylesheet" href="css/contact_list.css?v=4">
|
<link rel="stylesheet" href="css/contact_list.css?v=4">
|
||||||
<link rel="stylesheet" href="css/chat.css?v=5">
|
<link rel="stylesheet" href="css/chat.css?v=5">
|
||||||
<link rel="stylesheet" href="css/welcome_page.css?v=2">
|
<link rel="stylesheet" href="css/welcome_page.css?v=2">
|
||||||
<link rel="stylesheet" href="css/settingsmenu.css?v=1">
|
<link rel="stylesheet" href="css/settingsmenu.css?v=2">
|
||||||
<!--
|
<!--
|
||||||
Link used for inline installation of chrome desktop streaming extension,
|
Link used for inline installation of chrome desktop streaming extension,
|
||||||
is updated automatically from the code with the value defined in config.js -->
|
is updated automatically from the code with the value defined in config.js -->
|
||||||
|
|
|
@ -82,8 +82,8 @@
|
||||||
"title": "SETTINGS",
|
"title": "SETTINGS",
|
||||||
"update": "Update",
|
"update": "Update",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"startAudioMuted": "everyone join audio muted",
|
"startAudioMuted": "start without audio",
|
||||||
"startVideoMuted": "everyone join video muted"
|
"startVideoMuted": "start without video"
|
||||||
},
|
},
|
||||||
"videothumbnail":
|
"videothumbnail":
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue