diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index f31e96d8..a12bab5c 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -385,6 +385,11 @@ and also iPads specifically. .pure-form-stacked > div:first-child { display: block; } +.login-form .inner { + background: #fff; + padding: 20px; + border-radius: 5px; } + .edit-form { min-width: 70%; } .edit-form .tab-pane-inner { diff --git a/changedetectionio/static/styles/styles.scss b/changedetectionio/static/styles/styles.scss index 2871338f..af3d29ac 100644 --- a/changedetectionio/static/styles/styles.scss +++ b/changedetectionio/static/styles/styles.scss @@ -542,6 +542,16 @@ $form-edge-padding: 20px; display: block; } } + +.login-form { + .inner { + background: #fff;; + padding: $form-edge-padding; + border-radius: 5px; + } +} + + .edit-form { min-width: 70%; .tab-pane-inner { diff --git a/changedetectionio/templates/login.html b/changedetectionio/templates/login.html index 6bcbdbd3..32259930 100644 --- a/changedetectionio/templates/login.html +++ b/changedetectionio/templates/login.html @@ -1,8 +1,7 @@ {% extends 'base.html' %} {% block content %} -