summaryrefslogtreecommitdiff
path: root/www/styles/shows.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/styles/shows.css')
-rw-r--r--www/styles/shows.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/www/styles/shows.css b/www/styles/shows.css
new file mode 100644
index 0000000..a6a4696
--- /dev/null
+++ b/www/styles/shows.css
@@ -0,0 +1,34 @@
+#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;
+}