create-events.cgi: optionally select series

This commit is contained in:
Milan
2023-03-26 12:48:13 +02:00
parent eb39273413
commit 06f3d86371
5 changed files with 65 additions and 17 deletions

View File

@@ -0,0 +1,11 @@
@charset "UTF-8";
#content td.label {
max-width: none;
}
#content #seriesContainer {
max-width: 80ch;
overflow:clip;
text-overflow: ellipsis;
}