mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* create button, download, view functionality added in task attachment list component * created sevice to attach document to task * added new component to create/uplaod attachment to task * added new component to create/uplaod attachment to task * added test case for create task attachment component * added test case for create task attachment component * added input to block upload document to ECM * fixed create task attachment spec file issue * changed alfresco-upload to alfresco-core upload directive * removed attachCreate button and emitter from task-attachment-list * removed uploadToEcm input and checkValidity method from alfresco-upload * added documentation for task-attachment-list and create-task-attachment components
19 lines
366 B
CSS
19 lines
366 B
CSS
.upload-attachment-container {
|
|
border: 1px solid rgb(224, 224, 224);
|
|
background: #fff;
|
|
text-align: left;
|
|
border-top: none;
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.drag-area {
|
|
border: 1px solid #eee;
|
|
padding: 100px 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.upload-attachment-container button {
|
|
color: rgb(253, 145, 0);
|
|
opacity: 0.64;
|
|
} |