[IMP] Relooking of the modules vignette, the Kanban view is now the default view...
[odoo/odoo.git] / openerp / addons / base / static / src / css / modules.css
1 .module-icon, .module-desc {
2   display: inline-block;
3   vertical-align: top;
4 }
5
6 .module-icon {
7   width: 80px;
8   height: 80px;
9   padding: 0 4px;
10 }
11
12 .module-desc {
13   width: 220px;
14   font-size: 13px;
15   padding: 2px 4px 8px;
16   color: #4c4c4c;
17 }
18
19 .module-desc h4 {
20   margin: 3px 0;
21   font-size: 13px;
22 }
23
24 .module-desc p {
25   margin: 3px 0 5px;
26 }
27
28 .oe_kanban_record {
29   margin: 5px 0;
30   min-height: 80px;
31 }