-
Notifications
You must be signed in to change notification settings - Fork 3
/
EpicProgress.css
137 lines (118 loc) · 2.5 KB
/
EpicProgress.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
.story_tooltip {
position: absolute;
top: 0;
left: 0;
z-index: 2;
font-family: tahoma, geneva, helvetica, arial, antiqua, sans-serif;
font-size: 9pt;
font-weight: normal;
/* background-color: #D4EAF6; */
background: #E8F8FE;
margin: 2px;
padding: 1px;
border: 1px solid gray;
cursor: default;
visibility: hidden;
display: none;
}
.legend {
font: 8pt Antiqua, Helvetica, sans-serif;
border-top: 1px solid gray;
margin: 2px;
}
.story_card {
font-family: tahoma, geneva, helvetica, arial, antiqua, sans-serif;
font-size: 8pt;
font-weight: normal;
border: 1px solid gray;
margin: 2px;
float: left;
width: 52px;
cursor: default;
}
.storyData {
font-family: Helvetica, Tahoma, Geneva, Arial, sans-serif;
font-weight: normal;
font-size: 9pt;
border-right: 2px dotted #BEBEBE;
border-bottom: 1px dotted #DEDEDE;
cursor: default;
}
.story_text {
padding: 2px;
font-weight: bold;
color: black;
}
.story_name {
padding: 2px;
display: none;
cursor: default;
}
.story_ID {
display: none;
cursor: default;
}
a:link {
color: #000;
text-decoration: none;
}
a:visited {
color: #000;
text-decoration: none;
}
a:hover {
color: midnightblue;
text-decoration: none;
}
.accepted {
background-color: #6AB17D;
}
/* greenish color ...on official Rally color palette */
.on-track {
background-color: #5C9ACB;
}
/* bluish color ...on official Rally color palette */
.future {
background-color: #FFFFFF;
}
/* white */
.blocked {
background-color: #EF3F35;
}
/* reddish color ...on official Rally color palette */
.progress_bar {
background-color: #6AB17D;
cursor: default;
}
.story_points {
border: 1px solid gray;
padding: 2px;
background-color: white;
float: right;
cursor: default;
}
.estimate_bar {
height: 18px;
width: 100%;
clear: both;
background-color: white;
border-top: 1px solid gray;
cursor: default;
}
#efp_table th {
font-family: Helvetica, Tahoma, Geneva, Arial, sans-serif;
font-size: 10pt;
font-weight: bold;
border-bottom: 2px solid black;
}
#efp_table tbody tr {
border-bottom: 1px solid gray;
}
/*
#efp_table tbody td { border-right: 1px solid gray;
font-family: Helvetica,Tahoma,Geneva,Arial,sans-serif;
font-weight: normal;
font-size: 9pt;
cursor: default;
}
*/