summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-02-25 16:32:35 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-02-25 16:32:35 +0100
commit4679d9182ba5c5f2a41f2ae51f168deff250aea9 (patch)
tree97d6efe7eddf7aa12dd9c5136113c6d4c543090c /static
parentee554dc96321418f22a482f48dce8dd2fb700233 (diff)
downloadIshtar-4679d9182ba5c5f2a41f2ae51f168deff250aea9.tar.bz2
Ishtar-4679d9182ba5c5f2a41f2ae51f168deff250aea9.zip
Work on file sheet and pdf export (refs #227)
Diffstat (limited to 'static')
-rw-r--r--static/media/style.css12
1 files changed, 11 insertions, 1 deletions
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;