diff options
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 |