Correction présentation formulaire

Fix #155
This commit is contained in:
Jean-Marie Favreau 2024-09-20 14:48:47 +02:00
parent 7556b39b43
commit 7341c01e6e

View File

@ -885,9 +885,17 @@ article form p .recurrence-widget {
width: 100%;
border: 0;
.panel {
@extend article;
.header {
@extend header;
}
}
.header a, .add-button {
@extend [role="button"];
border-color: var(--primary) !important;
color: var(--primary-inverse) !important;
margin-right: var(--nav-element-spacing-horizontal);
span {
color: var(--primary-inverse);
@ -924,6 +932,13 @@ article form p .recurrence-widget {
float: right;
}
form {
border: 0;
input.radio, input.checkbox {
width: 1.2em;
}
}
.limit, .monthday {
clear: both;
}
@ -940,6 +955,7 @@ article form p .recurrence-widget {
}
table.grid {
border: 0;
td {
@extend [role="button"];
background: transparent;