mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
space buttons under calendar
This commit is contained in:
parent
794bbec1a7
commit
5ca08d489f
@ -21,7 +21,7 @@
|
|||||||
></p-calendar>
|
></p-calendar>
|
||||||
</div>
|
</div>
|
||||||
<button class="button" (click)="mode_calendar = !mode_calendar" [ngClass]="{ 'is-primary': !mode_calendar }">
|
<button class="button" (click)="mode_calendar = !mode_calendar" [ngClass]="{ 'is-primary': !mode_calendar }">
|
||||||
Saisir les dates manuellement
|
<i class="fa fa-pencil"></i> Saisir les dates manuellement
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
@ -38,8 +38,9 @@
|
|||||||
{{ 'dates.add_time' | translate }}
|
{{ 'dates.add_time' | translate }}
|
||||||
</button>
|
</button>
|
||||||
<button class="button" (click)="pollService.allowSeveralHours = !pollService.allowSeveralHours">
|
<button class="button" (click)="pollService.allowSeveralHours = !pollService.allowSeveralHours">
|
||||||
Horaires différentes pour chaque jour
|
<i class="fa fa-clock-o" aria-hidden="true"></i> Horaires différentes pour chaque jour
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
(click)="pollService.removeAllTimes()"
|
(click)="pollService.removeAllTimes()"
|
||||||
*ngIf="pollService.timeList.length && false == pollService.allowSeveralHours"
|
*ngIf="pollService.timeList.length && false == pollService.allowSeveralHours"
|
||||||
|
@ -7,3 +7,6 @@
|
|||||||
.calendar {
|
.calendar {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
#add_time_button {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
@ -190,6 +190,7 @@ mat-checkbox {
|
|||||||
background: white;
|
background: white;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
padding: 1em 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.example-box {
|
.example-box {
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.time-choice {
|
.time-choice {
|
||||||
|
padding: 1em;
|
||||||
input {
|
input {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user