Skip to content

Commit 070f5ce

Browse files
authored
Merge pull request #120 from cmu-delphi/staging
Staging
2 parents c85e330 + 3a1e39b commit 070f5ce

File tree

20 files changed

+650
-261
lines changed

20 files changed

+650
-261
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ sphinxcontrib-django = "*"
4040
sqlalchemy = "*"
4141
types-requests = "*"
4242
tzdata = "*"
43+
epiweeks = "*"
4344

4445
[dev-packages]
4546
flake8 = "*"

Pipfile.lock

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/css/style.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ h6 {
4242
# Main
4343
--------------------------------------------------------------*/
4444
#main {
45-
padding: 20px 30px;
45+
padding-top: 20px!important;
4646
transition: all 0.3s;
4747
}
4848

4949
@media (max-width: 1199px) {
5050
#main {
51-
padding: 20px;
51+
padding-top: 20px!important;
5252
}
5353
}
5454

@@ -1392,6 +1392,11 @@ h6 {
13921392
min-width: 300px;
13931393
}
13941394

1395+
.min-w-120 {
1396+
content: '';
1397+
min-width: 120px;
1398+
}
1399+
13951400
div.dt-button-collection {
13961401
width: 265px!important;
13971402
}
@@ -1421,4 +1426,8 @@ div.dt-button-collection {
14211426
@keyframes spin {
14221427
0% { transform: rotate(0deg); }
14231428
100% { transform: rotate(360deg); }
1424-
}
1429+
}
1430+
1431+
div[name="choose_date"] {
1432+
display: none;
1433+
}

0 commit comments

Comments
 (0)