Ajout de lien hypertext sur les réponses dans la vue KANBAN des questions
[OpenERP/faq.git] / static / css / faq.css
1 .faq_question_panel {
2 }
3
4 .oe_kanban_record {
5 }
6
7 .oe_kanban_content{}
8
9 li.bullet{
10     list-style-type: disc !important;
11     margin-left: 30px !important;
12 }
13
14 .question_frame{
15     padding: 0px 5px 10px 10px !important;
16     border-radius: 5px;
17     border: 1px solid #A4A4A4;
18     margin: 10px !important;
19     background: #FAFAFA;
20 }