From bdc9231ea39fe454edaa1f84de83e0feb19efde9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 3 Nov 2025 12:51:01 +0100 Subject: [PATCH] new options --- static/css/edit.css | 30 ------------------------------ templates/edit.html | 34 ++++++++++++---------------------- 2 files changed, 12 insertions(+), 52 deletions(-) diff --git a/static/css/edit.css b/static/css/edit.css index 9ae33eb..faff06e 100644 --- a/static/css/edit.css +++ b/static/css/edit.css @@ -35,36 +35,6 @@ white-space: nowrap; } -/* Alert styling */ -.alert { - border-radius: 6px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.alert-success { - background-color: #d4edda; - border-color: #c3e6cb; - color: #155724; -} - -.alert-danger { - background-color: #f8d7da; - border-color: #f5c6cb; - color: #721c24; -} - -.alert-warning { - background-color: #fff3cd; - border-color: #ffeaa7; - color: #856404; -} - -.alert-info { - background-color: #d1ecf1; - border-color: #bee5eb; - color: #0c5460; -} - @media (max-width: 768px) { .CodeMirror { height: 300px !important; diff --git a/templates/edit.html b/templates/edit.html index 7c12de7..ef714a5 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -19,31 +19,22 @@ - {% if check_output %} -