forked from echonest/GirlTalkInABox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
72 lines (55 loc) · 780 Bytes
/
styles.css
File metadata and controls
72 lines (55 loc) · 780 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
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
#tiles {
padding-left:20px;
}
#footer {
margin-top:60px;
}
#file {
margin-top:10px;
width:auto;
}
#select-track {
margin-top:20px;
margin-bottom:20px;
}
#numbers {
margin-left:30px;
width:300px;
height:20px;
}
#stats {
margin-left:30px;
}
#play {
width:80px;
}
#info-div {
width: 90%;
height:34px;
}
#info {
margin-left:10px;
height:20px;
margin-bottom:8px;
margin-right: 20px;
overflow:hidden;
}
#error {
margin-left:10px;
margin-bottom:8px;
margin-top: 10px;
font-size:22px;
height:60px;
margin-bottom:10px;
color:red;
}
.nval {
margin-right:20px;
width:60px;
}
#tweet-span {
position:relative;
top:2px;
margin-left:20px;
float:right;
}