diff options
author | matthew <matthew> | 2009-12-15 16:53:54 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-12-15 16:53:54 +0000 |
commit | f9003bb4e69db1224d901b2c7081861be378e90d (patch) | |
tree | 0cbffc49dc99a5732d8a3238086b3c738eda3cf2 /web | |
parent | 3212b5b45e4e38f01c4078e90dfae314574055ab (diff) |
Make footer a template so can have on/off-ness. Have smaller map.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/barnet/css/basic.css | 7 | ||||
-rw-r--r-- | web/cobrands/barnet/css/layout.css | 23 |
2 files changed, 30 insertions, 0 deletions
diff --git a/web/cobrands/barnet/css/basic.css b/web/cobrands/barnet/css/basic.css index 972628e17..c7ba123df 100644 --- a/web/cobrands/barnet/css/basic.css +++ b/web/cobrands/barnet/css/basic.css @@ -61,3 +61,10 @@ blockquote { padding: 0;
margin: 0 10px;
}
+
+/* FixMyStreet additions */
+
+select, input, textarea {
+ font-size: 99%;
+}
+
diff --git a/web/cobrands/barnet/css/layout.css b/web/cobrands/barnet/css/layout.css index 193b5c2aa..b66f957b6 100644 --- a/web/cobrands/barnet/css/layout.css +++ b/web/cobrands/barnet/css/layout.css @@ -1,3 +1,26 @@ +/* FixMyStreet additions */
+/* Smaller map */
+#map_box {
+ width: 380px;
+}
+#map, #drag {
+ width: 378px;
+ height: 378px;
+}
+#watermark {
+ background: url("/i/mojwatermark-378.png");
+ height: 84px;
+ width: 171px;
+ position: absolute;
+ bottom: 0;
+ right: 0;
+}
+
+p#fixed, p#unknown {
+ margin-right: 400px;
+ width: auto;
+}
+
/*=========FROM CUSTOM=========*/
.cl {clear: both;}
|