Merge branch 'main' into lang_de

This commit is contained in:
2022-04-25 11:50:30 +02:00
17 changed files with 41 additions and 75 deletions

View File

@@ -10,6 +10,7 @@
body {
font-family: osans;
margin-bottom: 50px;
}
label {
display: block;
@@ -73,17 +74,21 @@ fieldset fieldset>legend {
text-align: right
}
.user{
background: lime;
color: #626262;
text-decoration: underline;
float: right;
padding: 0 5px;
}
.footer{
position: absolute;
position: fixed;
bottom: 0;
left: 0;
right: 0;
text-align: right;
margin: 5px;
margin: 0;
height: 30px;
background: #83f9ff;
}
tr:nth-child(2n),
@@ -140,4 +145,14 @@ pre {
background: none;
border: none;
text-decoration: underline;
}
.logout{
position: absolute;
top: -5px;
right: 0;
}
nav {
margin: 10px 0;
}