modified: Dockerfile
new file: pdf_export.py modified: requirements.txt modified: routes/journal_routes.py modified: static/css/style.css modified: templates/base.html modified: templates/day.html new file: templates/edit_future.html new file: templates/edit_note.html modified: templates/future.html modified: templates/monat.html new file: templates/report.html modified: templates/week.html
This commit is contained in:
@@ -257,3 +257,26 @@ input:focus, select:focus { outline: 2px solid var(--accent); }
|
||||
.card { box-shadow: none; border: 1px solid #ccc; break-inside: avoid; }
|
||||
.month-cell { min-height: 70px; }
|
||||
}
|
||||
|
||||
/* --- Report-Generator --- */
|
||||
.report-form { display: flex; flex-direction: column; gap: .9rem; }
|
||||
.report-block {
|
||||
display: flex; flex-wrap: wrap; gap: .5rem; align-items: center;
|
||||
padding: .6rem; background: #fdfaf2; border: 1px solid var(--line); border-radius: 8px;
|
||||
}
|
||||
.report-block-title {
|
||||
font-weight: 600; font-size: .8rem; color: var(--accent-dark);
|
||||
flex-basis: 100%; margin-bottom: .1rem;
|
||||
}
|
||||
.report-block label { flex-direction: row; align-items: center; gap: .3rem; font-size: .85rem; }
|
||||
.report-block label.grow { flex: 1 1 180px; }
|
||||
.report-actions { display: flex; gap: .5rem; }
|
||||
.chk { display: inline-flex; }
|
||||
.report-exports { display: flex; gap: .5rem; }
|
||||
|
||||
/* Textarea */
|
||||
textarea {
|
||||
width: 100%; padding: .5rem .6rem; border: 1px solid var(--line);
|
||||
border-radius: 6px; font-size: .95rem; font-family: inherit;
|
||||
}
|
||||
textarea:focus { outline: 2px solid var(--accent); }
|
||||
|
||||
Reference in New Issue
Block a user