-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
78 lines (64 loc) · 860 Bytes
/
index.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
html,
body,
#view-port
{
height: 100%;
}
body
{
margin: 0;
padding: 0;
}
.dx-viewport.dx-theme-ios7 {
background-color: #EFEFF4;
}
.empty-layout
{
height: 100%;
}
.round-buttons
{
margin: 4px 8px 8px;
text-align: center;
}
.round-buttons .dx-button
{
width: 45%;
}
.dx-theme-ios .slider-container
{
line-height: 28px;
}
.dx-viewport.dx-theme-ios-typography .dx-fieldset
{
margin-bottom: 10px;
margin-top: 10px;
}
.dx-theme-android .slider-container
{
line-height: 22px;
padding-bottom: 0;
}
.slider-title
{
float: left;
width: 80px;
}
.slider-body
{
position: absolute;
left: 85px;
right: 65px;
}
.slider-value
{
float: right;
width: 55px;
text-align: center;
}
#results .dx-field-label,
#results .dx-field-value
{
width: 50%;
float: left;
}