src/main/webapp/projects.css

changeset 86
0a658e53177c
parent 81
1a2e7b5d48f7
child 87
501addad452b
equal deleted inserted replaced
85:3d16ad54b3dc 86:0a658e53177c
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 * 27 *
28 */ 28 */
29 29
30 #issue-list td { 30 .project-attributes, .issue-summary {
31 white-space: nowrap; 31 display: table;
32 } 32 }
33 33
34 #version-stats h2 { 34 .project-attributes {
35 white-space: nowrap;
36 }
37
38 #version-stats td {
39 text-align: right;
40 }
41
42 #project-attributes {
43 margin-bottom: 2em; 35 margin-bottom: 2em;
44 display: table;
45 } 36 }
46 37
47 .row { 38 .row {
48 display: table-row; 39 display: table-row;
49 } 40 }
61 } 52 }
62 53
63 span.phase-2 { 54 span.phase-2 {
64 text-decoration: line-through; 55 text-decoration: line-through;
65 } 56 }
57
58 .issue-progress-bar {
59 display: flex;
60 position: relative;
61 width: 100ex;
62 height: 2em;
63 border-style: inset;
64 border-width: 2pt;
65 border-color: #6060cc;
66 }
67
68 .issue-progress-bar .open {
69 height: 100%;
70 background: steelblue;
71 }
72
73 .issue-progress-bar .active {
74 height: 100%;
75 background: gold;
76 }
77
78 .issue-progress-bar .done {
79 height: 100%;
80 background: green;
81 }

mercurial