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: image-url('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 */
 
 104 /* Rules for the signup form */
 
 106 #signupForm input[type="text"], #signupForm input[type="password"] {
 
 110 #signupForm input#user_email {
 
 114 #signupForm input#user_email_confirmation {
 
 118 #signupForm input#user_display_name {
 
 122 #signupForm input#user_pass_crypt {
 
 126 #signupForm input#user_pass_crypt_confirmation {
 
 130 /* Rules for the login form */
 
 132 #login_login input#user_email {
 
 137 #login_login input#user_password {
 
 142 #login_login input#openid_url {
 
 147 #login_openid_buttons td {
 
 154 /* Rules for the profile page */
 
 157   width: 100% !important;
 
 158   height: 300px !important;
 
 161 /* Rules for the user settings page */
 
 164   width: 60% !important;
 
 167 #user_description, #user_preferred_editor {
 
 168   width: 90% !important;
 
 175 /* Rules for the browse pages */
 
 178   width: 100% !important;
 
 179   margin-top: 0 !important;
 
 182 #small_map, #browse_map {
 
 183   width: 100% !important;
 
 202 #changeset_list td.comment, #changeset_list td.area {
 
 207 /* Rules for the diary entries pages */
 
 209 #diary_entry_title, #diary_entry_body, #diary_entry_language_code, #diary_comment_body {
 
 210   width: 100% !important;
 
 217 /* Rules for the messaging pages */
 
 219 #message_title, #message_body {
 
 220   width: 100% !important;