src/main/webapp/projects.css

changeset 263
aa22103809cd
parent 230
95b419e054fa
child 266
65c72e65ff67
equal deleted inserted replaced
262:c357c4e69b9e 263:aa22103809cd
136 .version-Deprecated { 136 .version-Deprecated {
137 color: lightgray; 137 color: lightgray;
138 background: darkgray; 138 background: darkgray;
139 } 139 }
140 140
141 hr.comments-separator { 141 hr.issue-view-separator {
142 border-image-source: linear-gradient(to right, rgba(60, 60, 60, .1), rgba(96, 96, 96, 1), rgba(60, 60, 60, .1)); 142 border-image-source: linear-gradient(to right, rgba(60, 60, 60, .1), rgba(96, 96, 96, 1), rgba(60, 60, 60, .1));
143 border-image-slice: 1; 143 border-image-slice: 1;
144 border-width: thin; 144 border-width: thin;
145 border-style: none; 145 border-style: none;
146 border-top-style: solid; 146 border-top-style: solid;
187 } 187 }
188 188
189 table.issue-view th { 189 table.issue-view th {
190 white-space: nowrap; 190 white-space: nowrap;
191 } 191 }
192
193 table.relation-editor input,
194 table.relation-editor button,
195 table.relation-editor .button {
196 box-sizing: border-box;
197 width: 100%;
198 }
199
200 table.relation-editor button,
201 table.relation-editor .button {
202 text-align: center;
203 padding: .1em .25em .1em .25em;
204 }

mercurial