From a94c24e6dff2eacf4979cafdf33baa660c122588 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 20 Aug 2016 13:44:47 +1200 Subject: [PATCH] Text and controls --- scripts/system/html/SnapshotReview.html | 137 +++++++++++++----------- 1 file changed, 73 insertions(+), 64 deletions(-) diff --git a/scripts/system/html/SnapshotReview.html b/scripts/system/html/SnapshotReview.html index 4a690c0144..20bf726ee2 100644 --- a/scripts/system/html/SnapshotReview.html +++ b/scripts/system/html/SnapshotReview.html @@ -12,6 +12,7 @@ .snapshot-column-left { width: 320px; position: absolute; + padding-top: 8px; } .snapshot-column-right { @@ -45,61 +46,64 @@ border: 2px solid #575757; margin: -2px; } + + hr { + padding-left: 0; + padding-right: 0; + margin: 21px 0; + } + + .snapsection { + text-align: center; + } + + .title { + text-transform: uppercase; + font-size: 12px; + } + + .prompt { + font-family: Raleway-SemiBold; + font-size: 14px; + } + + #share, #close { + margin-top: 21px; + } + + .setting { + display: inline-table; + height: 28px; + } + + .setting label { + display: table-cell; + vertical-align: middle; + font-family: Raleway-SemiBold; + font-size: 14px; + } + + .setting + .setting { + margin-left: 18px; + } + + input[type=button].naked { + font-size: 40px; + line-height: 40px; + width: 30px; + padding: 0; + margin: 0 0 -6px 0; + position: relative; + top: -6px; + left: -8px; + background: none; + } + + input[type=button].naked:hover { + color: #00b4ef; + background: none; + } -