Changeset d70cab7 in Klonkt
- Timestamp:
- 06/21/2026 04:04:02 PM (3 months ago)
- Branches:
- main
- Children:
- 75c6919
- Parents:
- 1664f31
- File:
-
- 1 edited
-
src/views/pages/admin-shows.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin-shows.ejs
r1664f31 rd70cab7 63 63 .ash-note { font-size: 13px; opacity: .8; margin: 0 0 18px; } 64 64 .ash-form { border: 1px solid rgba(128,128,128,.2); border-radius: 14px; padding: 16px; margin-bottom: 24px; } 65 .ash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } 66 .ash-grid label { display: flex; flex-direction: column; gap: 4px; font-size: 12.5px; font-weight: 600; } 65 /* Mobiel-eerst: één kolom (twee 1fr-kolommen met niet-krimpbare date/text-inputs 66 liepen samen ~374px > telefoonbreedte). Twee kolommen pas vanaf 520px. */ 67 .ash-grid { display: grid; grid-template-columns: 1fr; gap: 10px; } 68 @media (min-width: 520px) { .ash-grid { grid-template-columns: 1fr 1fr; } } 69 .ash-grid label { display: flex; flex-direction: column; gap: 4px; font-size: 12.5px; font-weight: 600; min-width: 0; } 67 70 .ash-grid .ash-wide { grid-column: 1 / -1; } 68 .ash-grid input { padding: 9px 11px; border-radius: 8px; border: 1px solid rgba(128,128,128,.4); background: transparent; color: inherit; font: inherit; font-weight: 400; }71 .ash-grid input { min-width: 0; padding: 9px 11px; border-radius: 8px; border: 1px solid rgba(128,128,128,.4); background: transparent; color: inherit; font: inherit; font-weight: 400; } 69 72 .ash-check { display: flex; align-items: center; gap: 8px; margin: 12px 0; font-size: 13.5px; } 70 73 .ash-add { padding: 10px 18px; border-radius: 10px; border: none; background: var(--accent,#6b8f71); color: #fff; font-weight: 600; cursor: pointer; }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)