forked from RallyApps/PortfolioKanban
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfolioKanbanApp.css
112 lines (92 loc) · 2.48 KB
/
PortfolioKanbanApp.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
.portfolio-kanban .no-type-text {
text-align: center
}
.portfolio-kanban .typeCombo {
float: right;
}
.portfolio-kanban .header {
border-bottom: 1px dotted #c6c6c6;
padding-right: 10px;
}
.portfolio-kanban .readyIndicator {
visibility: hidden;
}
.portfolio-kanban .timeInState {
border-top: 1px dotted #CCC;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #CCC;
color: #666;
margin-top: 5px;
padding-top: 5px;
}
.portfolio-kanban .showPolicies {
font-weight: bold;
float: right;
margin: 3px 10px 6px 0;
}
.portfolio-kanban .showPolicies label {
position: relative;
top: 1px;
}
.portfolio-kanban .settingsHeader {
float: left;
color: gray;
padding: 1px 0 0 10px;
}
.portfolio-kanban .settingsHeader b {
padding-right: 5px;
}
.portfolio-kanban .filterInfo {
float: right;
padding-right: 1px;
border-right: 1px solid #CCC;
margin-right: 5px;
margin-top: 3px;
}
.portfolio-kanban .filterInfo a {
display: block;
width: 21px;
height: 21px;
background: transparent url(https://rally1.rallydev.com/apps/2.0p3/rui/resources/themes/images/default/form/filter-blue-on-white.png) no-repeat scroll 0 0;
}
.filterInfoTooltipLineItem {
padding-top: 5px;
}
.filterInfoTooltip .scopeUp, .filterInfoTooltip .scopeDown, .filterInfoTooltip .scopeUpAndDown, .filterInfoTooltip .noScope {
display: inline-block;
width: 5px;
height: 11px;
margin-left: 4px;
position: relative;
top: 1px;
}
.filterInfoTooltip .scopeUp {
background: transparent url(https://rally1.rallydev.com/apps/2.0p3/rui/resources/themes/images/default/projectpicker/scope-up-ffffff.png) no-repeat scroll 0 0;
}
.filterInfoTooltip .scopeDown {
background: transparent url(https://rally1.rallydev.com/apps/2.0p3/rui/resources/themes/images/default/projectpicker/scope-down-ffffff.png) no-repeat scroll 0 0;
}
.filterInfoTooltip .scopeUpAndDown {
background: transparent url(https://rally1.rallydev.com/apps/2.0p3/rui/resources/themes/images/default/projectpicker/scope-both-ffffff.png) no-repeat scroll 0 0;
}
.filterInfoTooltip h3 {
font-size: 14px;
font-weight: normal !important;
}
.filterInfoTooltip label {
font-weight: bold;
}
.filterInfoTooltip span {
margin-left: 3px;
}
.appSettingsLink {
padding: 4px 4px 0 0;
margin: 3px 1px 0 0;
border-right: 1px solid #CCC;
height: 21px;
float: right;
}
.app-settings .settings-title {
display: none;
}