Clientside delete thread button
This commit is contained in:
+32
-1
@@ -279,7 +279,6 @@ body {
|
||||
|
||||
/* ADMIN */
|
||||
|
||||
|
||||
.admin-login-container {
|
||||
width: max-content;
|
||||
margin: auto;
|
||||
@@ -295,6 +294,38 @@ body {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.admin-dialog {
|
||||
border: 1px solid #B7C5D9;
|
||||
background: #EDEFF7;
|
||||
padding: 6px 8px;
|
||||
min-width: 160px;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
|
||||
|
||||
font-size: 12px;
|
||||
color: #000;
|
||||
|
||||
position: fixed;
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
.admin-dialog h1 {
|
||||
margin: 0 0 8px 0;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #AF0A0F;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.admin-dialog button {
|
||||
display: block;
|
||||
margin: 5px auto;
|
||||
}
|
||||
|
||||
.admin-dialog-close-btn {
|
||||
font-weight: bold;
|
||||
margin-top: 20px !important;
|
||||
}
|
||||
|
||||
/* GENERAL LAYOUT */
|
||||
|
||||
.container {
|
||||
|
||||
Reference in New Issue
Block a user