aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-09-08 20:59:43 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-09-08 20:59:43 +0100
commit948c591f80f6d79d8442da309f5173357d116ceb (patch)
tree80e406ec0a91ffcfc8e9c1cd7a27d96ef1a727d1 /web/css
parent5ed1e811cd31616cb591691a72b80b0bbbb5a002 (diff)
Fix tests, and remove unwanted height.
Diffstat (limited to 'web/css')
-rw-r--r--web/css/core.scss11
1 files changed, 4 insertions, 7 deletions
diff --git a/web/css/core.scss b/web/css/core.scss
index 21d75d04d..9a4fb5a0d 100644
--- a/web/css/core.scss
+++ b/web/css/core.scss
@@ -643,7 +643,6 @@ $map_width: 500px;
#map_box {
padding-left: 10px;
width: $map_width + 2px;
- height: $map_width + 2px;
}
#map {
width: $map_width;
@@ -652,11 +651,10 @@ $map_width: 500px;
.banner {
margin-right: $map_width + 20px;
}
- }
- .no-js #mysociety {
- #text_map { }
- #text_map_arrow { }
- #side, #side-form { }
+ #text_map_arrow {
+ right: -18px;
+ border-width: 16px 9px;
+ }
}
}
@@ -665,7 +663,6 @@ $map_width: 500px;
#mysociety {
#map_box {
width: $map_width + 2px;
- height: $map_width + 2px;
}
#map {
width: $map_width;