From 6a9f221a9e231100048065a58050b3b5211e64e2 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 20 Aug 2016 11:36:53 +1200 Subject: [PATCH] Snapshot image border --- scripts/system/html/SnapshotReview.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/scripts/system/html/SnapshotReview.html b/scripts/system/html/SnapshotReview.html index 8d73e5295f..4a690c0144 100644 --- a/scripts/system/html/SnapshotReview.html +++ b/scripts/system/html/SnapshotReview.html @@ -6,6 +6,7 @@ .snapshot-container { width: 100%; + padding-top: 3px; } .snapshot-column-left { @@ -31,10 +32,19 @@ width: 100%; } .snapshot-column-right > div > img { - margin-top: 32px; + margin-top: 32px !important; } } + .snapshot-column-right > div { + position: relative; + padding: 2px; + } + + .snapshot-column-right > div > img { + border: 2px solid #575757; + margin: -2px; + }