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
     1.1 --- a/src/main/webapp/WEB-INF/dynamic_fragments/project-form.jsp	Tue May 19 16:57:29 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/dynamic_fragments/project-form.jsp	Tue May 19 18:49:48 2020 +0200
     1.3 @@ -35,10 +35,10 @@
     1.4  <jsp:useBean id="users" type="java.util.List<de.uapcore.lightpit.entities.User>" scope="request"/>
     1.5  
     1.6  <form action="./${moduleInfo.modulePath}/commit" method="post">
     1.7 -    <table class="formtable" style="width: 80ch">
     1.8 +    <table class="formtable">
     1.9          <colgroup>
    1.10              <col>
    1.11 -            <col style="width: 100%">
    1.12 +            <col style="width: 75ch">
    1.13          </colgroup>
    1.14          <tbody>
    1.15          <tr>
     2.1 --- a/src/main/webapp/WEB-INF/dynamic_fragments/user-form.jsp	Tue May 19 16:57:29 2020 +0200
     2.2 +++ b/src/main/webapp/WEB-INF/dynamic_fragments/user-form.jsp	Tue May 19 18:49:48 2020 +0200
     2.3 @@ -34,10 +34,10 @@
     2.4  <jsp:useBean id="user" type="de.uapcore.lightpit.entities.User" scope="request"/>
     2.5  
     2.6  <form action="./${moduleInfo.modulePath}/commit" method="post">
     2.7 -    <table class="formtable" style="width: 35ch">
     2.8 +    <table class="formtable">
     2.9          <colgroup>
    2.10              <col>
    2.11 -            <col style="width: 100%">
    2.12 +            <col style="width: 50ch">
    2.13          </colgroup>
    2.14          <tbody>
    2.15          <tr>

mercurial