diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index 73609e47d..2c77d9f35 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -284,6 +284,11 @@ footer { .pure-form { /* The input fields with errors */ /* The list of errors */ } + .pure-form fieldset { + padding-top: 0px; } + .pure-form fieldset ul { + padding-bottom: 0px; + margin-bottom: 0px; } .pure-form .pure-control-group, .pure-form .pure-group, .pure-form .pure-controls { padding-bottom: 1em; } .pure-form .pure-control-group div, .pure-form .pure-group div, .pure-form .pure-controls div { @@ -447,4 +452,7 @@ ul { .time-check-widget tr { display: inline; } .time-check-widget tr input[type="number"] { - width: 4em; } + width: 5em; } + +#webdriver-override-options input[type="number"] { + width: 5em; } diff --git a/changedetectionio/static/styles/styles.scss b/changedetectionio/static/styles/styles.scss index e2f7d1cff..a01f22520 100644 --- a/changedetectionio/static/styles/styles.scss +++ b/changedetectionio/static/styles/styles.scss @@ -375,6 +375,13 @@ footer { .pure-form { + fieldset { + padding-top: 0px; + ul { + padding-bottom: 0px; + margin-bottom: 0px; + } + } .pure-control-group, .pure-group, .pure-controls { padding-bottom: 1em; div { @@ -637,7 +644,13 @@ ul { tr { display: inline; input[type="number"] { - width: 4em; + width: 5em; } } +} + +#webdriver-override-options { + input[type="number"] { + width: 5em; + } } \ No newline at end of file diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index 18cf061aa..ae3712e46 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -125,7 +125,7 @@ User-Agent: wonderbra 1.0") }}
-
+
Pro-tips:
    @@ -153,7 +153,7 @@ User-Agent: wonderbra 1.0") }} href="https://github.com/dgtlmoon/changedetection.io/wiki/CSS-Selector-help">here for more CSS selector help.
-
+
{{ render_field(form.subtractive_selectors, rows=5, placeholder="header footer nav @@ -164,7 +164,7 @@ nav
  • Add multiple elements or CSS selectors per line to ignore multiple parts of the HTML.
  • -
    +
    {{ render_field(form.ignore_text, rows=5, placeholder="Some text to ignore in a line