[FIX] calendar: dropdown button misaligned
[odoo/odoo.git] / addons / calendar / static / src / css / calendar.css
1 .openerp .oe_invitation , .text-core .text-tag .oe_invitation{
2     width : 13px;
3     height : 13px;
4     margin-bottom : -4px;
5     display : inline-block;    
6 }
7 .openerp .needsAction , .tentative,.text-core .text-tag .custom-edit, .text-core .text-tag .tentative {
8     background : url(/web/static/src/img/icons/gtk-normal.png) no-repeat;
9     background-size : 11px 11px;    
10 }
11 .openerp .accepted , .text-core .text-tag .accepted {
12     background : url(/web/static/src/img/icons/gtk-yes.png) no-repeat;
13     background-size : 11px 11px;    
14 }
15 .openerp .declined , .text-core .text-tag .declined {
16     background : url(/web/static/src/img/icons/gtk-no.png) no-repeat;
17     background-size : 11px 11px;    
18 }
19 .openerp a.oe_invitation {
20         cursor:default !important;
21 }
22 .cal_meeting {
23     font-size : 24px;
24     font-style: bold;
25     text-align : justify;
26     color : #8A89BA;
27 }
28 .cal_lable {
29     width: 50px;
30     color : #808080;
31 }
32 .invitation_block {
33     padding : 50px 0 0 30px;
34     font-size : 14px;
35     background : #f9f9f9;
36 }
37 .attendee_accepted {
38     background : url(/web/static/src/img/icons/gtk-apply.png) no-repeat;
39     background-size : 15px 15px;
40     padding-left: 20px;
41 }
42 .attendee_declined {
43     background : url(/web/static/src/img/icons/gtk-cancel.png) no-repeat;
44     background-size : 15px 15px;
45     padding-left: 20px;
46 }
47 .event_status {
48     border : 1px solid;
49     height : 20px;
50     width : auto;
51     background: #808080;
52     color : #FFFFFF;
53     padding: 5px 10px;
54     width: 400px;
55 }
56 .cal_inline {
57     display: inline;
58 }
59 .cal_tag {
60     padding-right : 10px;
61     font-style : italic;
62     font-size : 17px;
63     vertical-align:bottom;
64 }
65 .cal_image {
66     height: 30px;
67     width : 100px;
68 }
69 span.no-wrap {
70         white-space:nowrap
71 }
72 .cal_tab {
73     margin: 20 0 20 0;
74 }
75 .openerp .oe_remove_follower {
76     cursor: pointer;
77     position: absolute;
78     right: 0px;
79     line-height: 20px;
80     color: #D3D3D3;
81 }
82 .openerp .oe_add_input_box > div > input{
83     width: 200px;
84 }
85 .openerp .oe_add_input_box > div > .oe_m2o_drop_down_button {
86     position: relative;
87     top: 0px;
88     right: 20px;
89 }