From a29971632731f5b37226131e9251f50a31b66fe3 Mon Sep 17 00:00:00 2001 From: Bruno Nocera Zanette <brunonzanette@gmail.com> Date: Thu, 5 Jun 2014 12:31:04 -0300 Subject: [PATCH] Fix search result's thumbnails that overlap Fix search result's thumbnails that overlap. Now it uses the "height" property instead of "padding-top". --- .../webapp/themes/Participatorio-mobile/lib/m-tweaks.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/lib/m-tweaks.css b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/lib/m-tweaks.css index 85015f2..1a0ad1c 100644 --- a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/lib/m-tweaks.css +++ b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/lib/m-tweaks.css @@ -555,11 +555,6 @@ ul.ds-artifact-list li { clear: both; } -div#aspect_discovery_SimpleSearch_div_search > div.pagination-masked.bottom { -padding-top: 20px; -clear: both; -} - div#aspect_discovery_SimpleSearch_div_search-results ul { padding-left: 0px; } @@ -571,6 +566,5 @@ position: absolute; div#aspect_discovery_SimpleSearch_div_search-results ul div.artifact-description { padding-left: 70px; -padding-bottom: 25px; +height: 100px; } - -- GitLab