src/main/webapp/WEB-INF/dynamic_fragments/user-form.jsp

changeset 69
2223bd79e0c6
parent 59
c759c60507a2
child 72
0646c14e36fb
--- 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>

mercurial