mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* Add Assignee to readonly mode * Style adoption and first steps to editable mode * Switch between mode coverage * Rebase fix * Because of design and requirement changes, revert unnecessary parts * Small refactoring before the introduction of CardViewDateItem * Fix AdfCardView tests * Editable Card date item * Do not allow edit on task details after the task is completed. * Update task details request * Login footer switch fix * Login customisable copyright text * Card text item (first sketches) * Small fix for supported card items' template * Dynamic component loading for card view items * Test and linting fixes * Updating Readme.md * Update Readme.md * Fix Readme.md errors * CardViewTextItemComponent tests * Rebase fix
41 lines
681 B
CSS
41 lines
681 B
CSS
:host {
|
|
width: 100%;
|
|
}
|
|
|
|
.error-dialog h3 {
|
|
margin: 16px 0;
|
|
}
|
|
|
|
.activiti-task-details__header {
|
|
align-self: flex-end;
|
|
display: flex;
|
|
font-size: 24px;
|
|
font-weight: 300;
|
|
line-height: normal;
|
|
overflow: hidden;
|
|
margin: 0 0 8px 0;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
|
|
.activiti-task-details__action-button {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.people-dialog {
|
|
position: fixed;
|
|
top: 50%;
|
|
transform: translate(0, -50%);
|
|
width: 40%;
|
|
}
|
|
|
|
.comments-dialog {
|
|
position: fixed;
|
|
top: 50%;
|
|
transform: translate(0, -50%);
|
|
width: 40%;
|
|
}
|