src/main/webapp/projects.css

changeset 110
9d0be0b1580f
parent 103
3d0d030dffa7
child 111
db706d37c540
equal deleted inserted replaced
109:2e0669e814ff 110:9d0be0b1580f
63 .issue-progress-bar .done { 63 .issue-progress-bar .done {
64 height: 100%; 64 height: 100%;
65 background: green; 65 background: green;
66 } 66 }
67 67
68 .issue-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: 1pt;
100 background: steelblue; 100 background: steelblue;
101 } 101 }
102 102
103 .issue-tag.phase-1 { 103 .issue-tag.phase-1 {
104 background: gold; 104 background: gold;
105 color: black;
106 } 105 }
107 106
108 .issue-tag.phase-2 { 107 .issue-tag.phase-2 {
109 background: green; 108 background: green;
110 } 109 }
111 110
111 div.version-icon {
112 display: inline-block;
113 width: .5em;
114 height: .5em;
115 margin-right: .25em;
116 }
117
118 .version-Future {
119 background: lightskyblue;
120 }
121
122 .version-Unreleased {
123 background: steelblue;
124 }
125
126 .version-Released {
127 background: limegreen;
128 }
129
130 .version-LTS {
131 background: gold;
132 }
133
134 .version-Deprecated {
135 color: lightgray;
136 background: darkgray;
137 }

mercurial