- new SearchController

- new subtitle in hero section
- MimetypeTableSeeder with geo-Package
This commit is contained in:
Arno Kaimbacher 2019-09-20 19:00:57 +02:00
parent 54d6c5d434
commit 7bf0337faf
11 changed files with 277 additions and 11 deletions

46
public/css/style.css vendored
View file

@ -407,9 +407,48 @@ section.normal {
margin: 0;
}
.search-items {
list-style: none;
width: 100%;
display: inline-block;
}
.search-items li {
position: relative;
overflow: hidden;
/* important because we need to overwrite the default skeleton */
margin: 0!important;
/* width: 33%; */
/* border: 10px solid white; */
position: relative;
padding-left: 15px;
padding-right: 15px;
}
.search-items li:nth-child(4n) {
margin-left: 0;
}
/* Work */
.work {
background-color: #F5F5F5;
/* background-color: #F5F5F5; */
}
/* Work Filters */
@ -503,6 +542,11 @@ section.normal {
padding-left: 20px;
padding-right: 20px;
}
.work-front .icon {
line-height: 1;
font-size: 40px;
color: #00bfffcc;
}
.work-items li:hover .work-detail{
opacity: 1;