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