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:
parent
c582aefb05
commit
8ac8971f7f
Server
Phantom.Server.Web.Components/Forms
Phantom.Server.Web
@ -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) {
|
||||
|
@ -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>
|
||||
|
@ -3,6 +3,7 @@
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 2000 !important;
|
||||
}
|
||||
|
||||
#components-reconnect-modal h5 {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user