@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user