]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/small.css.scss
Merge branch 'leaflet'
[rails.git] / app / assets / stylesheets / small.css.scss
1 /* Styles specific to a small screen, such as iPhone, Android, etc... */
2
3 /* Default rules for the body of every page */
4
5 body {
6   font-size: 12px;
7 }
8
9 h1 {
10   font-size: 14px;
11 }
12
13 /* Rules for the whole left sidebar, including the logo */
14
15 #left {
16   display: none;
17 }
18
19 /* Rules for tabbed navigation bar */
20
21 #top-bar {
22   left: 0;
23   margin: 0px;
24   height: 39px;
25   padding: 0;
26 }
27
28 #tabnav {
29   height: 14px;
30   margin: 0px;
31   padding-top: 5px;
32   margin-top: 20px;
33   font-size: 10px;
34   line-height: 10px;
35 }
36
37 #tabnav a, #tabnav a:link, #tabnav a:visited {
38   font-size: 10px;
39   line-height: 10px;
40   padding: 2px 5px;
41   margin-right: 1px;
42 }
43
44 /* Rules for the site name - shown when left sidebar is hidden */
45
46 #small-title {
47   font-size: 12px;
48   line-height: 14px;
49   height: 16px;
50   display: block;
51   position: absolute;
52   left: 5px;
53   top: 5px;
54   padding: 2px;
55   width: 110px; /* TODO: find better fix for overlap */
56   background-color: #fff;
57   z-index: 100;
58 }
59
60 #small-title img {
61   position: absolute;
62 }
63
64 #small-title h1 {
65   position: absolute;
66   left: 18px;
67   font-size: 12px;
68   margin: 0;
69 }
70
71 /* Rules for greeting bar in the top right corner */
72
73 #greeting {
74   position: absolute;
75   right: 5px;
76   top: 5px;
77   height: 14px;
78   font-size: 12px;
79   line-height: 12px;
80   white-space: nowrap;
81   background: none;
82 }
83
84 #full-greeting {
85   display: none;
86 }
87
88 #small-greeting {
89   display: inline;
90 }
91
92 /* Rules for OpenLayers maps */
93
94 #map {
95   border: 0;
96 }
97
98 .leaflet-control-pan, .leaflet-control-zoomslider {
99   display: none;
100 }
101
102 .site-index .leaflet-top,
103 .site-export .leaflet-top {
104   top: 8px !important;
105 }
106
107 /* Rules for the main content area */
108
109 #content {
110   margin-left: 0px;
111   margin-right: 0px;
112   border-left: 0px;
113   border-right: 0px;
114 }
115
116 .site-export #content,
117 .site-edit #content,
118 .site-index #content {
119   margin-top: 40px;
120 }
121
122 /* Rules for search sidebar when shown */
123
124 #sidebar {
125   border: 0px;
126   border-right: 1px solid #ccccdd;
127   margin: 0px;
128 }
129
130 .sidebar_title, #sidebar_content {
131   font-size: 10px !important;
132 }
133
134 p.search_results_entry {
135   padding: 2px 0px;
136 }
137
138 /* Rules for the signup form */
139
140 #signupForm input[type="text"], #signupForm input[type="password"] {
141   width: 100%;
142 }
143
144 #signupForm input#user_email {
145   max-width: 30em;
146 }
147
148 #signupForm input#user_email_confirmation {
149   max-width: 30em;
150 }
151
152 #signupForm input#user_display_name {
153   max-width: 20em;
154 }
155
156 #signupForm input#user_pass_crypt {
157   max-width: 20em;
158 }
159
160 #signupForm input#user_pass_crypt_confirmation {
161   max-width: 20em;
162 }
163
164 /* Rules for the login form */
165
166 #login_login input#user_email {
167   width: 100%;
168   max-width: 18em;
169 }
170
171 #login_login input#user_password {
172   width: 100%;
173   max-width: 18em;
174 }
175
176 #login_login input#openid_url {
177   width: 100%;
178   max-width: 18em;
179 }
180
181 #login_openid_buttons td {
182   padding-left: 2px;
183   padding-right: 2px;
184   padding-top: 2px;
185   padding-bottom: 2px;
186 }
187
188 /* Rules for the profile page */
189
190 .user_map {
191   width: 100% !important;
192   height: 300px !important;
193 }
194
195 /* Rules for the user settings page */
196
197 #user_new_email {
198   width: 60% !important;
199 }
200
201 #user_description, #user_preferred_editor {
202   width: 90% !important;
203 }
204
205 .minorNote {
206   display: block;
207 }
208
209 /* Rules for the browse pages */
210
211 #browse_navigation {
212   width: 100% !important;
213   margin-top: 0 !important;
214 }
215
216 #small_map, #browse_map {
217   width: 100% !important;
218 }
219
220 #changeset_list tr {
221   display: block;
222   clear: left;
223   width: 100%;
224 }
225
226 #changeset_list th {
227   display: none;
228 }
229
230 #changeset_list td {
231   display: block;
232   float: left;
233   padding-right: 10px;
234 }
235
236 #changeset_list td.comment, #changeset_list td.area {
237   width: 96%;
238   clear: left;
239 }
240
241 /* Rules for the diary entries pages */
242
243 #diary_entry_title, #diary_entry_body, #diary_entry_language_code, #diary_comment_body {
244   width: 100% !important;
245 }
246
247 #usemap {
248   display: block;
249 }
250
251 /* Rules for the messaging pages */
252
253 #message_title, #message_body {
254   width: 100% !important;
255 }