forked from jRoq/ingress-intel-total-conversion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
smartphone.css
110 lines (85 loc) · 1.36 KB
/
smartphone.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
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
body {
background: #000;
color: #fff;
}
#sidebar, #updatestatus, #chatcontrols, #chat, #chatinput {
background: #0B3351 !important
}
.leaflet-control-layers {
margin-left: 0 !important;
margin-top: 40px !important;
}
#chatcontrols {
height: 38px;
}
/* hide shrink button */
#chatcontrols a:first-child {
display: none;
}
#chatcontrols a {
width: 50px;
height:36px;
overflow: hidden;
vertical-align: middle;
line-height: 36px;
text-decoration: none;
}
#chat {
left:0;
right:0;
top:37px !important;
bottom:30px;
width: auto;
}
#chatinput {
width: 100%;
height: 30px;
}
#chat td:nth-child(2), #chatinput td:nth-child(2) {
width: 77px;
}
#sidebartoggle {
display: none !important;
}
#scrollwrapper {
top: 36px;
bottom: 0;
max-height: none !important;
width: 100% !important;
right: 0;
left:0;
}
#sidebar {
width: 100% !important;
min-height: 100%;
border:0;
}
#sidebar > * {
width: 100%;
}
#playerstat {
margin-top: 5px;
}
#portaldetails {
min-height: 0;
}
.fullimg {
width: 100%;
}
.leaflet-control-layers-base {
float: left;
}
.leaflet-control-layers-overlays {
float: left;
margin-left: 8px;
border-left: 1px solid #DDDDDD;
padding-left: 8px;
}
.leaflet-control-layers-separator {
display: none;
}
.leaflet-control-layers-list label {
padding: 6px 0;
}
.leaflet-control-attribution {
}