diff options
Diffstat (limited to 'styles/shows.css')
-rw-r--r-- | styles/shows.css | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/styles/shows.css b/styles/shows.css deleted file mode 100644 index a6a4696..0000000 --- a/styles/shows.css +++ /dev/null @@ -1,34 +0,0 @@ -#show-title { - text-align: center; -} -#show-details { - margin-top: 1.5em; - margin-bottom: 1em; -} -#show-selector { - height: 2.5em; - width: 100%; -} -#current-week { - display: block; - 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; -} |