]> git.openstreetmap.org Git - rails.git/commitdiff
Fix mobile map and other minor mobile adjustments
authorSaman Bemel-Benrud <samanpwbb@gmail.com>
Tue, 22 Jan 2013 16:09:23 +0000 (11:09 -0500)
committerTom Hughes <tom@compton.nu>
Tue, 22 Jan 2013 18:49:25 +0000 (18:49 +0000)
app/assets/stylesheets/small.css.scss

index 1331e565299938480988e88b87e2da5ded97d5ed..2bec6d24960883f5ca630852c70d846f4dc5a446 100644 (file)
@@ -3,15 +3,15 @@
 /* Default rules for the body of every page */
 
 body {
-  font-size: 12px;
+  font-size: 10px;
 }
 
 h1 {
-  font-size: 16px;
+  font-size: 12px;
 }
 
 h2, h3, h4 {
-  font-size: 14px;
+  font-size: 12px;
 }
 
 .wrapper {
@@ -30,6 +30,10 @@ h2, h3, h4 {
   position: relative;
 }
 
+.site-edit #content, .site-index #content, .site-export #content {
+  position: absolute;
+}
+
 .column-1 {
   width: 100%;
 }
@@ -89,7 +93,7 @@ h2, h3, h4 {
 
 #small-title h1 {
   position: absolute;
-  font-size: 12px;
+  font-size: 10px;
   line-height: 18px;
   margin: 0;
   left: 22px;
@@ -106,6 +110,7 @@ h2, h3, h4 {
 
 #browse_map ul.secondary-actions {
   float: right;
+  font-size: 10px;
 }
 
 #map {
@@ -155,14 +160,10 @@ h2, h3, h4 {
 #sidebar {
   border: 0px;
   margin: 0px;
-  width: 50%;
+  width: 50% !important;
   border-right: 1px solid #ccccdd;
 }
 
-.sidebar_title, #sidebar_content {
-  font-size: 10px !important;
-}
-
 p.search_results_entry {
   padding: 2px 0px;
 }