diff --git a/slaeforms/static/icons/info-icon.png b/slaeforms/static/icons/info-icon.png new file mode 100644 index 0000000..c692b1c Binary files /dev/null and b/slaeforms/static/icons/info-icon.png differ diff --git a/slaeforms/static/styles.css b/slaeforms/static/styles.css index 48d4d10..efd9133 100644 --- a/slaeforms/static/styles.css +++ b/slaeforms/static/styles.css @@ -23,17 +23,6 @@ dialog .iframe-container{ margin-top: 20px; } -.dialogCloseBtn { - margin-bottom: 10px; - margin-left: auto; - display: block; -} - -.dialogCloseBtn img{ - padding: 8px; - width: 50px; -} - .dialog-content { width: 300px; height: 200px; @@ -46,23 +35,22 @@ dialog .iframe-container{ font-size: 25px; } -.close-btn { - position: absolute; - top: -20px; - right: -20px; - width: 30px; - height: 30px; - background-color: #f44336; - color: white; - border: none; - border-radius: 50%; - cursor: pointer; - display: flex; - align-items: center; - justify-content: center; - font-size: 18px; +.dialogBtn { + width: 90px; + height: 90px; + padding: 8px; + position: fixed; + top: 20px; + left: 80vw; } +.infoButtonIcon { + max-width: 100%; + max-height: 100%; +} + + + .container { diff --git a/slaeforms/templates/popuptest.html b/slaeforms/templates/popuptest.html index b61ba98..62c4ba0 100644 --- a/slaeforms/templates/popuptest.html +++ b/slaeforms/templates/popuptest.html @@ -12,10 +12,10 @@
- +This is a placeholder EULA and Terms and Condition Text, this should obviously be replaced with some real Text later.