forked from webrtc/samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
43 lines (43 loc) · 773 Bytes
/
main.css
File metadata and controls
43 lines (43 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*
* Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree.
*/
button {
margin: 0 1em 1em 0;
width: 90px;
}
div#buttons {
margin: 0 0 1em 0;
}
div#send {
margin: 0 20px 1em 0;
}
div#sendReceive {
border-bottom: 1px solid #eee;
margin: 0;
padding: 0 0 10px 0;
}
div#sendReceive > div {
display: inline-block;
width: calc(50% - 20px);
}
form {
margin: 0 0 1em 0;
white-space: nowrap;
}
form span {
font-weight: 300;
margin: 0 1em 0 0;
white-space: normal;
}
textarea {
color: #444;
font-size: 0.9em;
font-weight: 300;
height: 7.0em;
padding: 5px;
width: calc(100% - 10px);
}