projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3758930
)
Change map placement in small screen mode
author
Tom Hughes
<tom@compton.nu>
Sun, 25 Nov 2012 18:36:55 +0000
(18:36 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 25 Nov 2012 18:36:55 +0000
(18:36 +0000)
This mirrors the way the map is now handled in large screen mode, and
makes it display properly in the Android browser.
app/assets/stylesheets/small.css.scss
patch
|
blob
|
history
diff --git
a/app/assets/stylesheets/small.css.scss
b/app/assets/stylesheets/small.css.scss
index e690924b57d927e5e77ea19778bb3a6041ebf2fb..5d658fdc10468c16eb0d2aaf53e8e801de590665 100644
(file)
--- a/
app/assets/stylesheets/small.css.scss
+++ b/
app/assets/stylesheets/small.css.scss
@@
-101,7
+101,7
@@
h1 {
.site-index .leaflet-top,
.site-export .leaflet-top {
- top:
8
px !important;
+ top:
47
px !important;
}
/* Rules for the main content area */
@@
-113,12
+113,6
@@
h1 {
border-right: 0px;
}
-.site-export #content,
-.site-edit #content,
-.site-index #content {
- margin-top: 40px;
-}
-
/* Rules for search sidebar when shown */
#sidebar {