summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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
commitee554dc96321418f22a482f48dce8dd2fb700233 (patch)
tree5b761be14e420b8fb41ccaf55773f2f7d0f85611 /static
parent029945ebd31fce0a3283c6dd581caa65a758bb45 (diff)
downloadIshtar-ee554dc96321418f22a482f48dce8dd2fb700233.tar.bz2
Ishtar-ee554dc96321418f22a482f48dce8dd2fb700233.zip
Work on file sheet and odt export (refs #227)
Diffstat (limited to 'static')
-rw-r--r--static/media/style.css15
-rw-r--r--static/template.odtbin0 -> 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
new file mode 100644
index 000000000..d1d0515bf
--- /dev/null
+++ b/static/template.odt
Binary files differ