diff options
| author | kanadeko <[email protected]> | 2017-01-14 06:06:01 -0300 |
|---|---|---|
| committer | kanadeko <[email protected]> | 2017-01-14 06:06:01 -0300 |
| commit | 3b648ab45ea3dbcf41f39f5cc9c6244ea381f6ae (patch) | |
| tree | c235a87604908953a5bcd78fd19620c912030edf /public/css/style.css | |
| parent | IP whitelisting (diff) | |
| download | host.fuwn.me-3b648ab45ea3dbcf41f39f5cc9c6244ea381f6ae.tar.xz host.fuwn.me-3b648ab45ea3dbcf41f39f5cc9c6244ea381f6ae.zip | |
Frontend ip blocking
Diffstat (limited to 'public/css/style.css')
| -rw-r--r-- | public/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css index 7cc0548..5fc58c7 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -28,7 +28,7 @@ div#dropzone { background-color: rgba(0, 0, 0, 0); border-color: #ff3860; color: #ff3860; - display: flex; + display: none; width: 100%; border-radius: 3px; box-shadow: none; @@ -49,6 +49,7 @@ div#dropzone:hover { border-color: #ff3860; color: #fff; } + 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 } |