diff --git a/public/css/style.css b/public/css/style.css index 5ac3b4e..983361e 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -839,7 +839,8 @@ there. text-align: left; } .header .logo { - display: inline; + /* display: inline; */ + display: none; position: unset; } .navigation a.menu-icon { diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index d4759fc..381c2f4 100755 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -1,99 +1,51 @@ - - +@extends('layouts.app') - - TETHYS - Geology Geophysics Meteorology - - - - +@section('head') + - - - - - - - - - - - + } + +@endsection - -
- - - -
+@section('content') +
-

In Tethys einloggen

+

Tethys Login Form

Login is only required for access to data under embargo or for submitting new datasets.

@@ -125,8 +77,7 @@
- +
@@ -150,6 +101,5 @@ - - - \ No newline at end of file + +@endsection \ No newline at end of file