From 31f0c1f1e359ebe01412f0dda109584307ae35d5 Mon Sep 17 00:00:00 2001 From: Jano Slota Date: Sun, 3 Aug 2014 23:30:21 +0200 Subject: [PATCH] Open image identification links in new tabs --- stylesheets/style.css | 3 --- templates/post/image_identification.html | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 37a46858..4d6ee5ab 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -119,9 +119,6 @@ form table tr td div label { .file:not(.multifile) { float: none; } -.multifile { - padding-right: 20px; -} p.fileinfo { display: block; margin: 0 0 0 20px; diff --git a/templates/post/image_identification.html b/templates/post/image_identification.html index 1ebc01a7..fa2f30b3 100644 --- a/templates/post/image_identification.html +++ b/templates/post/image_identification.html @@ -2,16 +2,16 @@ {% if config.image_identification_imgops %} - ImgOps + ImgOps {% endif %} {% if config.image_identification_exif and file.file|extension == 'jpg' %} - Exif + Exif {% endif %} {% if config.image_identification_google %} - Google + Google {% endif %} {% if config.image_identification_iqdb %} - iqdb + iqdb {% endif %} {% endif %}