# HG changeset patch # User Mike Becker # Date 1592730630 -7200 # Node ID 501addad452b7437014e927e4e82943559f7751a # Parent 0a658e53177cb335fb6cff2a56c9a6970bbf8ae5 smaller issue summary progress bars diff -r 0a658e53177c -r 501addad452b pom.xml --- a/pom.xml Mon Jun 01 14:46:58 2020 +0200 +++ b/pom.xml Sun Jun 21 11:10:30 2020 +0200 @@ -4,7 +4,7 @@ 4.0.0 de.uapcore lightpit - 0.2 + 0.3-SNAPSHOT war UTF-8 diff -r 0a658e53177c -r 501addad452b src/main/webapp/WEB-INF/jspf/issue-summary.jsp --- a/src/main/webapp/WEB-INF/jspf/issue-summary.jsp Mon Jun 01 14:46:58 2020 +0200 +++ b/src/main/webapp/WEB-INF/jspf/issue-summary.jsp Sun Jun 21 11:10:30 2020 +0200 @@ -13,7 +13,7 @@ -
+
diff -r 0a658e53177c -r 501addad452b src/main/webapp/projects.css --- a/src/main/webapp/projects.css Mon Jun 01 14:46:58 2020 +0200 +++ b/src/main/webapp/projects.css Sun Jun 21 11:10:30 2020 +0200 @@ -58,8 +58,6 @@ .issue-progress-bar { display: flex; position: relative; - width: 100ex; - height: 2em; border-style: inset; border-width: 2pt; border-color: #6060cc;