forked from RallyApps/app-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeamBoardApp.css
38 lines (31 loc) · 1023 Bytes
/
TeamBoardApp.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
.team-board-app .cardboard .column-container .column-header .team-board-iteration-section {
border-top: 1px dotted #c6c6c6;
padding: 5px;
}
.team-board-app .cardboard .column-container .column-header .team-board-iteration-section .wip-container {
font-size: 14px;
text-align: left;
}
.team-board-app .cardboard .column-container .column-header .wip-container .wip-item {
margin-bottom: 2px;
margin-top: 2px;
}
.team-board-app .rui-card .rui-card-content .card-header {
margin-bottom: 3px;
margin-left: 2px;
}
.team-board-app .rui-card .rui-card-content .card-header td {
vertical-align: middle;
}
.team-board-app .rui-card .rui-card-content .card-header .card-header-spacer {
width: 8px;
}
.team-board-app .rui-card .rui-card-content .card-header .card-header-user-info .team-member-name {
font-family: NotoSansBold, Helvetica, Arial;
font-size: 15px;
font-weight: normal;
}
.team-board-app .rui-card .rui-card-right-side {
padding-top: 5px;
width: 70px;
}