diff --git a/public/css/NewAdminCSS.css b/public/css/NewAdminCSS.css index 81184fd..c2dc219 100644 --- a/public/css/NewAdminCSS.css +++ b/public/css/NewAdminCSS.css @@ -17,7 +17,7 @@ h2 { } h3 { font-size: 20px; - font-family: 600; + font-weight: 600; } h4 { font-size: 18px; @@ -169,7 +169,7 @@ h6 { .NewPanel.AdminPanel .Userlist { margin: 10px; } -.NewPanel.AdminPanel .Userlist form div { +.NewPanel.AdminPanel form div { display: flex; justify-content: center; } @@ -181,6 +181,9 @@ h6 { position: absolute; font-size: 16px; } +.NewPanel .SearchCloseBtn:hover { + color: #d41900; +} .NewPanel.AdminPanel #SearchInput { border: 1px solid #757575; border-radius: 3px; diff --git a/resources/views/admin/tree.blade.php b/resources/views/admin/tree.blade.php index 76ec798..1921117 100644 --- a/resources/views/admin/tree.blade.php +++ b/resources/views/admin/tree.blade.php @@ -13,6 +13,30 @@ @endsection +@section('Body') +