diff -r 91d1fc2a3a14 -r 33b6843fdf8a src/main/webapp/lightpit.css --- a/src/main/webapp/lightpit.css Fri May 22 17:26:27 2020 +0200 +++ b/src/main/webapp/lightpit.css Fri May 22 21:23:57 2020 +0200 @@ -158,6 +158,10 @@ width: 100%; } +table.formtable input[type=date] { + width: auto; +} + table.formtable tfoot td { text-align: right; }