diff options
author | Leif Johansson <leifj@sunet.se> | 2011-06-14 01:14:42 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-06-14 01:14:42 +0200 |
commit | 682ccd855f9c76455ff61da869a9db40d06922c6 (patch) | |
tree | 75e745dc5d5eb0cc6ae8ef317e209cef7e8e031d /templates/apps/name/acls.html | |
parent | e4534a199d60c87e02a12bb1067361b6a3f4c108 (diff) |
list style polish
Diffstat (limited to 'templates/apps/name/acls.html')
-rw-r--r-- | templates/apps/name/acls.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/apps/name/acls.html b/templates/apps/name/acls.html index 32c47c4..28a8f1c 100644 --- a/templates/apps/name/acls.html +++ b/templates/apps/name/acls.html @@ -24,13 +24,10 @@ </div> {% endfor %} </div> -<div class="ui-helper-reset ui-widget ui-widget-content ui-corner-all infopanel"> <ul class="ilist"> <li class="button"><a href="/name/{{name.id}}/acl/0/add">Add Permission</a></li> {% if name %} - <li class="button" style="float: right;"><input type="button" onClick="document.location='{{name.url}}'" value="Cancel"/></li> + <li class="button right"><input type="button" onClick="document.location='{{name.url}}'" value="Cancel"/></li> {% endif %} </ul> - <div class="clear"></div> -</div> {% endblock %}
\ No newline at end of file |