Skip to content
Snippets Groups Projects
Verified Commit eb82d79c authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX fix height button administration

parent ff0668b4
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
font-weight: bolder; font-weight: bolder;
opacity: 0.09; opacity: 0.09;
text-align: center">ORGANISATION</div> text-align: center">ORGANISATION</div>
<button style="white-space:inherit;" class="col-md-4 col-xs-6" mat-button color="primary" matTooltip="{{modService.comment}}" *ngFor="let modService of organisationServices" <button style="white-space:inherit;height: 130px;" class="col-md-4 col-xs-6" mat-button color="primary" matTooltip="{{modService.comment}}" *ngFor="let modService of organisationServices"
(click)="goToSpecifiedAdministration(modService)"> (click)="goToSpecifiedAdministration(modService)">
<i class="{{modService.style}} fa-4x"></i> <i class="{{modService.style}} fa-4x"></i>
<br/>{{modService.name}}</button> <br/>{{modService.name}}</button>
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
font-weight: bolder; font-weight: bolder;
opacity: 0.09; opacity: 0.09;
text-align: center">PRODUCTION</div> text-align: center">PRODUCTION</div>
<button style="white-space:inherit;" class="col-md-4 col-xs-6" mat-button color="primary" matTooltip="{{modService.comment}}" *ngFor="let modService of productionServices" <button style="white-space:inherit;height: 130px;" class="col-md-4 col-xs-6" mat-button color="primary" matTooltip="{{modService.comment}}" *ngFor="let modService of productionServices"
(click)="goToSpecifiedAdministration(modService)"> (click)="goToSpecifiedAdministration(modService)">
<i class="{{modService.style}} fa-4x"></i> <i class="{{modService.style}} fa-4x"></i>
<br/>{{modService.name}}</button> <br/>{{modService.name}}</button>
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
font-weight: bolder; font-weight: bolder;
opacity: 0.09; opacity: 0.09;
text-align: center">CLASSEMENT</div> text-align: center">CLASSEMENT</div>
<button style="white-space:inherit;" class="col-md-4 col-xs-6" mat-button color="primary" matTooltip="{{modService.comment}}" *ngFor="let modService of classementServices" <button style="white-space:inherit;height: 130px;" class="col-md-4 col-xs-6" mat-button color="primary" matTooltip="{{modService.comment}}" *ngFor="let modService of classementServices"
(click)="goToSpecifiedAdministration(modService)"> (click)="goToSpecifiedAdministration(modService)">
<i class="{{modService.style}} fa-4x"></i> <i class="{{modService.style}} fa-4x"></i>
<br/>{{modService.name}}</button> <br/>{{modService.name}}</button>
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
font-weight: bolder; font-weight: bolder;
opacity: 0.09; opacity: 0.09;
text-align: center">SUPERVISION</div> text-align: center">SUPERVISION</div>
<button style="white-space:inherit;" class="col-md-4 col-xs-6" mat-button color="primary" matTooltip="{{modService.comment}}" *ngFor="let modService of supervisionServices" <button style="white-space:inherit;height: 130px;" class="col-md-4 col-xs-6" mat-button color="primary" matTooltip="{{modService.comment}}" *ngFor="let modService of supervisionServices"
(click)="goToSpecifiedAdministration(modService)"> (click)="goToSpecifiedAdministration(modService)">
<i class="{{modService.style}} fa-4x"></i> <i class="{{modService.style}} fa-4x"></i>
<br/>{{modService.name}}</button> <br/>{{modService.name}}</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment