5 667
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 28: | Linha 28: | ||
} | } | ||
select, input[type="text"], button { | select, input[type="text"], button { | ||
margin: | margin: 5px; | ||
} | } | ||
#filterButton, #searchButton { | #filterButton, #searchButton { | ||
Linha 35: | Linha 35: | ||
padding: 0; /* Remove o padding do botão */ | padding: 0; /* Remove o padding do botão */ | ||
cursor: pointer; /* Mostra o cursor de ponteiro ao passar sobre o botão */ | cursor: pointer; /* Mostra o cursor de ponteiro ao passar sobre o botão */ | ||
margin-top: | margin-top: 15px; /* Ajuste a margem superior para subir o botão */ | ||
} | } | ||
#filterButton img, #searchButton img { | #filterButton img, #searchButton img { | ||
Linha 67: | Linha 67: | ||
} | } | ||
.mapsCalc__label { | .mapsCalc__label { | ||
position: absolute; | position: absolute; | ||
top: -18px; /* Eleva o texto um pouco mais para cima */ | top: -18px; /* Eleva o texto um pouco mais para cima */ |