From 7acf22558de0d065ecbf38eb08e1fd0bff71a0f1 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 30 Nov 2010 21:57:57 +0000 Subject: [PATCH] Move Google Preview badge below the book cover image, if there is one There might be a more correct way to do this in CSS, but works++ Also, give a little room between the images. git-svn-id: svn://svn.open-ils.org/ILS/trunk@18891 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/theme/default/css/colors.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Open-ILS/web/opac/theme/default/css/colors.css b/Open-ILS/web/opac/theme/default/css/colors.css index b38227a7b5..db6ba1d962 100644 --- a/Open-ILS/web/opac/theme/default/css/colors.css +++ b/Open-ILS/web/opac/theme/default/css/colors.css @@ -123,8 +123,7 @@ a:focus { background: #E0F0E0; color: #000000;} .copy_count_div { border-left: 2px solid #E0F6E0; border-right: 2px solid #E0F6E0; } #rdetail_image_cell { border: 1px solid white; border-right: 1px solid #A7EA9D;} - - +#rdetail_img_link { display: block; margin-left: 1em; margin-bottom: 1em; } .x_mark { color: red; } .check_mark { color: green; } -- 2.11.0