3301574e4458e83286a44161f7e834b6ac2d9201
[OpenERP/faq.git] / static / css / faq.css
1 .faq_question_panel {
2 }
3
4 .oe_kanban_record {
5     width: 99%;
6 }
7
8 .oe_kanban_content{}
9
10 li.bullet{
11     list-style-type: disc !important;
12     margin-left: 30px !important;
13 }
14
15 .question_frame{
16     padding: 0px 5px 10px 10px !important;
17     border-radius: 5px;
18     border: 1px solid #A4A4A4;
19     margin: 10px !important;
20     background: #FAFAFA;
21 }