diff --git a/.gitignore b/.gitignore index 4907a28..de054b9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ __pycache__/ .pytest_cache/ *.py[cod] config.yaml -instance/ diff --git a/instance/calendar.sqlite b/instance/calendar.sqlite new file mode 100644 index 0000000..197c3d6 Binary files /dev/null and b/instance/calendar.sqlite differ diff --git a/static/styles.css b/static/styles.css index bccadd7..d00043e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -178,7 +178,6 @@ button { -webkit-tap-highlight-color: transparent; } .amount-input span { padding-left: 9px; font-size: 13px; } .amount-input input { width: 100%; min-width: 0; height: 100%; padding: 0 8px 0 3px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; } .custom-amount-form > button { padding: 0 13px; } -.report-row { display: flex; justify-content: flex-end; margin-bottom: 7px; } .delete-row { display: flex; justify-content: flex-end; margin-top: 7px; } .report-button { display: flex; @@ -194,7 +193,15 @@ button { -webkit-tap-highlight-color: transparent; } font-weight: 800; text-decoration: none; } -.report-row .report-button { min-width: 92px; } +.calendar-header .report-button { + min-height: 36px; + padding: 0 13px; + border-color: var(--green); + border-radius: 999px; + background: transparent; + color: var(--green); + font-size: 12px; +} .delete-row button { min-height: 28px; padding: 0 10px; diff --git a/templates/calendar.html b/templates/calendar.html index fea8cdf..7354710 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -9,6 +9,7 @@

Calendar

+ Report
@@ -25,9 +26,6 @@

Tap a day

-
- Report -