Tue, 19 May 2020 18:49:48 +0200
improves width of project and user forms
--- a/src/main/webapp/WEB-INF/dynamic_fragments/project-form.jsp Tue May 19 16:57:29 2020 +0200 +++ b/src/main/webapp/WEB-INF/dynamic_fragments/project-form.jsp Tue May 19 18:49:48 2020 +0200 @@ -35,10 +35,10 @@ <jsp:useBean id="users" type="java.util.List<de.uapcore.lightpit.entities.User>" scope="request"/> <form action="./${moduleInfo.modulePath}/commit" method="post"> - <table class="formtable" style="width: 80ch"> + <table class="formtable"> <colgroup> <col> - <col style="width: 100%"> + <col style="width: 75ch"> </colgroup> <tbody> <tr>
--- a/src/main/webapp/WEB-INF/dynamic_fragments/user-form.jsp Tue May 19 16:57:29 2020 +0200 +++ b/src/main/webapp/WEB-INF/dynamic_fragments/user-form.jsp Tue May 19 18:49:48 2020 +0200 @@ -34,10 +34,10 @@ <jsp:useBean id="user" type="de.uapcore.lightpit.entities.User" scope="request"/> <form action="./${moduleInfo.modulePath}/commit" method="post"> - <table class="formtable" style="width: 35ch"> + <table class="formtable"> <colgroup> <col> - <col style="width: 100%"> + <col style="width: 50ch"> </colgroup> <tbody> <tr>