From 3bce9ceee59e3f47bb93e8de9bc9192163f70cfb Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Tue, 22 Jan 2013 11:09:23 -0500 Subject: [PATCH] Fix mobile map and other minor mobile adjustments --- app/assets/stylesheets/small.css.scss | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/app/assets/stylesheets/small.css.scss b/app/assets/stylesheets/small.css.scss index 1331e5652..2bec6d249 100644 --- a/app/assets/stylesheets/small.css.scss +++ b/app/assets/stylesheets/small.css.scss @@ -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; } -- 2.43.2