aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/southampton/report/photo.html6
-rw-r--r--web/cobrands/southampton/css.scss4
2 files changed, 10 insertions, 0 deletions
diff --git a/templates/web/southampton/report/photo.html b/templates/web/southampton/report/photo.html
new file mode 100644
index 000000000..07b6a8558
--- /dev/null
+++ b/templates/web/southampton/report/photo.html
@@ -0,0 +1,6 @@
+[% IF c.cobrand.allow_photo_display && object.photo %]
+[% photo = object.get_photo_params %]
+<p>
+ <img alt="" height="[% photo.height %]" width="[% photo.width %]" src="[% photo.url %]">
+</p>
+[% END %]
diff --git a/web/cobrands/southampton/css.scss b/web/cobrands/southampton/css.scss
index 0760c982c..3bc2f1b54 100644
--- a/web/cobrands/southampton/css.scss
+++ b/web/cobrands/southampton/css.scss
@@ -8,6 +8,7 @@ $darker: #768EB5;
#map_box {
width: $map_width + 2px;
+ margin-bottom: 10px;
}
#map, #drag {
width: $map_width;
@@ -60,4 +61,7 @@ $darker: #768EB5;
padding: 0.5em;
}
+ #update_form {
+ clear: right;
+ }
}