Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-09 23:56:16 +02:00
parent ee366520a3
commit 71c2fdc7f1
4 changed files with 44 additions and 24 deletions

View File

@@ -18,6 +18,7 @@ body {
fieldset {
border: 1px solid orange;
border-radius: 4px;
position: relative;
}
input{
@@ -259,13 +260,26 @@ fieldset.bookmark{
position: relative;
}
fieldset.bookmark legend.date{
legend.date,
legend.time{
position: absolute;
right: 0;
right: 10px;
background: white;
}
legend.date{
top: -17px;
background: black;
}
legend.time{
top: -25px;
}
legend{
max-width: 75vw;
}
}
.companies .edit > * {
display: inline-block;
width: 46vw;
vertical-align: top;
}

View File

@@ -18,6 +18,7 @@ body {
fieldset {
border: 1px solid blue;
border-radius: 4px;
position: relative;
}
input{
@@ -144,8 +145,8 @@ li.task:hover > button{
display: initial;
}
textarea{
color: white;
background: #333;
color: blue;
background: lightcyan;;
font-weight: black;
}
@@ -259,13 +260,26 @@ fieldset.bookmark{
position: relative;
}
fieldset.bookmark legend.date{
legend.date,
legend.time{
position: absolute;
right: 0;
right: 10px;
background: white;
}
legend.date{
top: -17px;
background: black;
}
legend.time{
top: -25px;
}
legend{
max-width: 75vw;
}
}
.companies .edit > * {
display: inline-block;
width: 46vw;
vertical-align: top;
}