-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathexample.css
53 lines (40 loc) · 855 Bytes
/
example.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
* {
font-family: Arial, sans-serif;
}
#piechart-controls {
text-align: center;
}
#piechart-instructions {
display: inline-block;
width: 600px;
}
table {
border-collapse: collapse;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
display: inline-block;
}
td, th {
border: 1px solid lightgray;
padding: 10px;
margin: 0;
}
.adjust-button {
width: 20px;
height: 20px;
font-size: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
border: 1px solid grey;
border-radius: 5px;
margin: 1px;
}
var {
width: 40px;
display: inline-block;
}