From 81a9329975750f7df832c8c1bb527c697ca9fb59 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Wed, 19 Jul 2023 23:23:08 +0100 Subject: [PATCH] border to contrast --- src/main/resources/static/css/general.css | 138 +++++++++++----------- src/main/resources/templates/sign.html | 4 - 2 files changed, 71 insertions(+), 71 deletions(-) diff --git a/src/main/resources/static/css/general.css b/src/main/resources/static/css/general.css index 2d53c5cc..b3861577 100644 --- a/src/main/resources/static/css/general.css +++ b/src/main/resources/static/css/general.css @@ -1,68 +1,72 @@ -#page-container { - min-height: 100vh; - display: flex; - flex-direction: column; -} - -#content-wrap { - flex: 1; -} - -#footer { - bottom: 0; - width: 100%; -} - -html[lang-direction=ltr] * { - direction: ltr; -} -html[lang-direction=rtl] * { - direction: rtl; - text-align: right; -} -.ignore-rtl { - direction: ltr !important; - text-align: left !important; -} - -.align-top { - position: absolute; - top: 0; -} -.align-center-right { - position: absolute; - right: 0; - top: 50%; -} - -.align-center-left { - position: absolute; - left: 0; - top: 50%; -} - -.align-bottom { - position: absolute; - bottom: 0; -} - -.btn-group > label:first-of-type { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} - -html[lang-direction="rtl"] input.form-check-input { - position: relative; - margin-left: 0px; -} -html[lang-direction="rtl"] label.form-check-label { - display: inline; -} - -.margin-auto-parent { - width: 100%; - display: flex; -} -.margin-center { - margin: 0 auto; +#page-container { + min-height: 100vh; + display: flex; + flex-direction: column; +} + +#content-wrap { + flex: 1; +} + +#footer { + bottom: 0; + width: 100%; +} + +html[lang-direction=ltr] * { + direction: ltr; +} +html[lang-direction=rtl] * { + direction: rtl; + text-align: right; +} +.ignore-rtl { + direction: ltr !important; + text-align: left !important; +} + +.align-top { + position: absolute; + top: 0; +} +.align-center-right { + position: absolute; + right: 0; + top: 50%; +} + +.align-center-left { + position: absolute; + left: 0; + top: 50%; +} + +.align-bottom { + position: absolute; + bottom: 0; +} + +.btn-group > label:first-of-type { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} + +html[lang-direction="rtl"] input.form-check-input { + position: relative; + margin-left: 0px; +} +html[lang-direction="rtl"] label.form-check-label { + display: inline; +} + +.margin-auto-parent { + width: 100%; + display: flex; +} +.margin-center { + margin: 0 auto; +} +#pdf-canvas { + box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.384); + width: 100%; } \ No newline at end of file diff --git a/src/main/resources/templates/sign.html b/src/main/resources/templates/sign.html index b879430e..8537ea40 100644 --- a/src/main/resources/templates/sign.html +++ b/src/main/resources/templates/sign.html @@ -268,10 +268,6 @@ select#font-select, select#font-select option { position: relative; margin: 20px 0; } - #pdf-canvas { - box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.384); - width: 100%; - } .draggable-buttons-box { position: absolute; top: 0;