odoo/addons/crm/static/src/css/crm.css

41 lines
916 B
CSS
Raw Normal View History

.oe_kanban_crm_salesteams {
width: 220px;
min-height: 160px;
}
.oe_kanban_crm_salesteams_avatars {
margin-top: 8px;
}
.oe_kanban_crm_salesteams_avatars img {
width: 30px;
height: 30px;
padding-left: 0px;
margin-top: 3px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.oe_kanban_crm_salesteams_alias {
margin: -8px 0 8px 0;
}
.oe_kanban_crm_salesteams_alias .oe_e {
font-size: 30px;
line-height: 6px;
vertical-align: top;
margin-right: 3px;
color: white;
text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
float: left;
}
.oe_kanban_crm_salesteams_list a {
white-space: nowrap;
}
.oe_kanban_crm_salesteams_list a:hover {
text-decoration: underline !important;
}