Ред пост 8
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-10-12 20:55:46 +03:00
parent 45c0671326
commit 1814d7b819
+15
View File
@@ -41,6 +41,21 @@
input[type="datetime-local"] { input[type="datetime-local"] {
font-family: monospace; 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;
}
</style> </style>
</head> </head>
<body> <body>