diff --git a/public/css/NewAdminCSS.css b/public/css/NewAdminCSS.css index f565024..50fbba4 100644 --- a/public/css/NewAdminCSS.css +++ b/public/css/NewAdminCSS.css @@ -112,7 +112,7 @@ h6 { width: 200px; height: 40px; padding: 5px; - background-image: url(../img/MORBLOXlogo.png); + background-image: url(/img/MORBLOXlogo.png); background-repeat: no-repeat; background-size: contain; background-position: 0; @@ -151,7 +151,6 @@ h6 { color: #bbb; display: inline-block; text-align: left; - padding-right: 3px;; } .NewPanel.AdminPanel .Stats-Wrapper { text-align: center; @@ -217,11 +216,11 @@ h6 { margin: auto; } .NewPanel.AdminPanel .SearchContainer { - width: 25%; + width: 235px; height: auto; background-color: #555; border-radius: 5px; - margin-top: 37px; + margin: 62px 25px 0 0; display: flex; align-items: center; align-content: center; @@ -235,6 +234,14 @@ h6 { border: 5px solid #111; border-radius: 100%; } +.NewPanel .SearchBoard { + width: 100%; + height: 100%; + position: relative; + display: flex; + flex-direction: row; + justify-content: center; +} .NewPanel .SearchContainer .UserThumbnail { background-image: url(/img/defaultrender.png); background-size: contain; @@ -267,6 +274,7 @@ h6 { .NewPanel .AuthenticatedUserName { color: #009dff; transition: .25s all ease-in-out; + display: inline-block; } .NewPanel .AdminHeader .HomeBtn { color: #009dff; diff --git a/public/css/app.css b/public/css/app.css index 9f2387e..9c02a5a 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -532,7 +532,7 @@ html { } .loggedout { - background: url('../img/animated.png'); + background: url('/img/animated.png'); background-color: rgb(49, 107, 223); background-position: center bottom; background-repeat: repeat-x; diff --git a/resources/views/admin/users.blade.php b/resources/views/admin/users.blade.php index cdf48a7..6c877a5 100644 --- a/resources/views/admin/users.blade.php +++ b/resources/views/admin/users.blade.php @@ -26,6 +26,7 @@ @endif +
@foreach ($users as $user)
@@ -141,6 +142,7 @@ @endif
+
{{ $users->appends($_GET)->links() }} @endsection @section('content')