~vauxoo/addons-vauxoo/8.0-import_tax_tariff-dev-yani-rev-2

« back to all changes in this revision

Viewing changes to portal_crm_vauxoo/static/src/css/portal_crm.css

  • Committer: Nhomar Hernandez
  • Date: 2013-06-18 07:05:58 UTC
  • mfrom: (543.7.65 vaddons-towork)
  • Revision ID: nhomar@gmail.com-20130618070558-v54ahyeb8b1qqae3
[MERGE] FORWARD PORT 7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 /* Root container */
 
2
.openerp .oe_portal_crm_contact {
 
3
    min-width: 960px;
 
4
}
 
5
 
 
6
/* Contact form section */
 
7
.openerp .oe_portal_crm_contact .oe_portal_crm_contact_form {
 
8
    margin-right: 10px;
 
9
}
 
10
.openerp .oe_portal_crm_contact .oe_portal_crm_contact_form input[type="text"] {
 
11
    width: 40%;
 
12
}
 
13
 
 
14
/* Offices list section */
 
15
.openerp .oe_portal_crm_contact .oe_portal_crm_office {
 
16
    background: #DDD;
 
17
    -moz-border-radius: 4px;
 
18
    -webkit-border-radius: 4px;
 
19
    border-radius: 4px;
 
20
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
 
21
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
 
22
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
 
23
    -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
 
24
}
 
25
.openerp .oe_portal_crm_contact .oe_portal_crm_office * {
 
26
    background: transparent !important;
 
27
}
 
28
.openerp .oe_portal_crm_contact .oe_portal_crm_office .oe_fold_column.oe_kanban_record {
 
29
    float: none;
 
30
    display: block;
 
31
    width: 100%;
 
32
    margin-bottom: 5px;
 
33
    padding: 5px;
 
34
}
 
35
.openerp .oe_portal_crm_contact .oe_portal_crm_office li:last-child {
 
36
    margin-bottom: 1em;
 
37
}
 
38
.openerp .oe_portal_crm_contact .oe_portal_crm_office ul:last-child li:last-child {
 
39
    margin-bottom: 0;
 
40
}