fieldset date choice container

This commit is contained in:
Tykayn 2022-03-01 16:53:45 +01:00 committed by tykayn
parent 1f04f12f1e
commit 7e973408fa
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<div class="day-list-container">
<div class="days-list" [ngClass]="{ 'colored-weekend-days': environment.enable_colored_weekend_days }">
<div class="date-choice-container" *ngFor="let choice of dateChoices; index as id">
<fieldset class="date-choice-container has-no-border" *ngFor="let choice of dateChoices; index as id">
<div class="date-choice" [ngClass]="{ 'day-weekend': isWeekendDay(choice.date_input) }">
<div class="top">
<label class="pull-left" for="dateChoices_{{ id }}" [attr.aria-describedby]="'format-date-' + id">
@ -35,7 +35,7 @@
</button>
</div>
</div>
</div>
</fieldset>
<div class="add_date">
<!-- ajouter une date-->
<button class="button is-primary is-fullwidth" (click)="addChoice()">

View File

@ -2,7 +2,7 @@
<div class="step min-height">
<div class="min-height">
<form action="#" [formGroup]="pollService.form">
<h1>
<h1 class="title is-2">
{{ 'owner.title' | translate }}
</h1>
<label for="name">