Mercurial > hg > bts-webui
changeset 155:8680d6ba396a draft
toolbox: theme 'remove' link
author | diegoe-guest |
---|---|
date | Wed, 12 Aug 2009 20:52:40 +0000 |
parents | 0f77cb692ec9 |
children | 150a3135c035 |
files | bts_webui/amancay/static/amancay.css bts_webui/amancay/templates/toolbox.html |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bts_webui/amancay/static/amancay.css +++ b/bts_webui/amancay/static/amancay.css @@ -437,3 +437,8 @@ #subscribe { text-align: right; } +.toolbox_remove_link { + font-size: smaller; + color: #f66; + text-decoration: none; +}
--- a/bts_webui/amancay/templates/toolbox.html +++ b/bts_webui/amancay/templates/toolbox.html @@ -40,7 +40,7 @@ {% if toolbox.item_list %} {% for item in toolbox.item_list %} <span class="toolbox_item"> - {{ item }} <a href="/ajax/{{ toolbox.item_type }}/remove/?id={{ item }}">[x] remove</a> + {{ item }} <a href="/ajax/{{ toolbox.item_type }}/remove/?id={{ item }}" class="toolbox_remove_link">[x]</a> </span><br/> {% endfor %} {% else %}