diff --git a/gaseous-server/gaseous-server.csproj b/gaseous-server/gaseous-server.csproj index 8cbfa7d..98adb37 100644 --- a/gaseous-server/gaseous-server.csproj +++ b/gaseous-server/gaseous-server.csproj @@ -14,7 +14,7 @@ bin\Debug\net7.0\gaseous-server.xml - + diff --git a/gaseous-server/wwwroot/pages/dialogs/romdelete.html b/gaseous-server/wwwroot/pages/dialogs/romdelete.html new file mode 100644 index 0000000..245de17 --- /dev/null +++ b/gaseous-server/wwwroot/pages/dialogs/romdelete.html @@ -0,0 +1,18 @@ +

Are you sure you want to delete this ROM?

+

Warning: This cannot be undone!

+
+
+ +
+
+ +
+
+ + \ No newline at end of file diff --git a/gaseous-server/wwwroot/pages/dialogs/rominfo.html b/gaseous-server/wwwroot/pages/dialogs/rominfo.html index 827cdc5..86dedfc 100644 --- a/gaseous-server/wwwroot/pages/dialogs/rominfo.html +++ b/gaseous-server/wwwroot/pages/dialogs/rominfo.html @@ -1,4 +1,15 @@ -
+ + + +
General
Title Match
@@ -43,7 +54,7 @@ - +
@@ -70,12 +81,11 @@
- diff --git a/gaseous-server/wwwroot/styles/style.css b/gaseous-server/wwwroot/styles/style.css index 9915c52..449efc9 100644 --- a/gaseous-server/wwwroot/styles/style.css +++ b/gaseous-server/wwwroot/styles/style.css @@ -49,6 +49,14 @@ h3 { width: 700px; /* Could be more or less, depending on screen size */ min-height: 358px; } +.modal-content-sub { + background-color: #383838; + margin: 20% auto; /* 20% from the top and centered */ + padding: 10px; + border: 1px solid #888; + width: 300px; /* Could be more or less, depending on screen size */ + min-height: 110px; +} #modal-heading { margin-block: 5px; border-bottom-style: solid;