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