From 1933798ac90b00a039ee18a5ac1ad60b38062f1d Mon Sep 17 00:00:00 2001 From: gfawcett Date: Sun, 11 Jan 2009 21:55:34 +0000 Subject: [PATCH] about/edit links on left. Better? I'm not sure it is. I want to keep a copy of the css though. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@104 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/static/main.css | 17 +++++++++++++---- conifer/templates/components/item.xhtml | 5 ++--- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/conifer/static/main.css b/conifer/static/main.css index e1b6fa1..6b968c5 100644 --- a/conifer/static/main.css +++ b/conifer/static/main.css @@ -6,7 +6,7 @@ pre, code { font-family: monospace; } body, html { margin: 0; padding: 0; } body { background-color: white; - font-size: small; + font-size: normal; } #mainpanel { background-color: white; padding: 0 12 24 12; } @@ -76,10 +76,19 @@ a:hover { text-decoration: underline; } } .pagetable thead th { font-size: smaller; text-align: left; padding: 2 8; } + +.itemtree { margin-left: 100; } +.itemtree .itemtree { margin-left: 0;} + .itemtree li { width: 400; } -.metalinks { padding-left: 12; color: gray; } -.metalinks a { color: navy; } -.metalinks { position: absolute; left: 500; } + +.itemtree .metalinks { padding-left: 12; color: gray; + position: absolute; left: 0; + font-size: small; + } +.itemtree .metalinks a { color: navy; } + +.itemadd { margin-left: 100; } .instructors { border: 1px solid #ccc; diff --git a/conifer/templates/components/item.xhtml b/conifer/templates/components/item.xhtml index 8771778..28680a8 100644 --- a/conifer/templates/components/item.xhtml +++ b/conifer/templates/components/item.xhtml @@ -19,12 +19,11 @@
- ${x.title} + ${x.title}

${item.title}

-