diff --git a/htdocs/core/search_page.php b/htdocs/core/search_page.php
index 7ca287625eb..194afb86d92 100644
--- a/htdocs/core/search_page.php
+++ b/htdocs/core/search_page.php
@@ -115,7 +115,7 @@ print "\n";
print "\n";
print '
';
print '';
-print '
';
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 55a4f3813e9..c8c535a9038 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -5173,9 +5173,17 @@ dd.dropdowndd ul li {
/* ============================================================================== */
-/* JMobile */
+/* JMobile - Android */
/* ============================================================================== */
+.searchpage .tagtr .tagtd {
+ padding-bottom: 3px;
+}
+.searchpage .tagtr .tagtd .button {
+ background: unset;
+ border: unset;
+}
+
li.ui-li-divider .ui-link {
color: #FFF !important;
}
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 604bc743f93..50c637be3c9 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -5306,9 +5306,17 @@ dd.dropdowndd ul li {
/* ============================================================================== */
-/* JMobile */
+/* JMobile - Android */
/* ============================================================================== */
+.searchpage .tagtr .tagtd {
+ padding-bottom: 3px;
+}
+.searchpage .tagtr .tagtd .button {
+ background: unset;
+ border: unset;
+}
+
li.ui-li-divider .ui-link {
color: #FFF !important;
}