-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (51 loc) · 891 Bytes
/
style.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
body {
font: 14px helvetica neue, helvetica, arial, sans-serif;
}
#cy {
height: 500px;
width: 500px;
border: 2px solid;
}
#reactionDiv {
/*
height: 500px;
width: 800px;
*/
width: 30%;
border: 2px solid;
}
#toggle-view {
word-wrap: break-word;
list-style:none;
font-family:arial;
font-size:13px;
margin:0;
padding:0;
/*
width:300px;
*/
}
#toggle-view li.bar {
margin:10px;
border-bottom:1px solid #ccc;
position:relative;
cursor:pointer;
}
#toggle-view h3 {
margin:0;
font-size:14px;
}
#toggle-view span {
position:absolute;
right:5px; top:0;
/*
color:#ccc;
*/
font-size:13px;
}
#toggle-view .panel {
margin:5px 0;
/*
display:none;
*/
}