1
0

#1 #5 One time and time limited shares

This commit is contained in:
2022-08-11 21:23:17 +02:00
parent c081d69d29
commit 530b2f6198
10 changed files with 236 additions and 31 deletions

View File

@@ -48,17 +48,19 @@
cursor: pointer;
}
#rename-form {
#rename-form,
#share-form {
margin-top: 3em;
margin-left: 3em;
}
#rename-form * {
#rename-form *,
#share-form * {
display: block;
margin-top: 1em;
box-sizing: border-box;
}
#rename-form > select > * {
#rename-form > select > *{
margin-top: unset;
}
@@ -66,7 +68,8 @@
width: 70em;
}
#rename-form > input[type=text] {
#rename-form > input[type=text],
#share-form > input[type=text] {
width: 70em;
}