diff --git a/src/themes/material/assets/mat.css b/src/themes/material/assets/mat.css index 8ecde6de01..e572661b0a 100644 --- a/src/themes/material/assets/mat.css +++ b/src/themes/material/assets/mat.css @@ -1184,3 +1184,8 @@ p + .btn-background { .nav-wrapper a:focus { display: block; } + + /* Search input group styling */ +.input-group { + display: flex; +} diff --git a/src/themes/material/templates/repository/list.html b/src/themes/material/templates/repository/list.html index 0021f513db..dd4c7a17f4 100644 --- a/src/themes/material/templates/repository/list.html +++ b/src/themes/material/templates/repository/list.html @@ -50,13 +50,18 @@

{{ request.repository.object_name_plural }}

{% csrf_token %}
- -
- - - -
+
+ + + +

{% trans "You can search by:" %}