diff --git a/styles/simple.css b/styles/simple.css index 37d4738b..a57088d3 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -806,8 +806,12 @@ ul, li { padding: 0; } .sheet input.recherche { - background: url("img/ui/icon-search.svg") no-repeat right; + background-image: url("img/ui/icon-search.svg"); + background-position: 0.1rem 0.1rem; background-size: 1rem; + background-repeat: no-repeat; + padding: 0.1rem 0.1rem 0.1rem 1.2rem; + max-height: 1.2rem; } .alterne-list > .list-item:hover {