[IMP] changes in page view -> white fields should be OK
[odoo/odoo.git] / addons / web / static / src / css / data_export.css
1 .openerp .oe-export {
2     width: 100%;
3 }
4 .openerp .oe_export_row tr{
5     background-color: #FFFFFF;
6     font-size: 0.8em;
7     height: 22px;
8 }
9
10 .openerp tr.ui-selected td {
11     background-color: #CCCCCC;
12 }
13
14 .openerp .oe_export_requiredfield {
15     background-color: #D2D2FF;
16 }
17
18 .openerp .oe_export_readonlyfield{
19     background-color: #999999;
20 }
21
22 .openerp .oe_export_row:hover{
23     background-color: #F3F3F3;
24 }
25
26 .openerp .oe_export_fields_selector_left {
27     width: 50%;
28 }
29
30 .openerp div#left_field_panel {
31     overflow: scroll;
32     width: 100%;
33     height: 400px;
34     border: solid #999999 1px;
35 }
36 .openerp div#left_field_panel table {
37     width: 100%;
38 }
39
40 .openerp .oe_export_fields_selector_center {
41     text-align: center;
42 }
43 .openerp .oe_export_fields_selector_center button {
44     white-space: nowrap;
45 }
46
47 .openerp .oe_export_fields_selector_right {
48     width: 45%;
49     height: 400px;
50 }
51
52 .openerp .oe_export_fields_selector_right select{
53     width: 100%;
54     height: 100%;
55 }
56
57 .openerp .oe_export_tree_header{
58     border: 0.5px solid #E3E3E3;
59     text-align: left;
60     white-space: nowrap;
61     padding: 4px 5px;
62     background: url(/web/static/src/img/header.gif);
63 }
64
65
66 .openerp table.tree_grid{
67     border: 1px solid #E3E3E3;
68     text-align: left;
69     white-space: nowrap;
70     background-color:#E3E3E3;
71     border-collapse: collapse;
72     width: 100%;
73 }
74
75 .openerp table.tree_grid a:hover {
76     color: blue;
77     border: none;
78 }
79
80 .openerp table.tree_grid a {
81     color: #5F5C5C;
82     border: none;
83     display: block;
84 }