Author: david
Date: Wed Oct 26 11:37:44 2011
New Revision: 10190

Log:
Increase weight of image padding in search results. Refs issue 2146

Modified:
   trunk/apps/qubit/modules/search/templates/_searchResults.php
   trunk/css/classic.css

Modified: trunk/apps/qubit/modules/search/templates/_searchResults.php
==============================================================================
--- trunk/apps/qubit/modules/search/templates/_searchResults.php        Tue Oct 
25 17:01:17 2011        (r10189)
+++ trunk/apps/qubit/modules/search/templates/_searchResults.php        Wed Oct 
26 11:37:44 2011        (r10190)
@@ -17,7 +17,7 @@
 
 <div class="section">
   <?php foreach ($pager->getResults() as $hit): ?>
-    <?php $doc = $hit->getDocument(); ?>
+    <?php $doc =& $hit->getDocument(); ?>
     <div class="clearfix search-results <?php echo 0 == @++$row % 2 ? 'even' : 
'odd' ?>">
 
       <?php if ('true' == $doc->hasDigitalObject): ?>

Modified: trunk/css/classic.css
==============================================================================
--- trunk/css/classic.css       Tue Oct 25 17:01:17 2011        (r10189)
+++ trunk/css/classic.css       Wed Oct 26 11:37:44 2011        (r10190)
@@ -815,7 +815,7 @@
   font-size: 1.2em;
 }
 
-.search #content img
+.search #content .search-results img
 {
   float: right;
   margin: .5em;

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to