diff --git a/src/webapp/src/router/mainRoutes.js b/src/webapp/src/router/mainRoutes.js index 73cf80d..166ac7e 100644 --- a/src/webapp/src/router/mainRoutes.js +++ b/src/webapp/src/router/mainRoutes.js @@ -104,7 +104,11 @@ export default [ { path: '/:pathMatch(.*)*', name: 'NotFound', - component: () => import( '@/views/404.vue') + component: () => import( '@/views/404.vue' ), + meta: { + title: '404 - Page not found :: libreevent', + transition: 'scale', + } }, { path: '/admin/seatplan', diff --git a/src/webapp/src/views/404.vue b/src/webapp/src/views/404.vue index 279acf8..a58c6dc 100644 --- a/src/webapp/src/views/404.vue +++ b/src/webapp/src/views/404.vue @@ -12,7 +12,7 @@
| + |
{{ setting.display }}
-
-
-
- {{ setting.tooltip }}
+
+
+
+
+ {{ setting.tooltip }}
+
|
@@ -78,6 +80,10 @@
position: relative;
}
+.info-container {
+ display: inline;
+}
+
.info-icon {
font-size: 100%;
cursor: default;