summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/apps/name/name.html4
-rw-r--r--templates/tree.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/apps/name/name.html b/templates/apps/name/name.html
index 4f167d4..eec1092 100644
--- a/templates/apps/name/name.html
+++ b/templates/apps/name/name.html
@@ -17,14 +17,14 @@
{% if not name %}
<h1>This is the top of the namespace</h1>
{% endif %}
- <div class="ui-widget ui-widget-content ui-helper-reset ui-corner-all">
+ <div class="ui-widget ui-widget-content ui-helper-reset ui-corner-all infopanel">
{% if name.description %}
{% autoescape off %}
<p class="description">{{name.description|safe}}</p>
{% endautoescape %}
{% endif %}
{% if name %}
- <div class="navlist toolbar">
+ <div class="ilist">
<ul>
{% if render.acl %}
<li class="button"><a href="/name/{{name.id}}/link/0">Modify Access</a></li>
diff --git a/templates/tree.html b/templates/tree.html
index 94b8f8c..8e4dddc 100644
--- a/templates/tree.html
+++ b/templates/tree.html
@@ -32,8 +32,8 @@ $(function() {
{% block main %}
<div id="left">
<div id="tree">
- <div style="margin-left: -40px;">
- <ul class="ilist">
+ <div class="ilist">
+ <ul>
<li><b>{{ prefix_url }}</b></li>
{% if name and render.up %}
{% if name.parent %}