rename popover company to organisation

This commit is contained in:
Felix Niklas 2015-01-14 22:20:40 +01:00
parent 2f58fa9b7f
commit 45d7d58221

View file

@ -2614,7 +2614,11 @@ footer {
background: white;
}
.popover .person .company {
.popover .priority.icon {
margin-right: 8px;
}
.popover .person .organisation {
color: #a1a4a7;
}
@ -2622,8 +2626,8 @@ footer {
margin: 8px 0;
}
.popover .person .company:before { content: '('; }
.popover .person .company:after { content: ')'; }
.popover .person .organisation:before { content: '('; }
.popover .person .organisation:after { content: ')'; }
.popover .column h3 {
margin: 8px 0 1px;