This is an automated email from the ASF dual-hosted git repository. ankovalyshyn pushed a commit to branch feature/projects in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
commit dcb63d6abc032c9cbc62d85670584fa5e20e5cc9 Author: Andriana Kovalyshyn <[email protected]> AuthorDate: Sat Jun 1 09:59:34 2019 +0300 [DLAB-655]: fixed roles markup --- .../src/app/administration/roles/roles.component.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/roles/roles.component.html b/services/self-service/src/main/resources/webapp/src/app/administration/roles/roles.component.html index 778de7b..1cca02f 100644 --- a/services/self-service/src/main/resources/webapp/src/app/administration/roles/roles.component.html +++ b/services/self-service/src/main/resources/webapp/src/app/administration/roles/roles.component.html @@ -17,11 +17,17 @@ ~ under the License. --> -<div class="manage-roles"> - <button mat-raised-button class="butt add-group" (click)="stepperView = !stepperView"> - <i class="material-icons">people_outline</i>Add group - </button> - <mat-horizontal-stepper #stepper *ngIf="stepperView" class="stepper roles ani"> +<div class="manage-roles base-retreat"> + <div class="sub-nav"> + <div> + <button mat-raised-button class="butt add-group" (click)="stepperView = !stepperView"> + <i class="material-icons">people_outline</i>Add group + </button> + </div> + <div></div> + </div> + + <mat-horizontal-stepper #stepper *ngIf="stepperView" class="stepper ani"> <mat-step> <ng-template matStepLabel>Groups</ng-template> <div class="inner-step mat-reset"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
