Selaa lähdekoodia

Change global font, unify fonts, colors and more

j8
yanas 8 vuotta sitten
vanhempi
commit
770b003163

+ 5
- 1
css/contact_list.css Näytä tiedosto

8
     text-align: left;
8
     text-align: left;
9
     padding: 7px 10px;
9
     padding: 7px 10px;
10
     margin: 2px;
10
     margin: 2px;
11
-    color: #00ccff;
11
+    color: #21B9FC;
12
     font-size: 11pt;
12
     font-size: 11pt;
13
     border-bottom: 1px solid #676767;
13
     border-bottom: 1px solid #676767;
14
 }
14
 }
15
 
15
 
16
+#contactlist>div.title>span {
17
+    margin-left: 5px;
18
+}
19
+
16
 #contactlist>ul#contacts {
20
 #contactlist>ul#contacts {
17
     position: absolute;
21
     position: absolute;
18
     top: 31px;
22
     top: 31px;

+ 12
- 0
css/font.css Näytä tiedosto

1
+@font-face {
2
+    font-family: 'open_sanslight';
3
+    src: url('../fonts/OpenSans-Light-webfont.eot');
4
+    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
5
+    url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
6
+    url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
7
+    url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
8
+    font-weight: normal;
9
+    font-style: normal;
10
+
11
+}
12
+
1
 @font-face {
13
 @font-face {
2
     font-family: 'jitsi';
14
     font-family: 'jitsi';
3
     src:url('../fonts/jitsi.eot?94d075');
15
     src:url('../fonts/jitsi.eot?94d075');

+ 2
- 2
css/jitsi_popover.css Näytä tiedosto

86
 
86
 
87
 .jitsipopover_blue
87
 .jitsipopover_blue
88
 {
88
 {
89
-    color: #06a5df;
89
+    color: #21B9FC;
90
 }
90
 }
91
 
91
 
92
 .jitsipopover_showmore
92
 .jitsipopover_showmore
93
 {
93
 {
94
-    background-color: #06a5df;
94
+    background-color: #21B9FC;
95
     color: #ffffff;
95
     color: #ffffff;
96
     cursor: pointer;
96
     cursor: pointer;
97
     border-radius: 3px;
97
     border-radius: 3px;

+ 1
- 1
css/login_menu.css Näytä tiedosto

1
 /*Initialize*/
1
 /*Initialize*/
2
 ul.loginmenu {
2
 ul.loginmenu {
3
-    font-family:'Helvetica Neue', Helvetica, sans-serif;
3
+    font-family: inherit;
4
     display:none;
4
     display:none;
5
     position: absolute;
5
     position: absolute;
6
     margin: 0;
6
     margin: 0;

+ 24
- 22
css/main.css Näytä tiedosto

7
     margin:0px;
7
     margin:0px;
8
     height:100%;
8
     height:100%;
9
     color: #424242;
9
     color: #424242;
10
-    font-family:'Helvetica Neue', Helvetica, sans-serif;
10
+    font-size: 14px;
11
     font-weight: 400;
11
     font-weight: 400;
12
     background: #000000;
12
     background: #000000;
13
     overflow: hidden;
13
     overflow: hidden;
14
 }
14
 }
15
 
15
 
16
+html, body, input, textarea, keygen, select, button {
17
+    font-family:    'open_sanslight',
18
+                    'Helvetica Neue',
19
+                    Helvetica,
20
+                    sans-serif !important;
21
+}
22
+
16
 .right-panel {
23
 .right-panel {
17
     display:none;
24
     display:none;
18
     position:absolute;
25
     position:absolute;
58
     text-align: center;
65
     text-align: center;
59
     text-shadow: 0 1px 0 rgba(255,255,255,.3), 0 -1px 0 rgba(0,0,0,.6);
66
     text-shadow: 0 1px 0 rgba(255,255,255,.3), 0 -1px 0 rgba(0,0,0,.6);
60
     z-index: 1;
67
     z-index: 1;
61
-    font-size: 1.22em !important;
68
+    font-size: 1.44em !important;
62
     vertical-align: middle;
69
     vertical-align: middle;
63
 }
70
 }
64
 
71
 
82
 }
89
 }
83
 /*#ffde00*/
90
 /*#ffde00*/
84
 #toolbar_button_chat.active, #contactListButton.glowing, #chatBottomButton.glowing {
91
 #toolbar_button_chat.active, #contactListButton.glowing, #chatBottomButton.glowing {
85
-    -webkit-text-shadow:    -1px 0 10px #00ccff,
86
-                            0 1px 10px #00ccff,
87
-                            1px 0 10px #00ccff,
88
-                            0 -1px 10px #00ccff;
89
-    -moz-text-shadow:   1px 0 10px #00ccff,
90
-                        0 1px 10px #00ccff,
91
-                        1px 0 10px #00ccff,
92
-                        0 -1px 10px #00ccff;
93
-    text-shadow:    -1px 0 10px #00ccff,
94
-                    0 1px 10px #00ccff,
95
-                    1px 0 10px #00ccff,
96
-                    0 -1px 10px #00ccff;
92
+    -webkit-text-shadow:    -1px 0 10px #21B9FC,
93
+                            0 1px 10px #21B9FC,
94
+                            1px 0 10px #21B9FC,
95
+                            0 -1px 10px #21B9FC;
96
+    -moz-text-shadow:   1px 0 10px #21B9FC,
97
+                        0 1px 10px #21B9FC,
98
+                        1px 0 10px #21B9FC,
99
+                        0 -1px 10px #21B9FC;
100
+    text-shadow:    -1px 0 10px #21B9FC,
101
+                    0 1px 10px #21B9FC,
102
+                    1px 0 10px #21B9FC,
103
+                    0 -1px 10px #21B9FC;
97
 }
104
 }
98
 
105
 
99
 #toolbar_button_hangup {
106
 #toolbar_button_hangup {
116
 }
123
 }
117
 
124
 
118
 #contactListButton.active #numberOfParticipants {
125
 #contactListButton.active #numberOfParticipants {
119
-    color: #00ccff;
126
+    color: #21B9FC;
120
 }
127
 }
121
 
128
 
122
 #toolbar {
129
 #toolbar {
365
 }
372
 }
366
 
373
 
367
 .connected {
374
 .connected {
368
-    color: forestgreen;
369
-    font-size: 12px;
370
-}
371
-
372
-.disconnected {
373
-    color: darkred;
375
+    color: #21B9FC;
374
     font-size: 12px;
376
     font-size: 12px;
375
 }
377
 }
376
 
378
 
377
-.lastN {
379
+.lastN, .disconnected {
378
     color: #a3a3a3;
380
     color: #a3a3a3;
379
     font-size: 12px;
381
     font-size: 12px;
380
 }
382
 }

+ 3
- 3
css/overlay.css Näytä tiedosto

6
     width: 100%;
6
     width: 100%;
7
     height: 100%;
7
     height: 100%;
8
     z-index: 1013;
8
     z-index: 1013;
9
-    background: #000000; /* Old browsers */
9
+    background: #21B9FC; /* Old browsers */
10
     opacity: 0.75;
10
     opacity: 0.75;
11
     display: block;
11
     display: block;
12
 }
12
 }
13
 
13
 
14
 .overlay_transparent {
14
 .overlay_transparent {
15
-    background: none;
15
+    background: rgba(22, 185, 252, .9);
16
 }
16
 }
17
 
17
 
18
 .overlay_container {
18
 .overlay_container {
50
     position: relative;
50
     position: relative;
51
     width: 400px;
51
     width: 400px;
52
     z-index: 1013;
52
     z-index: 1013;
53
-    margin-top: 20px;
53
+    margin-top: 50px;
54
     float: left;
54
     float: left;
55
 }
55
 }
56
 
56
 

+ 13
- 5
css/settingsmenu.css Näytä tiedosto

1
 #settingsmenu {
1
 #settingsmenu {
2
     display: none;
2
     display: none;
3
     background: black;
3
     background: black;
4
-    color: #00ccff;
4
+    color: #21B9FC;
5
     overflow-y: auto;
5
     overflow-y: auto;
6
 }
6
 }
7
 
7
 
16
     color: #a7a7a7;
16
     color: #a7a7a7;
17
 }
17
 }
18
 
18
 
19
+#settingsmenu>div.title {
20
+    text-align: left;
21
+    padding: 7px 10px;
22
+    margin: 2px;
23
+    font-size: 11pt;
24
+    border-bottom: 1px solid #676767;
25
+}
26
+
27
+#settingsmenu>div.title>span {
28
+    margin-left: 5px;
29
+}
30
+
19
 #settingsmenu .arrow-up {
31
 #settingsmenu .arrow-up {
20
     width: 0;
32
     width: 0;
21
     height: 0;
33
     height: 0;
35
     position: relative;
47
     position: relative;
36
 }
48
 }
37
 
49
 
38
-#settingsmenu .icon-settings {
39
-    padding: 34px;
40
-}
41
-
42
 #languages_selectbox {
50
 #languages_selectbox {
43
     height: 40px;
51
     height: 40px;
44
     cursor: pointer;
52
     cursor: pointer;

+ 13
- 17
css/toastr.css Näytä tiedosto

95
 }
95
 }
96
 #toast-container > div {
96
 #toast-container > div {
97
   margin: 0 0 6px;
97
   margin: 0 0 6px;
98
-  padding: 15px 15px 15px 50px;
98
+  padding: 15px 15px 15px 15px;
99
   width: 300px;
99
   width: 300px;
100
   -moz-border-radius: 3px 3px 3px 3px;
100
   -moz-border-radius: 3px 3px 3px 3px;
101
   -webkit-border-radius: 3px 3px 3px 3px;
101
   -webkit-border-radius: 3px 3px 3px 3px;
119
   filter: alpha(opacity=100);
119
   filter: alpha(opacity=100);
120
   cursor: pointer;
120
   cursor: pointer;
121
 }
121
 }
122
-#toast-container > .toast-info {
123
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
124
-}
125
-#toast-container > .toast-error {
126
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
127
-}
128
-#toast-container > .toast-success {
129
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
130
-}
131
-#toast-container > .toast-warning {
132
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
122
+#toast-container .toast-info,
123
+#toast-container .toast-success,
124
+#toast-container .toast-error,
125
+#toast-container .toast-warning
126
+{
127
+  padding: 10px 10px 10px 10px !important;
133
 }
128
 }
129
+
134
 #toast-container.toast-top-full-width > div,
130
 #toast-container.toast-top-full-width > div,
135
 #toast-container.toast-bottom-full-width > div {
131
 #toast-container.toast-bottom-full-width > div {
136
-  width: 96%;
132
+  width: 100%;
137
   margin: auto;
133
   margin: auto;
138
 }
134
 }
139
 .toast {
135
 .toast {
154
 /*Responsive Design*/
150
 /*Responsive Design*/
155
 @media all and (max-width: 240px) {
151
 @media all and (max-width: 240px) {
156
   #toast-container > div {
152
   #toast-container > div {
157
-    padding: 8px 8px 8px 50px;
153
+    padding: 8px 8px 8px 8px;
158
     width: 11em;
154
     width: 11em;
159
   }
155
   }
160
   #toast-container .toast-close-button {
156
   #toast-container .toast-close-button {
164
 }
160
 }
165
 @media all and (min-width: 241px) and (max-width: 480px) {
161
 @media all and (min-width: 241px) and (max-width: 480px) {
166
   #toast-container > div {
162
   #toast-container > div {
167
-    padding: 8px 8px 8px 50px;
163
+    padding: 8px 8px 8px 8px;
168
     width: 18em;
164
     width: 18em;
169
   }
165
   }
170
   #toast-container .toast-close-button {
166
   #toast-container .toast-close-button {
174
 }
170
 }
175
 @media all and (min-width: 481px) and (max-width: 768px) {
171
 @media all and (min-width: 481px) and (max-width: 768px) {
176
   #toast-container > div {
172
   #toast-container > div {
177
-    padding: 15px 15px 15px 50px;
173
+    padding: 15px 15px 15px 15px;
178
     width: 25em;
174
     width: 25em;
179
   }
175
   }
180
-}
176
+}

+ 1
- 1
css/unsupported_browser.css Näytä tiedosto

3
     height:100%;
3
     height:100%;
4
     background-color: white;
4
     background-color: white;
5
     color: #424242;
5
     color: #424242;
6
-    font-family:Helvetica,'YanoneKaffeesatzLight',Verdana,Tahoma,Arial;
6
+    font-family: 'open_sanslight', 'Helvetica Neue', Helvetica, sans-serif;
7
     font-size: 28px;
7
     font-size: 28px;
8
     margin:0;
8
     margin:0;
9
     padding:0;
9
     padding:0;

+ 1
- 1
css/videolayout_default.css Näytä tiedosto

318
     z-index: 3;
318
     z-index: 3;
319
     text-align: center;
319
     text-align: center;
320
     border-radius: 50%;
320
     border-radius: 50%;
321
-    background: #0cf;
321
+    background: #21B9FC;
322
     margin: 5px;
322
     margin: 5px;
323
     display: inline-block;
323
     display: inline-block;
324
     position: absolute;
324
     position: absolute;

+ 5
- 11
css/welcome_page.css Näytä tiedosto

21
     -moz-user-select: none;
21
     -moz-user-select: none;
22
     background-repeat: no-repeat;
22
     background-repeat: no-repeat;
23
     font-weight: 500;
23
     font-weight: 500;
24
-    font-family: Helvetica;
25
     font-size: 16px;
24
     font-size: 16px;
26
     color: #acacac;
25
     color: #acacac;
27
     z-index: 2;
26
     z-index: 2;
35
     -moz-user-select: none;
34
     -moz-user-select: none;
36
     background-repeat: no-repeat;
35
     background-repeat: no-repeat;
37
     font-weight: 500;
36
     font-weight: 500;
38
-    font-family: Helvetica;
39
     font-size: 16px;
37
     font-size: 16px;
40
     color: #acacac;
38
     color: #acacac;
41
     z-index: 2;
39
     z-index: 2;
56
 #domain_name
54
 #domain_name
57
 {
55
 {
58
     float: left;
56
     float: left;
59
-    padding: 20px 0px 10px 20px;
57
+    height: 55px;
58
+    line-height: 55px;
60
     font-size: 18px;
59
     font-size: 18px;
61
     font-weight: 500;
60
     font-weight: 500;
62
-    font-family: Helvetica;
61
+    padding-left: 20px;
63
 }
62
 }
64
 
63
 
65
 #enter_room_field {
64
 #enter_room_field {
66
     font-size: 15px;
65
     font-size: 15px;
67
-    padding: 15px 0px 10px 10px;
68
     border: none;
66
     border: none;
69
     -webkit-appearance: none;
67
     -webkit-appearance: none;
70
     width: 228px;
68
     width: 228px;
71
     height: 55px;
69
     height: 55px;
70
+    line-height: 55px;
72
     font-weight: 500;
71
     font-weight: 500;
73
-    font-family: Helvetica;
74
     box-shadow: none;
72
     box-shadow: none;
75
     float: left;
73
     float: left;
76
     background-color: #FFFFFF;
74
     background-color: #FFFFFF;
81
 #enter_room_button {
79
 #enter_room_button {
82
     width: 73px;
80
     width: 73px;
83
     height: 45px;
81
     height: 45px;
84
-    background-color: #16a8fe;
82
+    background-color: #21B9FC;
85
     moz-border-radius: 1px;
83
     moz-border-radius: 1px;
86
     -webkit-border-radius: 1px;
84
     -webkit-border-radius: 1px;
87
     color: #ffffff;
85
     color: #ffffff;
89
     border: none;
87
     border: none;
90
     margin-top: 5px;
88
     margin-top: 5px;
91
     font-size: 19px;
89
     font-size: 19px;
92
-    font-family: Helvetica;
93
     padding-top: 6px;
90
     padding-top: 6px;
94
     outline: none;
91
     outline: none;
95
     float:left;
92
     float:left;
136
     width: 885px;
133
     width: 885px;
137
     height: 100px;
134
     height: 100px;
138
     color: #ffffff;
135
     color: #ffffff;
139
-    font-family: Helvetica;
140
     font-size: 24px;
136
     font-size: 24px;
141
     text-align: center;
137
     text-align: center;
142
     margin: 0px auto 0px auto;
138
     margin: 0px auto 0px auto;
171
     background-repeat: no-repeat;
167
     background-repeat: no-repeat;
172
     width: 169px;
168
     width: 169px;
173
     height: 169px;
169
     height: 169px;
174
-    font-family: Helvetica;
175
     color: #ffffff;
170
     color: #ffffff;
176
     font-size: 22px;
171
     font-size: 22px;
177
     /*font-weight: bold;*/
172
     /*font-weight: bold;*/
183
 .feature_description
178
 .feature_description
184
 {
179
 {
185
     width: 190px;
180
     width: 190px;
186
-    font-family: Helvetica;
187
     color: #ffffff;
181
     color: #ffffff;
188
     font-size: 16px;
182
     font-size: 16px;
189
     padding-top: 30px;
183
     padding-top: 30px;

BIN
fonts/OpenSans-Light-webfont.eot Näytä tiedosto


+ 1831
- 0
fonts/OpenSans-Light-webfont.svg
File diff suppressed because it is too large
Näytä tiedosto


BIN
fonts/OpenSans-Light-webfont.ttf Näytä tiedosto


BIN
fonts/OpenSans-Light-webfont.woff Näytä tiedosto


+ 6
- 2
index.html Näytä tiedosto

231
         </div>
231
         </div>
232
         <div id="contactlist" class="right-panel" style="display:none;">
232
         <div id="contactlist" class="right-panel" style="display:none;">
233
             <div class="title">
233
             <div class="title">
234
-                <i class="icon-contactList"><span data-i18n="contactlist"></span></i>
234
+                <i class="icon-contactList"></i>
235
+                <span data-i18n="contactlist"></span>
235
             </div>
236
             </div>
236
             <ul id="contacts"></ul>
237
             <ul id="contacts"></ul>
237
         </div>
238
         </div>
238
         <div id="settingsmenu" class="right-panel" style="display:none;">
239
         <div id="settingsmenu" class="right-panel" style="display:none;">
239
-            <div class="icon-settings" data-i18n="settings.title"></div>
240
+            <div class="title">
241
+                <i class="icon-settings"></i>
242
+                <span data-i18n="settings.title"></span>
243
+            </div>
240
             <img id="avatar" src="images/avatar2.png"/>
244
             <img id="avatar" src="images/avatar2.png"/>
241
             <div class="arrow-up"></div>
245
             <div class="arrow-up"></div>
242
             <input type="text" id="setDisplayName" data-i18n="[placeholder]settings.name" placeholder="Name">
246
             <input type="text" id="setDisplayName" data-i18n="[placeholder]settings.name" placeholder="Name">

+ 7
- 7
lang/main.json Näytä tiedosto

13
     "defaultLink": "e.g. __url__",
13
     "defaultLink": "e.g. __url__",
14
     "calling": "Calling __name__ ...",
14
     "calling": "Calling __name__ ...",
15
     "userMedia": {
15
     "userMedia": {
16
-      "react-nativeGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Allow</i> button",
17
-      "chromeGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Allow</i> button",
18
-      "androidGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Allow</i> button",
19
-      "firefoxGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Share Selected Device</i> button",
20
-      "operaGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>Allow</i> button",
21
-      "iexplorerGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>OK</i> button",
22
-      "safariGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <i>OK</i> button",
16
+      "react-nativeGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Allow</i></b> button",
17
+      "chromeGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Allow</i></b> button",
18
+      "androidGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Allow</i></b> button",
19
+      "firefoxGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Share Selected Device</i></b> button",
20
+      "operaGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>Allow</i></b> button",
21
+      "iexplorerGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>OK</i></b> button",
22
+      "safariGrantPermissions": "Please grant permissions to use your camera and microphone by pressing <b><i>OK</i></b> button",
23
       "nwjsGrantPermissions": "Please grant permissions to use your camera and microphone"
23
       "nwjsGrantPermissions": "Please grant permissions to use your camera and microphone"
24
     },
24
     },
25
     "keyboardShortcuts": {
25
     "keyboardShortcuts": {

Loading…
Peruuta
Tallenna