From 5f26c6b63af125d5470de03fa99233b5e0474c58 Mon Sep 17 00:00:00 2001 From: tersiswilvin <52929976+tersiswilvin@users.noreply.github.com> Date: Fri, 19 Aug 2022 20:23:49 -0700 Subject: [PATCH] Improved tree list Adds a somewhat improved tree list as well as small changes to the online and offline icon in user list. --- public/css/NewAdminCSS.css | 42 +++++++++++++++++++++++++-- resources/views/admin/tree.blade.php | 41 ++++++++++---------------- resources/views/layouts/app.blade.php | 2 +- 3 files changed, 56 insertions(+), 29 deletions(-) diff --git a/public/css/NewAdminCSS.css b/public/css/NewAdminCSS.css index c2dc219..075db56 100644 --- a/public/css/NewAdminCSS.css +++ b/public/css/NewAdminCSS.css @@ -175,6 +175,7 @@ h6 { } .NewPanel .SearchCloseBtn{ color: #af1400; + transition: .1s linear; left: auto; margin-left: -105px; margin-top: 1px; @@ -344,29 +345,64 @@ h6 { height: 12px; display: block; float: right; - top: -6px; + top: -12px; position: relative; border-radius: 50%; } .NewPanel .website { background: linear-gradient(0deg, #0087e0 0%, #005085 49%,#005a85 50%, #0099ff 95%, #fff 100%); + border: 2px solid #111; width: 12px; height: 12px; display: block; border-radius: 50%; - margin: -5px; + margin: -8px; } .NewPanel .offline { background: linear-gradient(0deg, #a3a3a3 0%, #7a7a7a 49%, #797979 50%, #c9c9c9 95%, #fff 100%); + border: 2px solid #111; width: 12px; height: 12px; display: block; border-radius: 50%; - margin: -5px; + margin: -8px; } .NewPanel.AdminPanel .flex { display: table!important; } +.NewPanel .InvitationUserName { + text-align: center; + margin-top: 20px; + font-size: 20px; + font-weight: 600; + display: block; +} +.NewPanel .InvitationSubName { + text-align: center; + font-size: 18px; + font-weight: 100; +} +.NewPanel .InvitationSubName .InvitationText { + display: inline-block; + font-weight: 100; + cursor: default; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.NewPanel .InvitationSubText { + text-align: center; + cursor: default; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} @media (max-width:1000px) { .NewPanel .AdminSubHeader ul { diff --git a/resources/views/admin/tree.blade.php b/resources/views/admin/tree.blade.php index 67923d5..591191d 100644 --- a/resources/views/admin/tree.blade.php +++ b/resources/views/admin/tree.blade.php @@ -18,6 +18,11 @@
+