HTML page with search form when /details.php called without params

This commit is contained in:
marc tobias
2019-10-31 17:13:43 +01:00
parent 5930383404
commit 36e99c43ce
4 changed files with 95 additions and 0 deletions

View File

@@ -52,6 +52,17 @@ tr.all-columns td {
margin: 10px 0;
}
#details-index-page .search-form {
padding: 20px 10px;
margin: 2em 0;
}
#details-index-page .search-form h4 {
margin-top: 0;
}
#details-index-page .search-form .form-control{
width: 30em;
}
footer {
text-align: center;
padding: 2em 0;