diff --git a/hub/header.html b/hub/header.html index c83f366..1fa066e 100644 --- a/hub/header.html +++ b/hub/header.html @@ -17,6 +17,13 @@ #list1, #list2, #list3 { display:none; } + table.upload { + border-collapse: separate; + border-spacing: 0 0.75rem; + } + table.upload td { + vertical-align: top; + } diff --git a/hub/upload.php b/hub/upload.php index 7cf4c7c..f0f831b 100644 --- a/hub/upload.php +++ b/hub/upload.php @@ -128,13 +128,13 @@ include 'header.html';