[open-ils-commits] r18892 - branches/rel_2_0/Open-ILS/web/opac/theme/default/css (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Nov 30 16:58:45 EST 2010


Author: dbs
Date: 2010-11-30 16:58:39 -0500 (Tue, 30 Nov 2010)
New Revision: 18892

Modified:
   branches/rel_2_0/Open-ILS/web/opac/theme/default/css/colors.css
Log:
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.


Modified: branches/rel_2_0/Open-ILS/web/opac/theme/default/css/colors.css
===================================================================
--- branches/rel_2_0/Open-ILS/web/opac/theme/default/css/colors.css	2010-11-30 21:57:57 UTC (rev 18891)
+++ branches/rel_2_0/Open-ILS/web/opac/theme/default/css/colors.css	2010-11-30 21:58:39 UTC (rev 18892)
@@ -123,9 +123,8 @@
 .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; }
 



More information about the open-ils-commits mailing list