[open-ils-commits] r14480 - in branches/rel_1_6/Open-ILS/web/opac/skin/default: css xml/rdetail (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Oct 17 17:41:04 EDT 2009


Author: dbs
Date: 2009-10-17 17:40:58 -0400 (Sat, 17 Oct 2009)
New Revision: 14480

Modified:
   branches/rel_1_6/Open-ILS/web/opac/skin/default/css/layout.css
   branches/rel_1_6/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_copyinfo.xml
Log:
Move inline <style> block into CSS file.

This is a small optimization for rendering and simplifies customization.


Modified: branches/rel_1_6/Open-ILS/web/opac/skin/default/css/layout.css
===================================================================
--- branches/rel_1_6/Open-ILS/web/opac/skin/default/css/layout.css	2009-10-17 21:40:04 UTC (rev 14479)
+++ branches/rel_1_6/Open-ILS/web/opac/skin/default/css/layout.css	2009-10-17 21:40:58 UTC (rev 14480)
@@ -125,7 +125,8 @@
 .rdetail_desc { padding: 2px; padding-left: 2px; padding-right: 2px;}
 .rdetail_item { width: 75%; padding-left: 10px; }
 #rdetail_image { padding-right: 10px; }
-#rdetail_copy_info_table { padding: 4px; width: 100%; border-collapse: collapse; }
+#rdetail_copy_info_table { padding: 4px; width: 100%; border-collapse: collapse; font-size: 8pt; }
+#rdetail_copy_info_table td { padding: 3px; }
 .rdetail_copy_info_header_cell { padding: 2px; }
 .rdetail_copy_count_cell { text-align: center; }
 

Modified: branches/rel_1_6/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_copyinfo.xml
===================================================================
--- branches/rel_1_6/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_copyinfo.xml	2009-10-17 21:40:04 UTC (rev 14479)
+++ branches/rel_1_6/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_copyinfo.xml	2009-10-17 21:40:58 UTC (rev 14480)
@@ -13,10 +13,6 @@
 		</span>
 	</div>
 
-	<style>
-		#rdetail_copy_info_table { font-size: 8pt; }
-		#rdetail_copy_info_table td { padding: 3px; }
-	</style>
 	<table id='rdetail_copy_info_table' class='data_grid'>
 		<thead>
 



More information about the open-ils-commits mailing list