summaryrefslogtreecommitdiff
path: root/addons/im_livechat/static/src/scss/im_livechat_history.scss
blob: ee4d6b4f8349c40cf6c59d01f2a577a971f679b7 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
.o_history_container{
    table-layout: fixed;
    width: 200% !important;
    > tbody > tr > td {
        padding: 0px !important;
    }
    .o_history_kanban_container {
        text-align:center;
        .o_history_kanban_sub_container {
            .o_kanban_ungrouped {
                flex-flow: column;
                max-height:500px;
                overflow:auto;
                padding:2px 0px;
                .rounded-circle {
                    width:32px;
                    height: 32px;
                }
                .o_kanban_record {
                    padding: 0px 8px;
                    margin: -1px 8px;
                    min-width: 300px;
                    width: 98%;
                    word-break: break-all;
                }
            }
            .oe_module_vignette {
                text-align:left;
            }
            .o_kanban_image {
                padding-top: 8px;
            }
            .oe_module_desc {
                padding: 8px 8px 0px 64px;
            }
        }

    }
}