Tags and places are now in a list for a more compact space

Explorer code has been very much reordered following this change
This commit is contained in:
2021-02-12 01:11:17 +01:00
parent f27d1a8dad
commit 16f9d4afca
5 changed files with 305 additions and 239 deletions

View File

@ -422,8 +422,14 @@ article.explorer form {
}
article.explorer form select {
display:block;
margin-left:0.2rem;
display:inline;
margin-top:0.1rem;
margin-bottom:0.2rem;
}
article.explorer form .inline {
display:inline;
margin:0.1rem;
}
article.explorer input[type = submit] {
@ -450,12 +456,6 @@ input:checked + label {
display:block;
}
article.explorer form .container .box span {
display:block;
margin-left:1rem;
font-size:1.05rem;
}
article.explorer form .container h3 {
cursor:pointer;
}