diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-25 15:58:32 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-25 15:58:32 +0100 |
commit | 8301e4705fccdf557d5d9e57eb32f9ba66c663b8 (patch) | |
tree | 5b761be14e420b8fb41ccaf55773f2f7d0f85611 /static | |
parent | cfe087f98169570c8ace3c1ecaa47c6f6e661f54 (diff) | |
download | Ishtar-8301e4705fccdf557d5d9e57eb32f9ba66c663b8.tar.bz2 Ishtar-8301e4705fccdf557d5d9e57eb32f9ba66c663b8.zip |
Work on file sheet and odt export (refs #227)
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 15 | ||||
-rw-r--r-- | static/template.odt | bin | 0 -> 7013 bytes |
2 files changed, 13 insertions, 2 deletions
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 Binary files differnew file mode 100644 index 000000000..d1d0515bf --- /dev/null +++ b/static/template.odt |