diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-06-27 23:12:39 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-06-27 23:12:39 (GMT) |
commit | 7f14cd762b6a3381c5f3f926ed68c3c0e8cdf4d2 (patch) | |
tree | f820a8c710faafc57ed211ed34d2b4cb67c922eb /www/styles | |
parent | d5d29c8889a9dc655044a1cf0926c1ac892b6696 (diff) | |
parent | c208d100066d87c39ae5fa1287955998e10d5154 (diff) |
Merge branch 'websocket'
# Conflicts:
# build.sh
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; } |