[FIX] set cursor style to portlet header.
[odoo/odoo.git] / addons / base_dashboard / static / src / css / dashboard.css
1 .column {
2     float: left; 
3     padding-bottom: 100px;
4 }
5
6 .portlet { 
7     margin: 0 1em 1em 0;
8 }
9
10 .portlet-header { 
11     margin: 0.3em; 
12     padding-bottom: 4px; 
13     padding-left: 0.2em;
14 }
15
16 .portlet-header:hover {
17     cursor: move;
18 }
19
20 .portlet-header .ui-icon { 
21     float: right;
22 }
23
24 .portlet-content { 
25     padding: 0.4em;
26 }
27
28 .ui-sortable-placeholder { 
29     border: 1px dotted black; 
30     visibility: visible !important; 
31     height: 50px !important;
32 }
33
34 .ui-sortable-placeholder * { 
35     visibility: hidden;
36