diff options
Diffstat (limited to 'web/cobrands/barnet/css/layout.css')
-rw-r--r-- | web/cobrands/barnet/css/layout.css | 23 |
1 files changed, 23 insertions, 0 deletions
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;}
|