diff --git a/src/web/static/style.css b/src/web/static/style.css index 108a3063..776ab62a 100644 --- a/src/web/static/style.css +++ b/src/web/static/style.css @@ -21,7 +21,7 @@ a { text-decoration: none; } -form { +form.table { display: inline; } @@ -29,6 +29,7 @@ table, tr, td { border: 1px solid black; border-collapse:collapse; margin: none; + } .error { diff --git a/src/web/templates/base.html b/src/web/templates/base.html index c5fbb0f1..a67e79a9 100644 --- a/src/web/templates/base.html +++ b/src/web/templates/base.html @@ -21,10 +21,10 @@ - - + + -
diff --git a/src/web/templates/index.html b/src/web/templates/index.html index 96afc8c3..b393c70c 100644 --- a/src/web/templates/index.html +++ b/src/web/templates/index.html @@ -48,20 +48,20 @@ {% endif %} {% if device.device_type in removable_device_types and "No Media" not in device.status %} -
+
-
+
{% else %} -
+
-
+
@@ -93,13 +93,13 @@ {{file["name"].replace(base_dir, '')}} -
+
-
+ {% endif %}
-
+
{% if file["name"].lower().endswith(archive_file_suffix) %} -
+