summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site-media/css/style.css2
-rw-r--r--templates/base.html7
-rw-r--r--templates/tree.html1
3 files changed, 8 insertions, 2 deletions
diff --git a/site-media/css/style.css b/site-media/css/style.css
index 540e015..a297d8a 100644
--- a/site-media/css/style.css
+++ b/site-media/css/style.css
@@ -12,7 +12,7 @@ div#footer li { float: left; margin: 0 0.15em}
.navlist li { float: right; display: inline; margin: 0 0.15em; }
.description { inherit: none; margin-bottom: 10px;}
div#headline{ font: 300% "Trebuchet MS", sans-serif; margin-bottom: 20px;}
-div.name { font: 30% "Trebuchet MS", sans-serif; margin-top: 5px;;}
+.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#left { float: left; width: 30%; padding-left: 5px; }
div#right { float: right; width: 65%; padding-left: 20px; border-left: 1px solid #CECECE; }
diff --git a/templates/base.html b/templates/base.html
index b494ca6..b885446 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -90,6 +90,13 @@
</ul>
</div>
{% endif %}
+ {% if name %}
+ <div class="ui-widget ui-state-default ui-corner-all navlist toolbar">
+ <ul>
+ <li class="tip" title="This is the full name of the group. This is the name that will be exposed to applications.">{{ name }}</li>
+ </ul>
+ </div>
+ {% endif %}
<div class="clear"></div>
</div>
<div id="content">
diff --git a/templates/tree.html b/templates/tree.html
index 7215a41..6fd7dab 100644
--- a/templates/tree.html
+++ b/templates/tree.html
@@ -29,7 +29,6 @@ $(function() {
{% endblock %}
{% block headline %}
<a style="text-decoration: none" href="{% if name %}/name/id/{{name.id}}{% else %}/{% endif %}">{% if name %}{{name.shortname}}{% else %}{{profile.display_name}}{% endif %}</a>
-{% if name %}<div class="name">{{ name }}</div>{% endif %}
{% endblock %}
{% block title %}COIP{% if name %} - {{name.shortname}}{% endif %}{% endblock %}
{% block main %}