-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpivotal.css
128 lines (93 loc) · 1.87 KB
/
pivotal.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
/* ==== Body ==== */
body {
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
/* ==== Hide ==== */
div#header {
display: none;
}
/* ==== Transitions ==== */
.panelLink, #controlPanel {
-webkit-transition: 0.2s;
}
/* ==== Get rid of shadows ==== */
.iterationHeader {
background: #444;
}
.panelHeaderLeft, .panelHeaderRight {
display: none;
}
/* ==== Control panel ==== */
#controlPanel {
height: 34px;
margin-bottom: 11px;
opacity: 0.3;
background: #EEE;
border-top: 0 none;
border-bottom: 1px solid #CCC;
}
#controlPanel:hover {
opacity: 1;
}
#controlPanel #project_name_row div.projectName {
display: none;
}
/* === Velocity ==== */
#velocity {
position: absolute;
right: 320px;
top: 6px;
}
/* hide disclosure arrow */
#controlPanel div#velocity .velocityLabel {
background: 0 none;
}
#controlPanel #controls_search_velocity_row {
margin-top: 1px;
padding-left: 9px;
}
#controlPanel #controls_search_velocity_row > div.right {
margin-top: -3px;
}
/* ==== Panel headers ==== */
.panelHeader {
background-color: #FFF;
padding-left: 5px;
margin-bottom: 11px;
}
.panelTitle {
color: #444;
text-transform: lowercase;
font-size: 22px;
}
/* only show column action buttons on hover */
.panelLink {
opacity: 0;
}
.panelHeader:hover .panelLink {
opacity: 0.4;
}
/* ==== No background striping! ==== */
.items > div.inner, .endOfList {
background: #FFFFFF;
}
/* no bottom-border at the end of the list */
.endOfList {
border-bottom: 0 none;
border-top: 0 none;
}
.list > .btm .mid {
background: 0 none;
}
/* remove list image borders */
.list, .items {
background: 0 none;
}
/* ==== Hide the comment badge ==== */
.storyPreviewText {
padding-left: 53px;
}
/* ==== Items ==== */
.storyPreviewHeader, .epicPreviewHeader {
padding: 6px 2px;
}