summaryrefslogtreecommitdiff
path: root/check/static
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-04-23 19:04:04 +0200
committeradamhrv <adam@ahprojects.com>2019-04-23 19:04:04 +0200
commitf4416606df4d06bde65eb45bae3e4f2ee852351a (patch)
treea3a31dc3ded3b8b720053daad131e96e101b94b0 /check/static
parent4f4df4d4e38f8ce27dc7e471359f9f644ca74092 (diff)
update for call
Diffstat (limited to 'check/static')
-rwxr-xr-xcheck/static/assets/css.css3
-rw-r--r--check/static/perceptual_hash_report.html2
2 files changed, 4 insertions, 1 deletions
diff --git a/check/static/assets/css.css b/check/static/assets/css.css
index 9e8a59f..e721c16 100755
--- a/check/static/assets/css.css
+++ b/check/static/assets/css.css
@@ -326,6 +326,9 @@ kbd {
.img_match{
max-width:300px
}
+table.image_group{
+ margin-bottom:100px;
+}
td.result_txt{
vertical-align: top;
}
diff --git a/check/static/perceptual_hash_report.html b/check/static/perceptual_hash_report.html
index 566a058..83748fa 100644
--- a/check/static/perceptual_hash_report.html
+++ b/check/static/perceptual_hash_report.html
@@ -8,7 +8,7 @@
{% for fname_a, image_group in image_groups %}
<h3>Duplicates for {{ fname_a }}</h3>
- <table>
+ <table class="image_group">
<tr>
<th>Image A</th>
<th>Image B</th>