diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-06-27 23:07:42 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-06-27 23:07:42 (GMT) |
commit | c208d100066d87c39ae5fa1287955998e10d5154 (patch) | |
tree | 0d6b571790c10b0816f15523cc309af957e358fe /www/styles | |
parent | 03af1fed48370ddc4772709207f064c16191f5c1 (diff) | |
parent | bd6186e7233de72b85c0566d12273ede449453b5 (diff) |
Merge branch 'websocket2' into websocket
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/main-style.css | 6 |
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; } |