Turn searchbar link into submit button for whatever reason
This commit is contained in:
@@ -14,9 +14,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.searchbar__link {
|
.searchbar__link {
|
||||||
display: block;
|
background: transparent;
|
||||||
padding-top: 8px;
|
border: none;
|
||||||
|
margin-top: 8px;
|
||||||
|
padding: 0;
|
||||||
color: $typoWhite;
|
color: $typoWhite;
|
||||||
|
display: flex;
|
||||||
|
align-items: baseline;
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
display: block;
|
||||||
|
padding-left: 4px;
|
||||||
|
font-size: 90%;
|
||||||
|
font-family: 'FontAwesome';
|
||||||
|
content: "\f054";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control{
|
.form-control{
|
||||||
|
|||||||
@@ -123,10 +123,25 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.btn{
|
.btn{
|
||||||
padding:10px 20px;
|
padding:10px 20px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.searchbox__link {
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
margin-top: 8px;
|
||||||
|
padding: 0;
|
||||||
|
color: white;
|
||||||
|
display: flex;
|
||||||
|
align-items: baseline;
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
display: block;
|
||||||
|
padding-left: 4px;
|
||||||
|
font-size: 90%;
|
||||||
|
font-family: 'FontAwesome';
|
||||||
|
content: "\f054";
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label> </label>
|
<label> </label>
|
||||||
<button type="submit" class="btn btn-warning">Suchen <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span></button>
|
<button type="submit" class="btn btn-warning">Suchen <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span></button>
|
||||||
<f:link.typolink class="searchbar__link" parameter="{settings.searchPageUid}"><small>Detailsuche <i class="fa fa-chevron-right"></i></small></f:link.typolink>
|
<button type="submit" class="searchbar__link">Detailsuche</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -92,7 +92,7 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<button type="submit" class="btn btn-warning">Suchen <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span></button>
|
<button type="submit" class="btn btn-warning">Suchen <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span></button>
|
||||||
<f:link.typolink class="searchbar__link" parameter="{settings.searchPageUid}"><small>Detailsuche <i class="fa fa-chevron-right"></i></small></f:link.typolink>
|
<button type="submit" class="searchbox__link">Detailsuche</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user