about summary refs log tree commit diff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
authorPeter Amstutz2020-07-08 00:16:23 -0400
committerPeter Amstutz2020-07-08 15:18:00 -0400
commit99af299197dfc527155cd3257388b784810518c4 (patch)
tree393a8f6bdacb19f3ac301afdff2a0e521f23c207 /bh20simplewebuploader/static
parent6fa25708b46a590be82a6b84266c0a3f25a0d890 (diff)
downloadbh20-seq-resource-99af299197dfc527155cd3257388b784810518c4.tar.gz
bh20-seq-resource-99af299197dfc527155cd3257388b784810518c4.tar.lz
bh20-seq-resource-99af299197dfc527155cd3257388b784810518c4.zip
Split upload tab. Add upload status tab.
Add more direct links on download page.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/main.css26
1 files changed, 21 insertions, 5 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css
index 5a9f231..b9b27f4 100644
--- a/bh20simplewebuploader/static/main.css
+++ b/bh20simplewebuploader/static/main.css
@@ -168,11 +168,11 @@ span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
     grid-template-rows: auto;
     row-gap:5px;
     grid-template-areas:
-        "a a b b"
-            "a a c c"
-            "a a d d"
-            "e e e e"
-            "f f f f";
+        "b b a a"
+	"b b c c"
+        "b b d d"
+        "e e e e"
+        "f f f f";
     grid-auto-flow: column;
 }
 
@@ -361,3 +361,19 @@ footer {
 .blog-table-body {
     display: table-row-group;
 }
+
+div.status {
+    margin: 1em;
+}
+
+.status table {
+    display: table;
+    width: 100%;
+}
+
+.status td, th {
+    padding-left: 1em;
+    padding-right: 1em;
+    vertical-align: top;
+    border-bottom: 1px solid #ddd;
+}