Creation and editing of events

This commit is contained in:
2026-02-16 21:59:21 +01:00
parent 2b458eccd7
commit fcf41c5d13
61 changed files with 3002 additions and 380 deletions

View File

@@ -2,6 +2,10 @@
width: 100px !important;
}
.width-tiny {
width: 60px !important;
}
.width-medium {
width: 250px !important;
}
@@ -17,3 +21,15 @@
.pr-20 {
padding-right: 20px !important;
}
.height-50 {
height: 50px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}

View File

@@ -14,6 +14,7 @@ input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
select {
width: 100%;
font-size: 13pt;
@@ -32,6 +33,7 @@ input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
select:focus {
outline: none;
border-color: #1d4899;