Skip to content
Snippets Groups Projects
Commit 2e4a7218 authored by Ron Lucke's avatar Ron Lucke
Browse files

Layout Bug: Buttons neben Suchfeld

Closes #4874

Merge request studip/studip!3651
parent b1436f3d
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<?= Icon::create('decline')->asImg(['title' => _('Suche zurücksetzen')]) ?>
</button>
<button type="submit" class="button" id="search-btn">
<button type="submit" class="button seach-button" id="search-btn">
<?= Icon::create('search')->asImg(['title' => _('Suche starten')]) ?>
</button>
......
......@@ -186,6 +186,10 @@ div#div-search-input {
}
.button.seach-button {
border-radius: 0;
}
#search-active-filters {
display: flex;
flex-direction: row;
......
......@@ -23,8 +23,7 @@
</button>
<button
type="submit"
class="button"
id="search-btn"
class="button seach-button"
:title="$gettext('Suche starten')"
@click="loadSearch"
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment