Modify new search presentation for mobile, a=chris
Modify new search presentation for mobile, a=chris
diff --git a/css/search.css b/css/search.css
index 84bc29a..9f274c7 100755
--- a/css/search.css
+++ b/css/search.css
@@ -770,6 +770,7 @@ body.mobile
top: -0.8in;
left:0.5in;
width:8in;
+ font-size:10pt;
}
@@ -780,6 +781,8 @@ body.mobile
right:2.2in;
width:8in;
}
+
+
.html-rtl .serp-results
{
position:relative;
@@ -794,6 +797,7 @@ body.mobile
top:-70px;
left: 50px;
right:50px;
+ width: 300px;
}
.mobile .serp-results
@@ -802,6 +806,7 @@ body.mobile
top: -30px;
left: 3px;
right: 3px;
+ width: 300px;
}
.searchbox
diff --git a/views/search_view.php b/views/search_view.php
index 2d8f633..39248f7 100755
--- a/views/search_view.php
+++ b/views/search_view.php
@@ -229,6 +229,7 @@ class SearchView extends View implements CrawlConstants
if(CACHE_LINK && (!isset($page[self::ROBOT_METAS]) ||
!(in_array("NOARCHIVE", $page[self::ROBOT_METAS]) ||
in_array("NONE", $page[self::ROBOT_METAS])))) {
+ if(MOBILE) {e("<br />");}
?>
<a href="?YIOOP_TOKEN=<?php e($data['YIOOP_TOKEN']);