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