diff --git a/web/templates/digest_settings.html b/web/templates/digest_settings.html index b8a23ed..eddbf9b 100644 --- a/web/templates/digest_settings.html +++ b/web/templates/digest_settings.html @@ -5,104 +5,102 @@ {% block nav_digest_settings %}active{% endblock %} {% block extra_style %} + {% endblock %} {% block content %} - - .container { max-width: 900px; margin: 0 auto; padding: 20px; } - .header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 10px; margin-bottom: 30px; } - .header h1 { font-size: 2em; margin-bottom: 10px; } - .back-link { color: white; text-decoration: none; opacity: 0.9; } - .back-link:hover { opacity: 1; } - .card { background: white; padding: 25px; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } - .card h3 { margin-bottom: 15px; color: #667eea; } - .form-group { margin-bottom: 20px; } - .form-group label { display: block; margin-bottom: 5px; font-weight: 500; } - .form-group input[type="time"], .form-group select { width: 100%; padding: 10px; border: 2px solid #e2e8f0; border-radius: 5px; font-size: 1em; } - .checkbox-group { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; } - .checkbox-group input[type="checkbox"] { width: 20px; height: 20px; } - .btn { padding: 12px 24px; border: none; border-radius: 5px; cursor: pointer; font-size: 1em; background: #667eea; color: white; } - .btn:hover { background: #5568d3; } - - - -
-
- ← Назад к дайджестам -

⚙️ Настройки дайджеста

-
- -
-

📅 Расписание

-
- -
- - -
-
-
- - -
-
- -
-

📊 Содержимое дайджеста

-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- -
-

📬 Отправка

-
- - -
-
- - -
-
- - -
-
- - +
+
+ ← Назад к дайджестам +

⚙️ Настройки дайджеста

- +
+

📅 Расписание

+
+ +
+ + +
+
+
+ + +
+
+ +
+

📊 Содержимое дайджеста

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+

📬 Отправка

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+{% endblock %} + +{% block extra_script %} + {% endblock %}