diff --git a/src/App.js b/src/App.js index 5cacd25..89944bc 100644 --- a/src/App.js +++ b/src/App.js @@ -380,8 +380,11 @@ function AdminPanel(p) { return
{!verified? -
- +
+
+
+

Admin

+ {setPassword(f.currentTarget.value)}} onKeyDown={(e)=>{ if (e.key==="Enter") { axios.post(GetBackendURL(p)+"/passwordcheck",{ @@ -396,8 +399,10 @@ function AdminPanel(p) { setVerified(false) setPassword("") })}}}> - -
:<> +
+
+
+:<>
@@ -881,14 +886,8 @@ function App() {
-

Under Construction

-
-

- {GetData("site_data")[0]?.data??"Loading..."}
-

-

- Repo: github.com/sigonasr2/ngsplanner -

+

Under Construction

+ {GetData("site_data")[0]?.data??""}
diff --git a/src/style.css b/src/style.css index 0e57151..7f49933 100644 --- a/src/style.css +++ b/src/style.css @@ -187,6 +187,12 @@ em { margin-right: 10px; padding: 13px 13px 7px 13px; } +.boxTitleBar img { + float: left; +} +.boxTitleBar p:after { + clear: both; +} .boxTitleBar h1:before { font-family: "Segoe UI Symbol"; content: ' \25C6'; @@ -981,7 +987,21 @@ button{ 0% {opacity:0;margin-bottom:30px;} 100% {opacity:1;margin-bottom:0;} } -.boxModal .boxTitleBar, .boxModalClassSelect .boxTitleBar { + .boxAdmin { + height: 200px; + outline: 1px solid rgba(54,255,255,1); + width: 450px; + text-align:center; +} +.boxMisc img { + background: linear-gradient(white,#bca9f5); + margin-Top: 10px; +} + +.boxMisc input { + outline: 1px solid silver; +} +.boxModal .boxTitleBar, .boxModalClassSelect .boxTitleBar, .boxMisc .boxTitleBar { background: linear-gradient(45deg, rgba(47,153,193,0.66),rgba(46,94,137,0.66) 30%,rgba(46,94,137,0.66) 70%, rgba(47,153,193,1)); } .modalItemListContainer {