Centering searchform map. Search result thumbs.
authorLaury GvR <laury@gaslightmedia.com>
Wed, 20 Aug 2014 12:59:03 +0000 (08:59 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 20 Aug 2014 12:59:03 +0000 (08:59 -0400)
The searchform was being forced to float right. It will now center.
The member search results had odd formatting when no image. No longer!

Toolkit/Members/css/member.css
Toolkit/Members/templates/membersList.tpl

index a199b33..ea7a007 100755 (executable)
@@ -1331,8 +1331,8 @@ div.thumb {
     text-align:center;
 }
 
-@media (min-width: 766px) {
+@media (max-width: 766px) {
     #mapContainer {
-        float: right !important;
+        float: none !important;
     }
 }
\ No newline at end of file
index 211a89c..b99abdc 100644 (file)
@@ -42,6 +42,8 @@ searchMapIconActive="searchMapIconActive"
                     {end:}
                     {if:row[logo]}
                         <img class="search-result-img" alt="{row[logo]}" src="{row[logo]}">
+                    {else:}
+                        <img class="search-result-img">
                     {end:}
                 </div><!-- /.memberSR -->
                 <div class="search-result-item-info small-8 columns">