feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/40ca313f-3f17-4f62-8f05-ba72540a8d30 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
1b3b79447f
commit
d564476d1c
178 changed files with 3327 additions and 44 deletions
60
themes/Obsidian/modules/tickets/submitticket.css
Normal file
60
themes/Obsidian/modules/tickets/submitticket.css
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
.ticket_elementDiv input, select, textarea {
|
||||
padding: 4px !important;
|
||||
width: 96%;
|
||||
margin-bottom: 20px;
|
||||
float: none;
|
||||
}
|
||||
.ticket_buttonDiv input[type="submit"] {
|
||||
width: 100%;
|
||||
clear: none;
|
||||
}
|
||||
|
||||
.ticket_elementDiv label, input {float: left;}
|
||||
.ticket_elementDiv label { clear: left; }
|
||||
.ticket_elementDiv label { font-weight: bold; }
|
||||
.ticket_elementDiv label { width:70px; margin-left: 1%;}
|
||||
.ticketErrorHolder {
|
||||
padding: 15px;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 20px;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
border-color: #d73925;
|
||||
background-color: #dd4b39 !important;
|
||||
}
|
||||
.ticketErrorHolder .failure {
|
||||
color: #fff;
|
||||
font-weight: bold
|
||||
}
|
||||
.ticketErrorList li {
|
||||
list-style-type: none;
|
||||
|
||||
}
|
||||
.ticketError {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#jsErrorBox { display: none; margin-bottom: 24px; }
|
||||
|
||||
.attachment_container { width: 100%; margin-top: 6px; }
|
||||
|
||||
.attachment_header { margin-bottom: 6px; font-weight: bold; font-size: 14px; }
|
||||
|
||||
.attachment_add { float: right; }
|
||||
.attachment_add button { padding: 10px 24px; }
|
||||
|
||||
.attachment_add button:disabled { cursor: not-allowed; }
|
||||
|
||||
.attachment_inputs { float: left; width: 80%; }
|
||||
.attachment_inputs input[type="file"] {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 10px 10px;
|
||||
margin-bottom: 6px;
|
||||
background-color: rgba(55,138,183,0.101);
|
||||
font-size: 16px;
|
||||
color: #a6a7a9;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.attachment_info { clear: both; margin-bottom: 6px; color: #777; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue