summaryrefslogtreecommitdiff
path: root/styles/shows.css
blob: a6a46965c4e83ce8158b86115158422ca36a50ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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;
}