src/main/webapp/projects.css

changeset 101
c34c81b87674
parent 92
b723b31383ac
child 103
3d0d030dffa7
equal deleted inserted replaced
100:7e3c61c340d3 101:c34c81b87674
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 .project-attributes, .issue-summary {
31 display: table;
32 }
33
34 .project-attributes { 30 .project-attributes {
35 margin-bottom: 2em; 31 margin-bottom: 2em;
36 } 32 }
37 33
38 .row { 34 .project-attributes .row > div + div {
39 display: table-row;
40 }
41
42 .caption {
43 font-weight: bold;
44 }
45
46 .row > div {
47 display: table-cell;
48 }
49
50 .row > div + div {
51 padding-left: 2em; 35 padding-left: 2em;
52 } 36 }
53 37
54 span.phase-2 { 38 span.phase-2 {
55 text-decoration: line-through; 39 text-decoration: line-through;
56 } 40 }
57 41
58 .issue-progress-bar { 42 .issue-progress-bar {
43 box-sizing: border-box;
44 width: 100%;
45 height: 0.5em;
59 display: flex; 46 display: flex;
60 position: relative; 47 position: relative;
61 border-style: inset; 48 border-style: solid;
62 border-width: 2pt; 49 border-width: 1pt;
63 border-color: #6060cc; 50 border-color: #6060cc;
64 } 51 }
65 52
66 .issue-progress-bar .open { 53 .issue-progress-bar .open {
67 height: 100%; 54 height: 100%;
77 height: 100%; 64 height: 100%;
78 background: green; 65 background: green;
79 } 66 }
80 67
81 .issue-tag { 68 .issue-tag {
82 width: auto;
83 padding: .1em 2ex .1em 2ex; 69 padding: .1em 2ex .1em 2ex;
84 display: inline-block; 70 display: inline-block;
71 box-sizing: border-box;
85 border-style: outset; 72 border-style: outset;
86 border-width: 2pt; 73 border-width: 2pt;
87 border-color: silver; 74 border-color: silver;
88 border-radius: 6pt; 75 border-radius: 6pt;
89 background: lightgray; 76 background: lightgray;
90 text-transform: uppercase; 77 text-transform: uppercase;
78 text-align: center;
91 font-weight: bolder; 79 font-weight: bolder;
92 font-size: smaller; 80 font-size: smaller;
93 color: whitesmoke; 81 color: whitesmoke;
94 } 82 }
95 83

mercurial