Sync global-autoresponder current state
This commit is contained in:
+15
-2
@@ -35,6 +35,7 @@ header p { margin: 0; color: var(--amber-strong); font-size: 15px; }
|
||||
label { display: block; margin-bottom: 6px; font-weight: 600; font-size: 15px; }
|
||||
input[type="text"], input[type="time"], select, textarea { width: 100%; border: 1px solid #cdd4e0; border-radius: 6px; padding: 10px 12px; font-size: 15px; background: #fff; }
|
||||
textarea { min-height: 170px; resize: vertical; line-height: 1.45; }
|
||||
.field-help { color: var(--muted); font-size: 13px; line-height: 1.35; margin-top: 5px; }
|
||||
.subject-prefix-control { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: stretch; }
|
||||
.subject-prefix-control input { border-top-right-radius: 0; border-bottom-right-radius: 0; }
|
||||
.subject-prefix-control span { display: inline-flex; align-items: center; border: 1px solid #cdd4e0; border-left: 0; border-radius: 0 6px 6px 0; background: #f8fafc; padding: 0 12px; color: var(--muted); white-space: nowrap; font-size: 15px; }
|
||||
@@ -42,8 +43,8 @@ button, .btn { border: 1px solid #b7c6da; background: #fff; color: #1f2d3d; bord
|
||||
.btn.amber, button.primary { background: var(--amber); border-color: var(--amber); color: #fff; }
|
||||
.btn.amber.active { background: var(--amber-strong); border-color: var(--amber-strong); }
|
||||
.btn.danger, button.danger { border-color: var(--danger); color: var(--danger); background: #fff; }
|
||||
button.danger-fill { background: var(--danger); border-color: var(--danger); color: #fff; }
|
||||
button.success { background: var(--ok); border-color: var(--ok); color: #fff; }
|
||||
button.danger-fill, .btn.danger-fill { background: var(--danger); border-color: var(--danger); color: #fff; }
|
||||
button.success, .btn.success { background: var(--ok); border-color: var(--ok); color: #fff; }
|
||||
.actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; align-items: center; }
|
||||
.table-actions { display: inline-flex; flex-wrap: wrap; gap: 6px; }
|
||||
table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 15px; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: #fff; }
|
||||
@@ -53,6 +54,11 @@ th { background: #f6f8fb; color: #4a5566; font-weight: 600; }
|
||||
.badge { display: inline-block; background: #fce2b7; color: #7b4b00; border: 1px solid #efc57f; border-radius: 5px; padding: 2px 8px; font-size: 13px; white-space: nowrap; }
|
||||
.badge.ok { background: #def5e5; color: #12562b; border-color: #a8ddb8; }
|
||||
.badge.off { background: #eef1f5; color: #5f6a7b; border-color: #d7dde8; }
|
||||
.schedule-scroll { overflow: visible; }
|
||||
.schedule-grid { grid-template-columns: 1fr; display: grid; gap: 14px; align-items: start; }
|
||||
.schedule-column { border: 1px solid var(--border); border-radius: 12px; padding: 12px; background: #f8fafc; }
|
||||
.schedule-column .br-restore-calendar { border: 0; border-radius: 0; padding: 0; background: transparent; }
|
||||
.schedule-column .br-time-picker { margin: 12px 0 0; padding-top: 10px; border-top: 1px solid var(--border); }
|
||||
.br-restore-layout { display: grid; grid-template-columns: 280px 1fr; gap: 16px; align-items: start; }
|
||||
.br-restore-calendar { border: 1px solid var(--border); border-radius: 12px; padding: 12px; background: #f8fafc; }
|
||||
.br-restore-calendar h4 { margin: 0 0 10px; font-size: 16px; font-weight: 700; }
|
||||
@@ -74,4 +80,11 @@ th { background: #f6f8fb; color: #4a5566; font-weight: 600; }
|
||||
.summary-card, .preview-box { border: 1px solid var(--border); background: #f8fafc; border-radius: 10px; padding: 12px; display: grid; gap: 8px; }
|
||||
.kv { display: grid; grid-template-columns: 180px 1fr; gap: 6px 10px; font-size: 15px; }
|
||||
.empty-state { min-height: 240px; display: grid; place-items: center; text-align: center; border: 1px dashed #cfd6e3; border-radius: 12px; background: #f8fafc; padding: 24px; }
|
||||
body.modal-open { overflow: hidden; }
|
||||
.br-overlay { position: fixed; inset: 0; background: rgba(15, 23, 42, 0.6); display: flex; align-items: center; justify-content: center; z-index: 9999; padding: 16px; }
|
||||
.br-modal { width: min(640px, 94vw); background: #fff; border-radius: 12px; padding: 18px; border: 2px solid var(--border); box-shadow: 0 20px 40px rgba(15, 23, 42, 0.25); max-height: 90vh; overflow: auto; }
|
||||
.br-modal h3 { margin: 0 0 10px; font-size: 22px; }
|
||||
.br-modal p { margin: 0 0 10px; line-height: 1.45; }
|
||||
.br-modal-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin-top: 14px; }
|
||||
.br-modal-actions form { display: inline-flex; margin: 0; }
|
||||
@media (max-width: 760px) { header { display: block; } header h1 { font-size: 30px; margin-bottom: 4px; } .br-restore-layout { grid-template-columns: 1fr; } .top-actions { justify-content: flex-start; } .kv { grid-template-columns: 1fr; } .subject-prefix-control { grid-template-columns: 1fr; } .subject-prefix-control input { border-radius: 6px 6px 0 0; } .subject-prefix-control span { border-left: 1px solid #cdd4e0; border-top: 0; border-radius: 0 0 6px 6px; min-height: 38px; } }
|
||||
|
||||
+17
-1
@@ -1 +1,17 @@
|
||||
@import url("enhanced.css");
|
||||
.wrap {
|
||||
width: 100% !important;
|
||||
max-width: none !important;
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
.main-section,
|
||||
.schedule-panel {
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
}
|
||||
.schedule-scroll { overflow-x: auto; padding-bottom: 2px; }
|
||||
.schedule-grid { grid-template-columns: repeat(2, minmax(460px, 1fr)); min-width: 960px; }
|
||||
|
||||
@media (min-width: 1240px) {
|
||||
.schedule-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user