diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/shows.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/styles/shows.css b/styles/shows.css index f241f40..a6a4696 100644 --- a/styles/shows.css +++ b/styles/shows.css @@ -14,3 +14,21 @@ margin: 0.5em; padding: 0.5em 1em; } +#shows-upload div.modal-body { + margin-left: auto; + margin-right: auto; + width: 330px; + height: 330px; + background-image: url('/img/dz-backdrop.png'); + background-repeat: no-repeat; + background-position: center center; +} +#shows-upload div.modal-body form { + display: block; + width: 100%; + height: 100%; + margin: 0px; +} +#shows-upload div.modal-body form div.dz-preview { + display: none; +} |