src/main/webapp/WEB-INF/dynamic_fragments/projects.jsp

changeset 51
dd0a45ae25d7
parent 47
57cfb94ab99f
child 52
67a02e79b7a1
--- a/src/main/webapp/WEB-INF/dynamic_fragments/projects.jsp	Sat May 16 11:37:57 2020 +0200
+++ b/src/main/webapp/WEB-INF/dynamic_fragments/projects.jsp	Sat May 16 13:29:44 2020 +0200
@@ -47,10 +47,10 @@
 <table class="datatable medskip">
     <colgroup>
         <col>
-        <col style="width: 15%">
+        <col style="width: 10%">
         <col style="width: 35%">
         <col style="width: 30%">
-        <col style="width: 20%">
+        <col style="width: 25%">
     </colgroup>
     <thead>
     <tr>
@@ -64,7 +64,7 @@
     <tbody>
     <c:forEach var="project" items="${projects}">
         <tr>
-            <td><a href="./${moduleInfo.modulePath}/edit?id=${project.id}">&#x270e;</a></td>
+            <td style="width: 2em;"><a href="./${moduleInfo.modulePath}/edit?id=${project.id}">&#x270e;</a></td>
             <td><c:out value="${project.name}"/></td>
             <td><c:out value="${project.description}"/></td>
             <td>

mercurial