This commit is contained in:
the-djmaze 2022-12-06 11:41:02 +01:00
parent c7f554d22b
commit 08217d4e99
3 changed files with 100 additions and 94 deletions

View file

@ -1,11 +1,20 @@
#V-PopupsAdvancedSearch {
max-width: 780px;
label {
width: 110px;
}
.span4 {
width: 360px;
}
#advancedsearchform > div {
display: inline-block;
vertical-align: top;
margin-right:1em;
}
@media screen and (max-width: 410px) {
#advancedsearchform label {
width: 100%;
}
#advancedsearchform label + * {
margin-left: 0;
}
}