aboutsummaryrefslogtreecommitdiffstats
path: root/phonegap/www/css/mobile.css
blob: 1aa2cdeae1c87c0cb9a90ce0c03897e013bb7c8f (plain)
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
/* stop scrolling on iphone */
#container {
    width: 100%;
    height: 100%;
}

#container .container {
    padding-bottom: 0;
}

.mobile-nav-banner {
    background: black;
}

.mobile-info {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 20px;
    text-align: right;
    z-index: 1;
}

.mobile-info a {
  cursor: pointer;
  font-size: 0.875em;
  font-family: Helmet, Freesans, sans-serif;
  font-weight: bold;
  line-height: 1.375em;
  padding: 0.7em 0.5em 0.5em 0.5em;
  margin: 0;
  width: auto;
  height: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background: #333333;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #1a1a1a));
  background: -webkit-linear-gradient(#333333, #1a1a1a);
  background: -moz-linear-gradient(#333333, #1a1a1a);
  background: -o-linear-gradient(#333333, #1a1a1a);
  background: -ms-linear-gradient(#333333, #1a1a1a);
  background: linear-gradient(#333333, #1a1a1a);
  border: 1px solid #1a1a1a;
  color: white;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1;
  padding: 0.5em 0.75em;
  position: absolute;
  right: 0.3em;
  bottom: 0.3em;
}

.mobile-map-banner {
    position: fixed;
}

.mobile-header {
    margin-top: 35px;
}

.mobile-header #site-logo {
    margin-top: 35px;
}


#front-howto h2 {
    margin-top: 0.8em;
}

ol.big-numbers > li {
    margin-bottom: 0.8em;
}

#multiple {
    margin: auto;
    margin-bottom: 1em;
}

#multiple li {
    list-style: none;
    margin: auto;
}