From 9fd6c2fd28a038d9eca6830352c7c3b22c3b02cf Mon Sep 17 00:00:00 2001 From: dudleycu Date: Sun, 22 Aug 2021 23:12:28 +0000 Subject: [PATCH] ui stuff --- src/App.js | 4 ++-- src/TestPanel.js | 19 ++++++++++++------- src/style.css | 18 +++++++++++++++--- 3 files changed, 29 insertions(+), 12 deletions(-) diff --git a/src/App.js b/src/App.js index 4414035..3b5e5e1 100644 --- a/src/App.js +++ b/src/App.js @@ -891,8 +891,8 @@ function App() {
-

Under Construction

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


+

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

{GetData("site_data")[1]?.data??""}

+ {GetData("site_data")[2]?.data??""}


diff --git a/src/TestPanel.js b/src/TestPanel.js index 5a63c5b..3e8b2df 100644 --- a/src/TestPanel.js +++ b/src/TestPanel.js @@ -508,13 +508,18 @@ AUGMENT

To Do List

UI
-
Grids. Grids everywhere.
-
Finish "Item Details" for Weapons/Armor
-
Class Skill Window
-
PA Select Window
-
Food/Buffs Menu
-
Get all the fckn icons
-
test
+
Grids. Grids everywhere.
+
Finish "Item Details" for Weapons/Armor
+
Class Skill Window
+
PA Selector
+
Food/Buffs Menu
+
Get all the fckn icons
+
Functionality
+
Food/Buffs Menu
+
PA Selector
+
Data
+
Food/Buffs Menu
+
PA Selector
diff --git a/src/style.css b/src/style.css index b5dc0f6..c73e8f7 100644 --- a/src/style.css +++ b/src/style.css @@ -210,9 +210,9 @@ border-bottom: 1px solid rgba(128,128,128,0.5); margin-right: 5px; vertical-align: top; } -.box h2:hover { +/*.box h2:hover { background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66)); -} +}*/ .da { color: white; text-align: right; @@ -1049,6 +1049,18 @@ outline: 0 !important; outline: 1px solid rgba(54,255,255,1); text-align: center; } +.boxMisc h2 { + font-size: 17px; + font-weight: normal; + border-bottom: 1px solid rgba(128,128,128,0.5); + margin: 10px 10px 0; + padding: 10px 5px; +} +.boxMisc h2:before { + content: url("./icons/NGSUIItemGunbladeMini.png"); + margin-right: 5px; + vertical-align: middle; +} .boxMisc img { background: linear-gradient(white,#bca9f5); vertical-align: top; @@ -1058,7 +1070,7 @@ outline: 0 !important; float:left; } .boxMisc p { - margin-top: 10px; + margin-top: 0; text-align: left; } .boxModal .boxTitleBar, .boxModalClassSelect .boxTitleBar, .boxMisc .boxTitleBar, .boxAdmin .boxTitleBar {