Hallo Felix,
/* offest parent festlegen */ .calendar td { position: relative; }
Warum an dieser Stelle "position: relative;"?
/* button positionieren */ .calendar td button { bottom: 0.1em; position: absolute; right: 0.1em; }
Ich hatte das bei meinen Versuchen einmal fast genauso umgesetzt und es lief nicht. Ich muß Deine Lösung mal probieren. Danke, Pit