1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2025-04-10 20:15:44 +02:00

Minor web design fixes

This commit is contained in:
chylex 2022-10-25 04:57:48 +02:00
parent c582aefb05
commit 8ac8971f7f
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
4 changed files with 14 additions and 2 deletions
Server
Phantom.Server.Web.Components/Forms
Phantom.Server.Web

View File

@ -1,6 +1,6 @@
@using Phantom.Server.Web.Components.Utils
@if (messageLines.Length > 0) {
<div class="text-danger my-2 w-100">
<div class="form-submit-errors text-danger">
@for (int i = 0; i < messageLines.Length; i++) {
@messageLines[i]
if (i < messageLines.Length - 1) {

View File

@ -23,7 +23,7 @@
<Column Width="110px; 8%" Class="text-center">Rcon Port</Column>
<Column Width=" 85px; 8%" Class="text-end">Memory</Column>
<Column Width="315px">Identifier</Column>
<Column Width="130px; 9%">Status</Column>
<Column Width="200px; 9%">Status</Column>
<Column Width=" 75px">Actions</Column>
</tr>
</thead>

View File

@ -3,6 +3,7 @@
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 2000 !important;
}
#components-reconnect-modal h5 {

View File

@ -38,6 +38,7 @@ h1:focus {
code {
font-size: 0.925rem;
word-break: break-word;
}
.table {
@ -56,6 +57,16 @@ code {
height: 2.5rem;
}
.form-submit-errors {
width: 100%;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.modal-footer .form-submit-errors {
margin-top: 0;
}
.text-redacted {
opacity: 0.5;
}