From 8301e4705fccdf557d5d9e57eb32f9ba66c663b8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 25 Feb 2011 15:58:32 +0100 Subject: Work on file sheet and odt export (refs #227) --- static/media/style.css | 15 +++++++++++++-- static/template.odt | Bin 0 -> 7013 bytes 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 static/template.odt (limited to 'static') diff --git a/static/media/style.css b/static/media/style.css index 5e5613cfc..f4dd8ddc9 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -20,7 +20,7 @@ caption, h3 { h3{ text-align:center; - margin:1em 0; + margin:1em 0 0.5em 0; } label{display:block} @@ -264,6 +264,7 @@ table.confirm tr.spacer td:last-child{ } #window table{ + font-size:0.9em; margin:10px 0; width:100%; border-collapse:collapse; @@ -279,12 +280,17 @@ table.confirm tr.spacer td:last-child{ border:1px solid #EEE; color:#FFF; } + #window table td{ text-align:right; padding:0 1em; border:1px solid #EEE; } +#window table td.string{ + text-align:left; +} + #window .sheet{ } @@ -311,7 +317,12 @@ table.confirm tr.spacer td:last-child{ #window label{ display:inline-table; font-weight:bold; - width:160px; + width:240px; +} + +#window span.value{ + display:inline-table; + width:470px; } #window p{ diff --git a/static/template.odt b/static/template.odt new file mode 100644 index 000000000..d1d0515bf Binary files /dev/null and b/static/template.odt differ -- cgit v1.2.3