studio-timeslot: add week in month

This commit is contained in:
Milan
2024-04-18 20:44:37 +02:00
parent f56ee0d53e
commit ea952a8021
9 changed files with 681 additions and 239 deletions

View File

@@ -48,18 +48,17 @@
#content .editor .cell {
display: table-cell ;
vertical-align:baseline;
text-align: center;
text-align: left;
}
#content .frequency {
width: 6em;
}
#content div.weekday {
padding: 0;
width: 2em;
margin-right: -0.5em;
margin-top: 1.2em;
#content .editor div.cell.weekday {
vertical-align: bottom;
width: 2.5ch;
padding-bottom: 9px;
}
#content div.show_schedule_head {