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 */
28 background: url('../images/tab_bottom.gif') repeat-x bottom;
33 #tabnav a, #tabnav a:link, #tabnav a:visited
41 /* Rules for the site name - shown when left sidebar is hidden */
51 width: 110px; /* TODO: find better fix for overlap */
52 background-color: #fff;
67 /* Rules for greeting bar in the top right corner */
88 /* Rules for OpenLayers maps */
90 .olControlPanZoomBar {
94 /* Rules for the main content area */
101 /* Rules for the signup form */
103 #signupForm input[type="text"], #signupForm input[type="password"] {
107 #signupForm input#user_email {
111 #signupForm input#user_email_confirmation {
115 #signupForm input#user_display_name {
119 #signupForm input#user_pass_crypt {
123 #signupForm input#user_pass_crypt_confirmation {
127 /* Rules for the login form */
133 .loginBox input#user_email {
138 .loginBox input#user_password {
143 .loginBox input#user_openid_url {
148 /* Rules for the profile page */
151 width: 100% !important;
152 height: 300px !important;
155 /* Rules for the user settings page */
158 width: 60% !important;
161 #user_description, #user_preferred_editor {
162 width: 90% !important;
169 /* Rules for the browse pages */
172 width: 100% !important;
173 margin-top: 0 !important;
176 #small_map, #browse_map {
177 width: 100% !important;
196 #changeset_list td.comment, #changeset_list td.area {
201 /* Rules for the diary entries pages */
203 #diary_entry_title, #diary_entry_body, #diary_entry_language_code, #diary_comment_body {
204 width: 100% !important;
211 /* Rules for the messaging pages */
213 #message_title, #message_body {
214 width: 100% !important;