Feature: Der Wechsel der Eintrags-Periode wird durch ein Menu bestimmt

This commit is contained in:
2022-02-25 12:20:13 +01:00
parent 18c5c45c26
commit 06128f72fc
2 changed files with 109 additions and 23 deletions
+23
View File
@@ -91,6 +91,29 @@ main {
form {
@formLabelWidth: 10rem;
@formItemWidth: 40rem;
nav.menu {
width: @formItemWidth + @formLabelWidth + 4rem;
border-color: @mainColor;
border-bottom-style: solid;
margin: 1rem auto;
span {
border-color: @mainColor;
border-style: solid solid none;
padding: 0.5rem;
display: inline-block;
font-weight: bolder;
margin-right: 1rem;
&:first-child {
margin-left: 1.5rem;
}
&:hover {
background-color: darken(@mainColorLight,10%,relativ);
}
&.active {
background-color: darken(@mainColorLight,20%,relativ);
}
}
}
fieldset {
width: @formItemWidth + @formLabelWidth + 2rem;
margin: 1rem auto;