# HG changeset patch # User Mike Becker # Date 1598696148 -7200 # Node ID 3d0d030dffa79af28718a2d02d29a174f5fe0328 # Parent 7eee7cad093dd990229de12cf08e312437c2de40 improves styling and readability of issue list diff -r 7eee7cad093d -r 3d0d030dffa7 src/main/webapp/WEB-INF/jsp/issue-form.jsp --- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp Sat Aug 29 11:51:12 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp Sat Aug 29 12:15:48 2020 +0200 @@ -59,6 +59,14 @@ + + + + + + + + " /> - - - - - - - - diff -r 7eee7cad093d -r 3d0d030dffa7 src/main/webapp/WEB-INF/jspf/issue-list.jsp --- a/src/main/webapp/WEB-INF/jspf/issue-list.jsp Sat Aug 29 11:51:12 2020 +0200 +++ b/src/main/webapp/WEB-INF/jspf/issue-list.jsp Sat Aug 29 12:15:48 2020 +0200 @@ -3,16 +3,15 @@ --%> + + + + - - - - - - - - - + + + + @@ -23,32 +22,15 @@ - - - - - - diff -r 7eee7cad093d -r 3d0d030dffa7 src/main/webapp/lightpit.css --- a/src/main/webapp/lightpit.css Sat Aug 29 11:51:12 2020 +0200 +++ b/src/main/webapp/lightpit.css Sat Aug 29 12:15:48 2020 +0200 @@ -129,9 +129,9 @@ button, a.button { display: inline-block; font-size: medium; - border-style: outset; - border-width: 2pt; - border-color: #6060cc; + border-style: solid; + border-width: 1pt; + border-color: #606060; color: inherit; background: #f0f0f0; @@ -167,18 +167,18 @@ table.datatable th { white-space: nowrap; font-weight: bold; - background: lightsteelblue; + background: #f7f7ff; } table.datatable th, table.datatable td { border-style: solid; border-width: 1pt; - border-color: black; + border-color: lightgray; padding: .4em; } table.datatable tr:nth-child(2n) { - background: #f0ffff; + background: #faffff; } table.formtable { diff -r 7eee7cad093d -r 3d0d030dffa7 src/main/webapp/projects.css --- a/src/main/webapp/projects.css Sat Aug 29 11:51:12 2020 +0200 +++ b/src/main/webapp/projects.css Sat Aug 29 12:15:48 2020 +0200 @@ -69,15 +69,14 @@ padding: .1em 2ex .1em 2ex; display: inline-block; box-sizing: border-box; - border-style: outset; - border-width: 2pt; + border-style: solid; + border-width: 1pt; border-color: silver; - border-radius: 6pt; + border-radius: 4pt; background: lightgray; - text-transform: uppercase; text-align: center; font-weight: bolder; - font-size: smaller; + font-size: x-small; color: whitesmoke; } @@ -86,7 +85,7 @@ } .issue-tag.Improvement, .issue-tag.Feature { - background: green; + background: limegreen; } .issue-tag.Task {
- - - - - - - -
+
+
-
-
+
- - - -