forked from puhnastiy/PhoneJS-KitchenSink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
65 lines (60 loc) · 1.54 KB
/
app.css
File metadata and controls
65 lines (60 loc) · 1.54 KB
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
html,
body,
#view-port {
height: 100%;
}
body {
margin: 0;
padding: 0;
}
.dx-theme-win8 .layout-content {
background: #1D1D1D;
}
.dx-theme-win8.dx-device-phone .dx-toolbar .dx-toolbar-label {
font-size: 20pt;
padding-top: 5px;
}
.dx-theme-win8 .dx-toolbar {
height: 45px;
opacity: 1;
}
.dx-theme-win8 .slideout-layout .layout-header {
height: 45px;
}
.dx-theme-win8 .slideout-layout .layout-content {
top: 45px;
}
.dx-theme-win8 .dx-toolbar .dx-toolbar-item.dx-toolbar-button {
padding: 0 9px;
}
.dx-theme-win8 .dx-toolbar .dx-button.dx-button-back .dx-button-back-arrow {
width: 20px;
height: 20px;
}
.dx-theme-win8 .dx-button .dx-icon {
width: 20px;
height: 20px;
}
.dx-theme-tizen .layout-frame {
border-left: 1px solid #393D3F;
margin-left: -1px;
}
.dx-theme-android .dx-fieldset .dx-field .dx-field-value {
text-align: right;
}
@media (orientation:portrait) {
.dx-theme-ios.dx-version-major-7 .dx-field-value.radio-buttons {
height: 120px;
}
.dx-theme-ios.dx-version-major-7 .dx-field-value.radio-buttons .dx-radio-group {
top: 23px;
}
.dx-theme-ios.dx-version-major-5 .dx-field-value.radio-buttons,
.dx-theme-ios.dx-version-major-6 .dx-field-value.radio-buttons {
height: 68px;
}
.dx-theme-ios.dx-version-major-5 .dx-field-value.radio-buttons .dx-radio-group,
.dx-theme-ios.dx-version-major-6 .dx-field-value.radio-buttons .dx-radio-group {
top: 26px;
}
}