summaryrefslogtreecommitdiff
path: root/www/styles/main-style.css
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-06-23 22:07:46 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-06-23 22:07:46 (GMT)
commit222b85597fa66af43c68f0b88d68f2641533f52c (patch)
tree20e9faee87935255e6f594430533af6f3d517cc6 /www/styles/main-style.css
parentadd9b76db60093be8d680e28ca190fba479179fb (diff)
add websockets
Diffstat (limited to 'www/styles/main-style.css')
-rw-r--r--www/styles/main-style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/styles/main-style.css b/www/styles/main-style.css
index a3e0c7a..5757f73 100644
--- a/www/styles/main-style.css
+++ b/www/styles/main-style.css
@@ -81,11 +81,15 @@ body {
}
#uploadModal div.modal-body {
+ text-align: center;
+}
+
+#uploadModal div.modal-body .drop {
padding-left: 0;
padding-right: 0;
width: 100%;
height: 250px;
- background-image: url('/img/dz-backdrop.png');
+ background-image: url('img/dz-backdrop.png');
background-repeat: no-repeat;
background-position: center center;
}