Skip to content
Snippets Groups Projects
Commit ef7985d7 authored by juanf's avatar juanf
Browse files

SSDM-3501 : Search Bugfixes

SVN: 37972
parent 3d137eb4
No related branches found
No related tags found
No related merge requests found
...@@ -235,14 +235,14 @@ body, ...@@ -235,14 +235,14 @@ body,
padding-left: 30px; padding-left: 30px;
background-image: url(../img/search-icon.png); background-image: url(../img/search-icon.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 12px 9px; background-position: 12px 50% !important;
border-radius: 15px 15px 15px 15px; border-radius: 15px 15px 15px 15px;
width: 80%; width: 80%;
} }
.search-query-searching { .search-query-searching {
background-image: url(../img/search-spinner.gif) !important; background-image: url(../img/search-spinner.gif) !important;
background-position: 95% 50% !important; background-position: 12px 50% !important;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment