Skip to content

Commit 1e28d18

Browse files
"Added sample: javascript/upload_video.css"
1 parent 213c762 commit 1e28d18

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

javascript/upload_video.css

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
#channel-image {
2+
width: 2em;
3+
height: 2em;
4+
vertical-align: middle;
5+
}
6+
7+
#channel-name {
8+
margin-left: 0.2em;
9+
margin-right: 0.2em;
10+
}
11+
12+
#disclaimer {
13+
font-size: 0.75em;
14+
color: #aeaeae;
15+
max-width: 350px;
16+
}
17+
18+
body {
19+
font-family: "Open Sans", sans-serif;
20+
font-size: 1.5em;
21+
}
22+
23+
.post-sign-in {
24+
display: none;
25+
}
26+
27+
.during-upload {
28+
display: none;
29+
}
30+
31+
.post-upload {
32+
display: none;
33+
}
34+
35+
label {
36+
display: block;
37+
}
38+
39+
input[type="text"], textarea, progress {
40+
font-size: 0.75em;
41+
width: 15em;
42+
margin-bottom: 1em;
43+
padding: 0.5em;
44+
font-family: "Open Sans", sans-serif;
45+
}
46+
47+
textarea {
48+
height: 7em;
49+
}

0 commit comments

Comments
 (0)