[IMP] improve the button style in event kanban view
[odoo/odoo.git] / addons / event / static / src / css / event.css
1 .oe_event_date{
2   border-top-left-radius:3px;
3   border-top-right-radius:3px;
4   font-size: 48px;
5   height: auto;
6   font-weight: bold;
7   text-align: center;
8   margin-bottom:-7px;
9   color: #FFFFFF;
10   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
11   background-color: #8A89BA;
12 }
13 .oe_event_time{
14   border-bottom-left-radius:3px;
15   border-bottom-right-radius:3px;
16   font-size: 12px;
17   text-align: center;
18   font-weight: bold;
19   color: #8A89BA;
20   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
21   background-color: #FFFFFF;
22 }
23 .oe_event_month_year{
24   border-bottom-left-radius:3px;
25   border-bottom-right-radius:3px;
26   font-size: 12px;
27   text-align: center;
28   font-weight: bold;
29   color: #FFFFFF;
30   background-color: #8A89BA;
31 }
32
33 .no_of_seats{
34     width:35px;
35 }
36
37 .oe_mapbox
38
39     position: relative;
40     float: right;
41     height:200px;
42     width:256px;
43     border: 1px solid #eeeeee;
44 }
45 .unsubscribe, .unsubscribe_button:hover span {
46    display: none;
47    background-color: #DC5F59
48  }
49 .unsubscribe_button:hover .unsubscribe {
50    display: inline;
51    background-color: #DC5F59;
52  }
53