|
|
|
@ -121,8 +121,8 @@
|
|
|
|
|
})
|
|
|
|
|
"
|
|
|
|
|
icon-left="pencil"
|
|
|
|
|
>{{ $t("Edit") }}</b-button
|
|
|
|
|
>
|
|
|
|
|
>{{ $t("Edit") }}
|
|
|
|
|
</b-button>
|
|
|
|
|
</li>
|
|
|
|
|
<li v-if="participation.role === ParticipantRole.CREATOR">
|
|
|
|
|
<b-button
|
|
|
|
@ -146,7 +146,7 @@
|
|
|
|
|
"
|
|
|
|
|
@click="openDeleteEventModalWrapper"
|
|
|
|
|
>
|
|
|
|
|
<b-button type="is-text" icon-left="delete">{{ $t("Delete") }}</b-button>
|
|
|
|
|
<b-button type="is-text" icon-left="delete">{{ $t("Delete") }} </b-button>
|
|
|
|
|
</li>
|
|
|
|
|
<li
|
|
|
|
|
v-if="
|
|
|
|
@ -164,8 +164,8 @@
|
|
|
|
|
})
|
|
|
|
|
"
|
|
|
|
|
icon-left="account-multiple-plus"
|
|
|
|
|
>{{ $t("Manage participations") }}</b-button
|
|
|
|
|
>
|
|
|
|
|
>{{ $t("Manage participations") }}
|
|
|
|
|
</b-button>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<b-button
|
|
|
|
@ -173,8 +173,8 @@
|
|
|
|
|
icon-left="view-compact"
|
|
|
|
|
type="is-text"
|
|
|
|
|
:to="{ name: RouteName.EVENT, params: { uuid: participation.event.uuid } }"
|
|
|
|
|
>{{ $t("View event page") }}</b-button
|
|
|
|
|
>
|
|
|
|
|
>{{ $t("View event page") }}
|
|
|
|
|
</b-button>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
@ -293,72 +293,86 @@ article.box {
|
|
|
|
|
line-height: 1.75em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
div.content {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
|
|
|
|
|
.participation-actor span,
|
|
|
|
|
.participant-stats span {
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
.list-card {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 0 1.5em;
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
height: auto;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
}
|
|
|
|
|
.actions {
|
|
|
|
|
padding-right: 7.5px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.title-wrapper {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
div.content {
|
|
|
|
|
flex: 1;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
|
|
|
|
|
div.date-component {
|
|
|
|
|
flex: 0;
|
|
|
|
|
margin-right: 16px;
|
|
|
|
|
}
|
|
|
|
|
.participation-actor span,
|
|
|
|
|
.participant-stats span {
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
button {
|
|
|
|
|
height: auto;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 1em;
|
|
|
|
|
font-size: 1.6em;
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
margin: auto 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
div.title-wrapper {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.actions {
|
|
|
|
|
ul li {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
.is-link {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
div.date-component {
|
|
|
|
|
flex: 0;
|
|
|
|
|
margin-right: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button.is-text {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::v-deep span:first-child i.mdi::before {
|
|
|
|
|
font-size: 24px !important;
|
|
|
|
|
.title {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 1em;
|
|
|
|
|
font-size: 1.6em;
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
margin: auto 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::v-deep span:last-child {
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
.actions {
|
|
|
|
|
ul li {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
|
|
.is-link {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background: #f5f5f5;
|
|
|
|
|
.button.is-text {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
::v-deep span:first-child i.mdi::before {
|
|
|
|
|
font-size: 24px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::v-deep span:last-child {
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background: #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
color: $background-color;
|
|
|
|
|
* {
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
color: $background-color;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|