Improve calendar-navigation on organizer and events page (Z#177488) (#2373)

* hide icons for calendar-types and improve layout-breakpoints in calendar top-nav

* change month-selector to one dropdown "date"and redirect old URLs to new date-based URLs

* change week calendar to one dropdown "date“ and redirect old URLs to new date-based URLs
This commit is contained in:
Richard Schreiber
2021-12-14 16:38:32 +01:00
committed by GitHub
parent d16f6167f6
commit aed64d16f6
14 changed files with 199 additions and 249 deletions

View File

@@ -22,6 +22,10 @@ td > .form-group > .checkbox {
padding-top: 7px;
}
.form-inline .form-control {
max-width: 100%;
}
.has-success .form-control {
border-color: #cccccc;
}

View File

@@ -33,6 +33,10 @@ a.btn, button.btn {
margin-right: 10px;
}
.form-inline .form-control {
max-width: 100%;
}
.form-control.is-focused {
$color-rgba: rgba(red($input-border-focus), green($input-border-focus), blue($input-border-focus), .6);
border-color: $input-border-focus;

View File

@@ -396,7 +396,7 @@ h2 .label {
}
.event-list {
margin-top: 15px;
margin-bottom: 15px;
border-top: 1px solid $table-border-color;
.row {