Skip to content

Commit

Permalink
(fea) adjust css for public calendar actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gnepud committed Jun 3, 2024
1 parent ce176f8 commit e00dcb4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions app/frontend/src/stylesheets/app.layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@
height: 94px;
text-align: center;
}

.public-calendar-heading-actions {
display: flex;
justify-content: right;
}
}

body.container {
Expand Down
10 changes: 5 additions & 5 deletions app/frontend/templates/calendar/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<a ng-click="backPrevLocation($event)"><i class="fas fa-long-arrow-alt-left "></i></a>
</section>
</div>
<div class="col-xs-10 col-sm-10 col-md-6 b-l b-r-md hide-b-r-lg">
<div class="col-xs-10 col-sm-10 col-md-3 b-l b-r-md hide-b-r-lg">
<section class="heading-title">
<h1 translate>{{ 'app.public.calendar.calendar' }}</h1>
</section>
</div>

<div class="col-xs-12 col-sm-12 col-md-5 b-t hide-b-md">
<div class="heading-actions wrapper">
<button type="button" class="btn btn-default m-t m-b" ng-click="openFilterAside()">
<div class="col-xs-12 col-sm-12 col-md-8 b-t hide-b-md">
<div class="heading-actions wrapper public-calendar-heading-actions">
<button type="button" class="btn btn-default m-t m-b m-r" ng-click="openFilterAside()">
<span class="fa fa-filter"></span> {{ 'app.shared.calendar.filter_calendar' | translate }}
</button>
<button type="button" class="btn btn-default m-t m-b" ng-click="triggerAutoRefresh()">
<button type="button" class="btn btn-default m-t m-b m-r" ng-click="triggerAutoRefresh()">
<span class="fa fa-refresh"></span> {{ 'app.shared.calendar.auto_refresh' | translate }}
</button>
<button type="button" class="btn btn-default m-t m-b" ng-click="triggerOnlyCalendarViewMode()">
Expand Down

0 comments on commit e00dcb4

Please sign in to comment.