1 /* Styles specific to a small screen, such as iPhone, Android, etc... */
3 /* Default rules for the body of every page */
13 /* Rules for the whole left sidebar, including the logo */
19 /* Rules for tabbed navigation bar */
36 #tabnav a, #tabnav a:link, #tabnav a:visited {
43 /* Rules for the site name - shown when left sidebar is hidden */
53 width: 110px; /* TODO: find better fix for overlap */
54 background-color: #fff;
69 /* Rules for greeting bar in the top right corner */
89 /* Rules for OpenLayers maps */
95 .site-index .leaflet-top .leaflet-control,
96 .site-export .leaflet-top .leaflet-control {
97 margin-top: 10px !important;
100 /* Rules for the main content area */
109 .site-export #content,
111 .site-index #content {
115 /* Rules for search sidebar when shown */
119 border-right: 1px solid #ccccdd;
123 .sidebar_title, #sidebar_content {
124 font-size: 10px !important;
127 p.search_results_entry {
131 /* Rules for the signup form */
133 #signupForm input[type="text"], #signupForm input[type="password"] {
137 #signupForm input#user_email {
141 #signupForm input#user_email_confirmation {
145 #signupForm input#user_display_name {
149 #signupForm input#user_pass_crypt {
153 #signupForm input#user_pass_crypt_confirmation {
157 /* Rules for the login form */
159 #login_login input#user_email {
164 #login_login input#user_password {
169 #login_login input#openid_url {
174 #login_openid_buttons td {
181 /* Rules for the profile page */
184 width: 100% !important;
185 height: 300px !important;
188 /* Rules for the user settings page */
191 width: 60% !important;
194 #user_description, #user_preferred_editor {
195 width: 90% !important;
202 /* Rules for the browse pages */
205 width: 100% !important;
206 margin-top: 0 !important;
209 #small_map, #browse_map {
210 width: 100% !important;
229 #changeset_list td.comment, #changeset_list td.area {
234 /* Rules for the diary entries pages */
236 #diary_entry_title, #diary_entry_body, #diary_entry_language_code, #diary_comment_body {
237 width: 100% !important;
244 /* Rules for the messaging pages */
246 #message_title, #message_body {
247 width: 100% !important;