rename popover company to organisation
This commit is contained in:
parent
2f58fa9b7f
commit
45d7d58221
1 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue