diff --git a/python/web/src/static/themes/classic/style.css b/python/web/src/static/themes/classic/style.css index a3c2b85c..1399a6a7 100644 --- a/python/web/src/static/themes/classic/style.css +++ b/python/web/src/static/themes/classic/style.css @@ -110,6 +110,7 @@ ul.inline_list { .dropzone { position: relative; + word-break: break-all; } .dropzone .dz-button { @@ -123,7 +124,7 @@ ul.inline_list { .dropzone .dz-preview { position: relative; display: inline-block; - width: 120px; + width: 180px; margin: .5em; } @@ -149,17 +150,6 @@ ul.inline_list { display: block; } -.dropzone .dz-preview.dz-error .dz-error-mark { - display: block; - filter: drop-shadow(0px 0px 2px red); - opacity: 0; -} - -.dropzone .dz-preview.dz-success .dz-success-mark { - display: block; - filter: drop-shadow(0px 0px 2px green); -} - .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark { position: absolute; display: none; diff --git a/python/web/src/templates/index.html b/python/web/src/templates/index.html index b0146049..952963e3 100644 --- a/python/web/src/templates/index.html +++ b/python/web/src/templates/index.html @@ -648,16 +648,18 @@
-
+
- {{ _("Language") }} + {{ _("System Operations") }}
    -
  • {{ _("Change the Web Interface language.") }}
  • +
  • {{ _("The System Name is the \"pretty\" hostname if set, with a fallback to the regular hostname.") }}
  • +
  • {{ _("IMPORTANT: Always shut down the system before turning off the power. Failing to do so may lead to data loss.") }}
+
-
- -
- -
-
- - {{ _("System Operations") }} - -
    -
  • {{ _("The System Name is the \"pretty\" hostname if set, with a fallback to the regular hostname.") }}
  • -
  • {{ _("IMPORTANT: Always shut down the system before turning off the power. Failing to do so may lead to data loss.") }}
  • -
-
- +