src/main/webapp/projects.css

changeset 212
c50da26a6d31
parent 207
479dd7993ef9
child 225
87328572e36f
     1.1 --- a/src/main/webapp/projects.css	Tue Aug 03 14:46:04 2021 +0200
     1.2 +++ b/src/main/webapp/projects.css	Tue Aug 03 15:10:43 2021 +0200
     1.3 @@ -173,4 +173,19 @@
     1.4  
     1.5  span.eta-overdue {
     1.6      color: red;
     1.7 -}
     1.8 \ No newline at end of file
     1.9 +}
    1.10 +
    1.11 +table.issue-view {
    1.12 +    border-collapse: collapse;
    1.13 +    margin-bottom: 1em;
    1.14 +}
    1.15 +
    1.16 +table.issue-view td, table.issue-view th {
    1.17 +    background: #f7f7f7;
    1.18 +    border: solid silver 1pt;
    1.19 +    padding: .5em;
    1.20 +}
    1.21 +
    1.22 +table.issue-view th {
    1.23 +    white-space: nowrap;
    1.24 +}

mercurial