mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-14032] - fixed style for attach button (#8566)
This commit is contained in:
@@ -108,12 +108,12 @@
|
|||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
color="primary"
|
color="primary"
|
||||||
mat-button
|
mat-raised-button
|
||||||
[disabled]="disableStartButton() || !isProcessFormValid()"
|
[disabled]="disableStartButton() || !isProcessFormValid()"
|
||||||
(click)="startProcess()"
|
(click)="startProcess()"
|
||||||
data-automation-id="btn-start"
|
data-automation-id="btn-start"
|
||||||
id="button-start"
|
id="button-start"
|
||||||
class="btn-start">
|
class="adf-btn-start">
|
||||||
{{'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.START' | translate | uppercase}}
|
{{'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.START' | translate | uppercase}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -64,5 +64,9 @@ adf-cloud-start-process {
|
|||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
place-content: flex-end;
|
place-content: flex-end;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
|
||||||
|
.adf-btn-start {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user