mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
fieldset date choice container
This commit is contained in:
parent
1f04f12f1e
commit
7e973408fa
@ -1,6 +1,6 @@
|
|||||||
<div class="day-list-container">
|
<div class="day-list-container">
|
||||||
<div class="days-list" [ngClass]="{ 'colored-weekend-days': environment.enable_colored_weekend_days }">
|
<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="date-choice" [ngClass]="{ 'day-weekend': isWeekendDay(choice.date_input) }">
|
||||||
<div class="top">
|
<div class="top">
|
||||||
<label class="pull-left" for="dateChoices_{{ id }}" [attr.aria-describedby]="'format-date-' + id">
|
<label class="pull-left" for="dateChoices_{{ id }}" [attr.aria-describedby]="'format-date-' + id">
|
||||||
@ -35,7 +35,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</fieldset>
|
||||||
<div class="add_date">
|
<div class="add_date">
|
||||||
<!-- ajouter une date-->
|
<!-- ajouter une date-->
|
||||||
<button class="button is-primary is-fullwidth" (click)="addChoice()">
|
<button class="button is-primary is-fullwidth" (click)="addChoice()">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div class="step min-height">
|
<div class="step min-height">
|
||||||
<div class="min-height">
|
<div class="min-height">
|
||||||
<form action="#" [formGroup]="pollService.form">
|
<form action="#" [formGroup]="pollService.form">
|
||||||
<h1>
|
<h1 class="title is-2">
|
||||||
{{ 'owner.title' | translate }}
|
{{ 'owner.title' | translate }}
|
||||||
</h1>
|
</h1>
|
||||||
<label for="name">
|
<label for="name">
|
||||||
|
Loading…
Reference in New Issue
Block a user