forked from potsda.mn/mobilizon
ui: create events page margin
This commit is contained in:
parent
75dddeb792
commit
abd609ecc8
|
@ -55,7 +55,7 @@ body {
|
||||||
}
|
}
|
||||||
.btn-outlined-:hover,
|
.btn-outlined-:hover,
|
||||||
.btn-outlined-primary:hover {
|
.btn-outlined-primary:hover {
|
||||||
@apply font-bold py-2 px-4 bg-mbz-bluegreen dark:bg-violet-3 text-white rounded;
|
@apply font-semibold py-2 px-4 bg-mbz-bluegreen dark:bg-violet-3 text-white rounded;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Field */
|
/* Field */
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="container mx-auto px-1" v-if="hasCurrentActorPermissionsToEdit">
|
<div class="container mx-auto px-3" v-if="hasCurrentActorPermissionsToEdit">
|
||||||
<h1 class="" v-if="isUpdate === true">
|
<h1 class="" v-if="isUpdate === true">
|
||||||
{{ t("Update event {name}", { name: event.title }) }}
|
{{ t("Update event {name}", { name: event.title }) }}
|
||||||
</h1>
|
</h1>
|
||||||
|
@ -473,7 +473,7 @@
|
||||||
<nav
|
<nav
|
||||||
role="navigation"
|
role="navigation"
|
||||||
aria-label="main navigation"
|
aria-label="main navigation"
|
||||||
class="bg-mbz-yellow-alt-200 py-3"
|
class="bg-mbz-yellow-alt-200 p-3 m-3 rounded"
|
||||||
:class="{ 'is-fixed-bottom': showFixedNavbar }"
|
:class="{ 'is-fixed-bottom': showFixedNavbar }"
|
||||||
v-if="hasCurrentActorPermissionsToEdit"
|
v-if="hasCurrentActorPermissionsToEdit"
|
||||||
>
|
>
|
||||||
|
@ -486,7 +486,7 @@
|
||||||
<o-button
|
<o-button
|
||||||
variant="text"
|
variant="text"
|
||||||
@click="confirmGoBack"
|
@click="confirmGoBack"
|
||||||
class="dark:!text-black"
|
class="dark:!text-black ml-auto"
|
||||||
>{{ t("Cancel") }}</o-button
|
>{{ t("Cancel") }}</o-button
|
||||||
>
|
>
|
||||||
<!-- If an event has been published we can't make it draft anymore -->
|
<!-- If an event has been published we can't make it draft anymore -->
|
||||||
|
@ -500,7 +500,7 @@
|
||||||
>{{ t("Save draft") }}</o-button
|
>{{ t("Save draft") }}</o-button
|
||||||
>
|
>
|
||||||
</span>
|
</span>
|
||||||
<span class="">
|
<span class="ml-auto">
|
||||||
<o-button
|
<o-button
|
||||||
variant="primary"
|
variant="primary"
|
||||||
:disabled="saving"
|
:disabled="saving"
|
||||||
|
|
Loading…
Reference in a new issue