From 1814d7b8197cea5796e491ca4029a1b814e2d78e Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 12 Oct 2025 20:55:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B4=20=D0=BF=D0=BE=D1=81=D1=82?= =?UTF-8?q?=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/edit_post.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/templates/edit_post.html b/templates/edit_post.html index 3b3eb62..174ca56 100644 --- a/templates/edit_post.html +++ b/templates/edit_post.html @@ -41,6 +41,21 @@ input[type="datetime-local"] { font-family: monospace; } + /* Жирные заголовки и выравнивание */ + .form-label { + font-weight: bold; + display: flex; + align-items: center; + margin-bottom: 0; + height: 38px; /* Высота стандартного поля ввода Bootstrap */ + } + /* Выравнивание полей с заголовками */ + .form-control, .form-select { + height: 38px; + } + textarea.form-control { + height: auto; + }