From ead1f00bbf2c4d95e332238e6edeafa9122b60ed Mon Sep 17 00:00:00 2001
From: David Rowe <david@ctrlaltstudio.com>
Date: Tue, 28 Mar 2017 09:10:20 +1300
Subject: [PATCH] Title

---
 scripts/system/html/SnapshotReview.html    |  2 +-
 scripts/system/html/css/SnapshotReview.css | 14 +++++++++++---
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/scripts/system/html/SnapshotReview.html b/scripts/system/html/SnapshotReview.html
index 1ed9c0e223..089e223602 100644
--- a/scripts/system/html/SnapshotReview.html
+++ b/scripts/system/html/SnapshotReview.html
@@ -10,7 +10,7 @@
 <body>
     <div class="snapshot-container">
         <div class="snapsection">
-            <label class="title">Snapshot successfully saved!</label>
+            <label class="title">Snap</label>
         </div>
         <hr />
         <div id="snapshot-images">
diff --git a/scripts/system/html/css/SnapshotReview.css b/scripts/system/html/css/SnapshotReview.css
index cfc7dfc538..13fb119992 100644
--- a/scripts/system/html/css/SnapshotReview.css
+++ b/scripts/system/html/css/SnapshotReview.css
@@ -8,10 +8,12 @@
 //  See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
 */
 
+body {
+    padding-top: 0;
+}
 
 .snapshot-container {
     width: 100%;
-    padding-top: 3px;
 }
 
 #snapshot-images > img {
@@ -23,9 +25,15 @@
     text-align: center;
 }
 
+.snapsection:first-child {
+    padding-top: 0;
+    text-align: left;
+}
+
 .title {
-    text-transform: uppercase;
-    font-size: 12px;
+    font-size: 18px;
+    position: relative;
+    top: 12px;
 }
 
 .prompt {