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 */
129 #loginForm input#user_email {
134 #loginForm input#user_password {
139 /* Rules for the profile page */
142 width: 100% !important;
143 height: 300px !important;
146 /* Rules for the user settings page */
149 width: 60% !important;
152 #user_description, #user_preferred_editor {
153 width: 90% !important;
160 /* Rules for the browse pages */
163 width: 100% !important;
164 margin-top: 0 !important;
167 #small_map, #browse_map {
168 width: 100% !important;
187 #changeset_list td.comment, #changeset_list td.area {
192 /* Rules for the diary entries pages */
194 #diary_entry_title, #diary_entry_body, #diary_entry_language_code, #diary_comment_body {
195 width: 100% !important;
202 /* Rules for the messaging pages */
204 #message_title, #message_body {
205 width: 100% !important;