aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-07-09 13:17:17 +0100
committerStruan Donald <struan@exo.org.uk>2013-07-09 13:17:17 +0100
commit6d0ee5b541d917d8f895692f4c0e6c8676b3e92d (patch)
tree4e4667ee307e3394b741c7789b7473f5633ee43b
parentdfd1f778e2bbf97888b1a8a14b97786ceb62e698 (diff)
stop distortion of photo on existing reports page
-rw-r--r--www/css/fms.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/css/fms.css b/www/css/fms.css
index c87cb43..89dba65 100644
--- a/www/css/fms.css
+++ b/www/css/fms.css
@@ -339,8 +339,9 @@
margin: 0em 0em 0.5em 0em;
}
- #existing_report div.photo img.small {
+ #existing_report img.small {
width: 200px;
+ min-height: 0px;
}
/* taken and modified from http://www.mobify.com/blog/multiline-ellipsis-in-pure-css/ */