summaryrefslogtreecommitdiff
path: root/www/styles/main-style.css
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-06-27 23:07:42 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-06-27 23:07:42 (GMT)
commitc208d100066d87c39ae5fa1287955998e10d5154 (patch)
tree0d6b571790c10b0816f15523cc309af957e358fe /www/styles/main-style.css
parent03af1fed48370ddc4772709207f064c16191f5c1 (diff)
parentbd6186e7233de72b85c0566d12273ede449453b5 (diff)
Merge branch 'websocket2' into websocket
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..9ee1b83 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;
}