src/main/webapp/projects.css

changeset 263
aa22103809cd
parent 230
95b419e054fa
child 266
65c72e65ff67
     1.1 --- a/src/main/webapp/projects.css	Fri Dec 30 13:21:09 2022 +0100
     1.2 +++ b/src/main/webapp/projects.css	Fri Dec 30 19:04:34 2022 +0100
     1.3 @@ -138,7 +138,7 @@
     1.4      background: darkgray;
     1.5  }
     1.6  
     1.7 -hr.comments-separator {
     1.8 +hr.issue-view-separator {
     1.9      border-image-source: linear-gradient(to right, rgba(60, 60, 60, .1), rgba(96, 96, 96, 1), rgba(60, 60, 60, .1));
    1.10      border-image-slice: 1;
    1.11      border-width: thin;
    1.12 @@ -189,3 +189,16 @@
    1.13  table.issue-view th {
    1.14      white-space: nowrap;
    1.15  }
    1.16 +
    1.17 +table.relation-editor input,
    1.18 +table.relation-editor button,
    1.19 +table.relation-editor .button {
    1.20 +    box-sizing: border-box;
    1.21 +    width: 100%;
    1.22 +}
    1.23 +
    1.24 +table.relation-editor button,
    1.25 +table.relation-editor .button {
    1.26 +    text-align: center;
    1.27 +    padding: .1em .25em .1em .25em;
    1.28 +}

mercurial