Panel/themes/Obsidian/modules/tickets/submitticket.css
2026-05-03 23:31:07 +00:00

60 lines
1.4 KiB
CSS

.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; }