aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
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 differ
diff --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 {