Tweaks to mobile css and ui for image search, a=chris

Chris Pollett [2013-11-30 15:Nov:th]
Tweaks to mobile css and ui for image search, a=chris
Filename
css/search.css
views/helpers/images_helper.php
diff --git a/css/search.css b/css/search.css
index e7096cfde..873e12bed 100755
--- a/css/search.css
+++ b/css/search.css
@@ -1374,13 +1374,14 @@ ul.in-list li
     margin-right: 2px;
     padding: 2px;
     position: relative;
-    top: 15px;
+    top: 5px;
 }

 .mobile .image-list img
 {
     height: 50px;
     width: 50px;
+    padding:2px;
 }

 /*
diff --git a/views/helpers/images_helper.php b/views/helpers/images_helper.php
index 47faf26bc..f474305b7 100644
--- a/views/helpers/images_helper.php
+++ b/views/helpers/images_helper.php
@@ -95,4 +95,4 @@ class ImagesHelper extends Helper implements CrawlConstants
     }

 }
-?>
\ No newline at end of file
+?>
ViewGit