From 4679d9182ba5c5f2a41f2ae51f168deff250aea9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 25 Feb 2011 16:32:35 +0100 Subject: Work on file sheet and pdf export (refs #227) --- static/media/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/media/style.css b/static/media/style.css index f4dd8ddc9..0c0ef338e 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -110,7 +110,7 @@ div#main_menu > ul{ } div#context_menu fieldset{ - right:20px;; + right:20px; position:absolute; width:420px; background-color:#EEE; @@ -291,6 +291,11 @@ table.confirm tr.spacer td:last-child{ text-align:left; } +#window table td.no_items{ +text-align:center; +font-style:italic; +} + #window .sheet{ } @@ -306,6 +311,11 @@ table.confirm tr.spacer td:last-child{ border-top-right-radius: 8px; } +#window .tool{ +text-align:center; +font-style:italic; +} + #window .body{ position:absolute; padding:10px; -- cgit v1.2.3