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 #login_openid_buttons_wide {
143 /* Rules for the profile page */
146 width: 100% !important;
147 height: 300px !important;
150 /* Rules for the user settings page */
153 width: 60% !important;
156 #user_description, #user_preferred_editor {
157 width: 90% !important;
164 /* Rules for the browse pages */
167 width: 100% !important;
168 margin-top: 0 !important;
171 #small_map, #browse_map {
172 width: 100% !important;
191 #changeset_list td.comment, #changeset_list td.area {
196 /* Rules for the diary entries pages */
198 #diary_entry_title, #diary_entry_body, #diary_entry_language_code, #diary_comment_body {
199 width: 100% !important;
206 /* Rules for the messaging pages */
208 #message_title, #message_body {
209 width: 100% !important;