-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcellwxstyle.css
More file actions
61 lines (54 loc) · 923 Bytes
/
Copy pathcellwxstyle.css
File metadata and controls
61 lines (54 loc) · 923 Bytes
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
#container{
float: right;
width: calc(100% - 256px);
}
#container2{
float: right;
width: calc(100% - 256px);
}
#listdiv{
float: left;
}
#map{
float: right;
width: calc(100% - 270px);
height: 825px
}
.label{
padding: 1px 1px 1px;
}
@media only screen and (min-width: 60em){
#leftpanel{
display: none;
}
#panelbutton{
display: none;
}
}
@media only screen and (max-width: 60em){
#listdiv{
display: none;
}
#container{
float: right;
min-width: 100%;
}
#container2{
float: right;
width: 100%;
}
#map{
float: right;
width: 100%;
height: 550px;
}
}
#index :not(INPUT):not(TEXTAREA) {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
}
.ui-page-theme-a .ui-btn {
background: rgba(0,0,0,0);
}