src/main/webapp/projects.css

changeset 172
89b3320557e2
parent 144
7e06b75cf1b9
child 180
009700915269
equal deleted inserted replaced
171:d8c5434af89d 172:89b3320557e2
44 width: 100%; 44 width: 100%;
45 height: 0.5em; 45 height: 0.5em;
46 display: flex; 46 display: flex;
47 position: relative; 47 position: relative;
48 border-style: solid; 48 border-style: solid;
49 border-width: 1pt; 49 border-width: thin;
50 border-color: #6060cc; 50 border-color: #6060cc;
51 } 51 }
52 52
53 .issue-progress-bar .open { 53 .issue-progress-bar .open {
54 height: 100%; 54 height: 100%;
68 .issue-tag, .version-tag { 68 .issue-tag, .version-tag {
69 padding: .1em 2ex .1em 2ex; 69 padding: .1em 2ex .1em 2ex;
70 display: inline-block; 70 display: inline-block;
71 box-sizing: border-box; 71 box-sizing: border-box;
72 border-style: solid; 72 border-style: solid;
73 border-width: 1pt; 73 border-width: thin;
74 border-color: silver; 74 border-color: silver;
75 border-radius: 4pt; 75 border-radius: 4pt;
76 background: lightgray; 76 background: lightgray;
77 text-align: center; 77 text-align: center;
78 font-weight: bolder; 78 font-weight: bolder;
139 } 139 }
140 140
141 hr.comments-separator { 141 hr.comments-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: 1pt; 144 border-width: thin;
145 border-style: none; 145 border-style: none;
146 border-top-style: solid; 146 border-top-style: solid;
147 } 147 }
148 148
149 div.comment { 149 div.comment {

mercurial