From 6244610d840806418bf774bf771b8af28b3a19e0 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 22 Feb 2011 21:12:50 +0100 Subject: style cleanup --- site-media/css/style.css | 5 +++-- templates/apps/name/name.html | 20 ++++++++++---------- templates/base.html | 12 +++++++----- templates/edit.html | 2 +- templates/tree.html | 4 ++-- 5 files changed, 23 insertions(+), 20 deletions(-) diff --git a/site-media/css/style.css b/site-media/css/style.css index a297d8a..6cbd2a6 100644 --- a/site-media/css/style.css +++ b/site-media/css/style.css @@ -13,10 +13,11 @@ div#footer li { float: left; margin: 0 0.15em} .description { inherit: none; margin-bottom: 10px;} div#headline{ font: 300% "Trebuchet MS", sans-serif; margin-bottom: 20px;} .name { font: 100% "Trebuchet MS", sans-serif; margin-top: 5px;} -div.toolbar{ padding: 4px; float: right; margin-right: 10px; margin-top: 6px; margin-bottom: 20px;} +div.toolbar{ padding: 4px; float: right; margin-right: 50px; margin-top: 6px; margin-bottom: 20px;} div#left { float: left; width: 30%; padding-left: 5px; } -div#right { float: right; width: 65%; padding-left: 20px; border-left: 1px solid #CECECE; } +div#right { float: right; width: 65%; padding-left: 20px; height: 400px; } div#related { position: absolute; bottom: 30%;} +div#description { border-bottom: 1px solid #CECECE; } ul.links { list-style: none inside; padding: 0; margin: 0; } li.links { padding: 0; margin: 0; } form .ui-widget ul { list-style: none inside; padding: 0; margin: 0; } diff --git a/templates/apps/name/name.html b/templates/apps/name/name.html index d7be379..dce2028 100644 --- a/templates/apps/name/name.html +++ b/templates/apps/name/name.html @@ -18,12 +18,10 @@

This is the top of the namespace

{% endif %} {% if name.description %} -
-
- {% autoescape off %} -

{{name.description|safe}}

- {% endautoescape %} -
+
+ {% autoescape off %} +

{{name.description|safe}}

+ {% endautoescape %}
{% endif %} {% if memberships and render.invite %} @@ -34,6 +32,8 @@

{{m.user|lastidentifier}}

{{m.user|userdisplay}} ({{m.user|lastidentifier}}) became a member of {{name.shortname}} {{m.timecreated|datehumanize}}.
+ {% empty %} +

No members yet...

{% endfor %} {% endif %} @@ -44,14 +44,14 @@

{{i.email}}

-
{% empty %} diff --git a/templates/base.html b/templates/base.html index 9716e8e..a212afb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -61,8 +61,10 @@