-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstylesheet.css
79 lines (62 loc) · 995 Bytes
/
stylesheet.css
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
/**
* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
body, td {
font-family: Helvetica Narrow, sans-serif;
font-size: 11px;
}
h1, h2, h3 {
margin: 6px 0px 3px 0px;
}
a {
text-decoration: none;
}
pre {
background-color: #eee;
margin-right: 20px;
}
a:hover {
text-decoration:underline;
}
textarea {
font-size: 11px;
font-family: monospace, Courier;
border: 1px solid #ccc;
}
button {
font-size: 11px;
margin-left: 0px;
}
input[type=text] {
border:1px solid #ccc;
}
input[type=checkbox] {
position: relative;
top: 2px;
}
.video-area {
background: #eee;
border:1px solid #aaa;
}
.inline-contents {
display: inline;
}
#getusermedia-input {
width: 100%;
}
#getusermedia-constraints {
width: 40%;
}
#wrapper {
margin: 0px auto;
padding: 5px;
}
#container {
overflow: auto;
width: 100%;
}
#left {
float: left;
}