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 */
 
  33 #tabnav a, #tabnav a:link, #tabnav a:visited {
 
  40 /* Rules for the site name - shown when left sidebar is hidden */
 
  50   width: 110px; /* TODO: find better fix for overlap */
 
  51   background-color: #fff;
 
  66 /* Rules for greeting bar in the top right corner */
 
  87 /* Rules for OpenLayers maps */
 
  93 .olControlPanZoomBar {
 
  97 /* Rules for the main content area */
 
 107 #content.site_index {
 
 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;