improves width of project and user forms

Tue, 19 May 2020 18:49:48 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 19 May 2020 18:49:48 +0200
changeset 69
2223bd79e0c6
parent 68
ded1b5639bd3
child 70
821c4950b619

improves width of project and user forms

src/main/webapp/WEB-INF/dynamic_fragments/project-form.jsp file | annotate | diff | comparison | revisions
src/main/webapp/WEB-INF/dynamic_fragments/user-form.jsp file | annotate | diff | comparison | revisions
--- 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>

mercurial