my_wev8.css
2.19 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
label.error {
color: red;
font-size: 16px;
font-weight: normal;
line-height: 1.4;
margin-top: 0.5em;
width: 100%;
float: none;
}
div.error {
color: red;
font-size: 16px;
font-weight: normal;
line-height: 1.4;
margin-top: 0.5em;
width: 100%;
float: none;
}
@media screen and (orientation: portrait) {
label.error {
margin-left: 0;
display: block;
}
}
@media screen and (orientation: landscape) {
label.error {
display: inline-block;
margin-left: 22%;
}
}
em {
color: red;
font-weight: bold;
padding-right: .25em;
}
.text-align-center {
text-align: center;
}
.text-align-right {
text-align: right;
}
.text-align-left {
text-align: left;
}
/** CSS for non-standard jQuery Mobile styles or Codiqa components **/
.split-wrapper {
width: 100%;
min-height: 200px;
clear: both;
}
@media all and (min-width: 650px) {
.content-secondary {
text-align: left;
float: left;
width: 45%;
background: none;
padding: 1.5em 6% 3em 0;
margin: 0;
}
.content-secondary {
background: none;
border-top: none;
}
.content-primary {
width: 45%;
float: right;
margin-right: 1%;
padding-right: 1%;
}
.content-primary ul:first-child {
margin-top: 0;
}
.content-secondary ul.ui-listview,.content-secondary ul.ui-listview-inset
{
margin: 0;
}
.content-secondary ul.ui-listview .ui-li-divider,.content-secondary ul.ui-listview .ui-li
{
border-radius: 0px;
}
.content-secondary ul.ui-listview .ui-li {
border-left: 0;
border-right: 0;
}
.content-secondary h2 {
position: absolute;
left: -9999px;
}
.content-secondary .ui-li-divider {
padding-top: 1em;
padding-bottom: 1em;
}
.content-secondary {
margin: 0;
padding: 0;
}
}
@media all and (min-width: 750px) {
.content-secondary {
width: 34%;
}
.content-primary {
width: 60%;
padding-right: 1%;
}
.content-secondary ul.ui-listview-inset {
}
@media all and (min-width: 1200px) {
.content-secondary {
width: 30%;
padding-right: 6%;
margin: 0px 0 20px 5%;
}
.content-secondary ul {
margin: 0;
}
.content-secondary {
margin: 0;
padding: 0;
}
.content-primary {
width: 50%;
margin-right: 5%;
padding-right: 3%;
}
.content-primary {
width: 60%;
}
}
}