From 3857b9cc38c96d2844ef46af22ed9619e096b485 Mon Sep 17 00:00:00 2001 From: following Date: Fri, 9 Aug 2013 21:46:55 +0200 Subject: [PATCH] adjusted listing print layout to changed print css --- htdocs/resource2/ocstyle/css/style_screen.css | 1 + htdocs/templates2/ocstyle/viewcache_print.tpl | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/resource2/ocstyle/css/style_screen.css b/htdocs/resource2/ocstyle/css/style_screen.css index f14a5a64e..f0fbc20e8 100644 --- a/htdocs/resource2/ocstyle/css/style_screen.css +++ b/htdocs/resource2/ocstyle/css/style_screen.css @@ -366,6 +366,7 @@ span.percent { font-size: 11px; } .waypointtable td { font-size: 11px; } .waypointtable td.wpt_text { padding: 6px 6px 6px 8px; } +.print td { line-height: 1.25em; } .printwptable td { line-height:1.4em; font-size:125%;} .printwptable td.framed { border-bottom:1px solid #aaa; border-top:1px solid #aaa; } .print-cachemeta td { font-size:100%; padding:0 0.6em 1px 0; } diff --git a/htdocs/templates2/ocstyle/viewcache_print.tpl b/htdocs/templates2/ocstyle/viewcache_print.tpl index b012cbb3c..b24bcb389 100644 --- a/htdocs/templates2/ocstyle/viewcache_print.tpl +++ b/htdocs/templates2/ocstyle/viewcache_print.tpl @@ -4,7 +4,7 @@ * Unicode Reminder メモ ***************************************************************************} {* OCSTYLE *} - +
-
@@ -31,7 +31,7 @@ {$cache.name|escape}
-  {t}by{/t} {$cache.username|escape}
+  {t}by{/t} {$cache.username|escape}
{if $cache.shortdesc!=''} {$cache.shortdesc|escape}
{/if} @@ -44,7 +44,6 @@
@@ -67,7 +66,7 @@   {$coordinates.lat|escape} {$coordinates.lon|escape} (WGS84)
-
+
{if $cache.searchtime>0} @@ -161,7 +160,7 @@ {/foreach} - + {/if} {* Description *}