From fc07887438381c500332eb211828f2f27740766b Mon Sep 17 00:00:00 2001
From: gfawcett
Date: Wed, 8 Apr 2009 23:13:38 +0000
Subject: [PATCH] CSS tweaks
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@311 6d9bc8c9-1ec2-4278-b937-99fde70a366f
---
conifer/static/main.css | 4 +++-
conifer/templates/course_detail.xhtml | 4 +++-
conifer/templates/item_heading_detail.xhtml | 4 +++-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/conifer/static/main.css b/conifer/static/main.css
index bc99f3e..cda24f4 100644
--- a/conifer/static/main.css
+++ b/conifer/static/main.css
@@ -106,6 +106,8 @@ span.final_item { font-weight: bold; font-size: 110%; }
/* item trees (tree of headings and items in a course */
+#treepanel { width: 750px; }
+
.itemtree {
padding-left: 15;
list-style-type: none;
@@ -213,7 +215,7 @@ p.todo, div.todo { background-color: #fdd; padding: 6; margin: 12; border-left:
}
.menublockopener { margin-left: 0.25em; color: #bbb !important; font-weight: normal !important; }
-.menublock { background-color: #f0f0e0; font-size: 95%; padding: 1 4; }
+.menublock { background-color: #f2e4cc; font-size: 95%; padding: 1 4; }
#coursebanner { background-color: #f2e4cc; margin: -12 -12 0 -12; padding: 8; }
diff --git a/conifer/templates/course_detail.xhtml b/conifer/templates/course_detail.xhtml
index b8a8031..9a1047b 100644
--- a/conifer/templates/course_detail.xhtml
+++ b/conifer/templates/course_detail.xhtml
@@ -24,7 +24,9 @@ is_editor = course.can_edit(request.user)
Show/hide tree
${item_resequence_panel()}
- ${show_tree(item_tree, edit=is_editor)}
+
+ ${show_tree(item_tree, edit=is_editor)}
+
${add_subs()}
diff --git a/conifer/templates/item_heading_detail.xhtml b/conifer/templates/item_heading_detail.xhtml
index f722432..80cc60a 100644
--- a/conifer/templates/item_heading_detail.xhtml
+++ b/conifer/templates/item_heading_detail.xhtml
@@ -32,7 +32,9 @@ item_tree = course.item_tree(subtree=item)
There are no items in this section.
${item_resequence_panel()}
- ${show_tree(item_tree, edit=is_editor)}
+
+ ${show_tree(item_tree, edit=is_editor)}
+
${add_subs(item)}