blob: 6a0f4ddb90c2f43e791addf2ac1e83db9091056c (
plain)
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
|
.o_kanban_card_survey {
& > .row {
min-height: 60px;
}
}
.o_kanban_card_survey_successed{
background-image:
linear-gradient(rgba(255,255,255,.9),
rgba(255,255,255,.9)),
url(/survey/static/src/img/trophy-solid.svg);
background-repeat: no-repeat;
background-position: bottom 6px left -45px;
background-size: 100%, 100px;
}
table.o_section_list_view tr.o_data_row.o_is_section {
font-weight: bold;
background-color: #DDD;
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
}
.icon_rotates {
transform: rotate(180deg);
}
|