diff --git a/share/static/css/style.css b/share/static/css/style.css index dc20f24d..c3304f39 100644 --- a/share/static/css/style.css +++ b/share/static/css/style.css @@ -45,10 +45,11 @@ header .right ul li { font-size: 1rem; } -header .button { +.button { color: #ffffff; background-color: #4e064f; padding: 10px; + border: 0; border-radius: 5px; text-decoration: none; margin-left: 1rem; @@ -86,3 +87,31 @@ table.file-list td img { table.file-list td:last-child { width: 100%; } + +.upload-wrapper { + display: flex; + align-items: center; + justify-content: center; + min-height: 400px; +} + +.upload { + text-align: center; +} + +.upload img { + width: 120px; + height: 120px; +} + +.upload .upload-header { + font-size: 30px; + font-weight: normal; + color: #666666; + margin: 0 0 10px 0; +} + +.upload .upload-description { + color: #666666; + margin: 0 0 20px 0; +} diff --git a/share/static/img/logo_large.png b/share/static/img/logo_large.png new file mode 100644 index 00000000..ee8f26ac Binary files /dev/null and b/share/static/img/logo_large.png differ diff --git a/share/templates/receive.html b/share/templates/receive.html index 42fe35d2..6ad3aebc 100644 --- a/share/templates/receive.html +++ b/share/templates/receive.html @@ -12,5 +12,17 @@
Send Files
+Select the files you want to send, then click "Send Files"...
+ +