diff --git a/app/frontend/src/stylesheets/app.components.scss b/app/frontend/src/stylesheets/app.components.scss index 7d47a0c7f..5ea994be0 100644 --- a/app/frontend/src/stylesheets/app.components.scss +++ b/app/frontend/src/stylesheets/app.components.scss @@ -77,6 +77,21 @@ } } +.modal-footer.btn-stack { + display: flex; + flex-direction: column; + gap: 1rem; + + &::after, + &::before { + content: none; + } + + & > * { + margin: 0 !important; + } +} + .modal-backdrop { height: 100%; } diff --git a/app/frontend/templates/admin/calendar/eventModal.html b/app/frontend/templates/admin/calendar/eventModal.html index 12b0dac7d..aebabf13a 100644 --- a/app/frontend/templates/admin/calendar/eventModal.html +++ b/app/frontend/templates/admin/calendar/eventModal.html @@ -82,18 +82,18 @@

{{ 'app.admin.calendar.divide_this_availability' }}

-
- - {{ 'app.admin.calendar.slots' }} -
+
+ +
+

{{ 'app.admin.calendar.slots_of' }}

-
- - {{ 'app.admin.calendar.minutes' }} +
+ +
@@ -223,7 +223,7 @@

{{ 'app.admin.calendar.summary' }}

{{ 'app.admin.calendar.about_to_create' | translate:{NUMBER:occurrences.length,TYPE:availability.available_type} }} -
- -
-
-
- - - - - - - - - - - - - - - - - -
-
- -
-
-
+ + +
+
+
+ + + + + + + + + + + + + + + + + +
+
+ +
+
diff --git a/app/frontend/templates/events/index.html b/app/frontend/templates/events/index.html index 90de341dc..24108fab1 100644 --- a/app/frontend/templates/events/index.html +++ b/app/frontend/templates/events/index.html @@ -17,61 +17,60 @@
+ +
+ -
- - -
-
- -
- -
- -
- -
- -
+
+
+
-
+
+ +
+ +
+ +
+
+ +
+ + +
+ +
+

{{monthNames[month.split(',')[0] - 1]}}, {{month.split(',')[1]}}

+ +
+ event="event" + ng-repeat="event in eventsGroupByMonth[month]" + card-type="'sm'" + ng-if="isAuthorized(['admin', 'manager']) || event.id !== featuredEevent.id" + ng-class="{'featured-event': event.id === featuredEevent.id}" + ui-sref="app.public.events_show({id: event.id})">
-
-

{{monthNames[month.split(',')[0] - 1]}}, {{month.split(',')[1]}}

+
-
- - -
+ - - -
diff --git a/app/frontend/templates/shared/confirm_modify_slot_modal.html b/app/frontend/templates/shared/confirm_modify_slot_modal.html index bc78c162a..c5ffd6555 100644 --- a/app/frontend/templates/shared/confirm_modify_slot_modal.html +++ b/app/frontend/templates/shared/confirm_modify_slot_modal.html @@ -7,7 +7,7 @@

{{ 'app.shared.confirm_modify_slot_modal.do_you_want_to_change_NAME_s_booking_slot_initially_planned_at' }}

{{object.start | amDateFormat: 'LL'}} : {{object.start | amDateFormat:'LT'}} - {{object.end | amDateFormat:'LT'}}

-