about summary refs log tree commit diff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
authorPjotr Prins2020-05-23 07:48:46 -0500
committerPjotr Prins2020-05-23 07:48:46 -0500
commitcb38f793979e2dc52d84688bda5f68a23cc95ed9 (patch)
tree5614715404504241b33515ab43572d8cef3035d2 /bh20simplewebuploader/static
parent4e26ea90b014f8e0d5427bdab3446fbe7e43337a (diff)
downloadbh20-seq-resource-cb38f793979e2dc52d84688bda5f68a23cc95ed9.tar.gz
bh20-seq-resource-cb38f793979e2dc52d84688bda5f68a23cc95ed9.tar.lz
bh20-seq-resource-cb38f793979e2dc52d84688bda5f68a23cc95ed9.zip
Site: stack images and update Arvados logo
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/image/arvados-logo.pngbin9514 -> 103207 bytes
-rw-r--r--bh20simplewebuploader/static/main.css11
2 files changed, 6 insertions, 5 deletions
diff --git a/bh20simplewebuploader/static/image/arvados-logo.png b/bh20simplewebuploader/static/image/arvados-logo.png
index fdbd88e..0d1c313 100644
--- a/bh20simplewebuploader/static/image/arvados-logo.png
+++ b/bh20simplewebuploader/static/image/arvados-logo.png
Binary files differdiff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css
index d8e44b5..a2972e6 100644
--- a/bh20simplewebuploader/static/main.css
+++ b/bh20simplewebuploader/static/main.css
@@ -279,17 +279,16 @@ footer {
 
 .sponsors {
     width: inherit;
-    display: flex;
+    display: inline-block;
     flex-direction: row;
-    flex-wrap: wrap;
     justify-content: space-evenly;
     align-content: space-evenly;
 }
 
 .sponsors a {
     // flex-grow: 4;
-    // height: 200px;
-    margin: 10px;
+    // height: 50px;
+    // margin: 10px;
     background: white;
     display: flex;
     flex-direction: column;
@@ -300,7 +299,9 @@ footer {
 }
 
 .sponsors img {
-    width: 150px;
+    width: 80%;
+    display:block;
+    margin:auto;
 }
 
 .loader {