Modals überarbeitet
This commit is contained in:
@@ -82,17 +82,49 @@ input, textarea {
|
||||
.modal {
|
||||
display: none;
|
||||
position: fixed;
|
||||
|
||||
top: 10%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
||||
background: white;
|
||||
padding: 20px;
|
||||
width: 600px;
|
||||
max-height: 80vh;
|
||||
overflow: auto;
|
||||
|
||||
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
|
||||
border-radius: 6px;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
|
||||
.modal-content {
|
||||
background: white;
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
width: 600px;
|
||||
max-height: 80vh;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.modal input,
|
||||
.modal textarea,
|
||||
.modal select {
|
||||
width: 95%;
|
||||
padding: 6px;
|
||||
margin: 4px 0;
|
||||
background: #f4f4f4;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.modal input[type="date"] {
|
||||
background: #f4f4f4;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.subdomain{
|
||||
margin-left:15px;
|
||||
font-size:13px;
|
||||
|
||||
Reference in New Issue
Block a user