aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorpitu <[email protected]>2017-01-14 19:24:32 -0300
committerpitu <[email protected]>2017-01-14 19:24:32 -0300
commitf4b8544f69a92056960494762e4ba72753c3b463 (patch)
treef2229b9ac73f72adbb4138be52d93b3f7d296d8a /public/css
parentUpdated readme (diff)
downloadhost.fuwn.me-f4b8544f69a92056960494762e4ba72753c3b463.tar.xz
host.fuwn.me-f4b8544f69a92056960494762e4ba72753c3b463.zip
Added token submission to frontpage
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 5fc58c7..324bb9d 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -50,6 +50,8 @@ div#dropzone:hover {
color: #fff;
}
+div#uploads, p#tokenContainer { display: none; }
+
img.logo { height: 200px; margin-top: 20px; }
.dz-preview .dz-details { display: flex; }
.dz-preview .dz-details .dz-size, .dz-preview .dz-details .dz-filename { flex: 1 }