diff --git a/src/IDF/templates/idf/downloads/view.html b/src/IDF/templates/idf/downloads/view.html index d687867..f098eb9 100644 --- a/src/IDF/templates/idf/downloads/view.html +++ b/src/IDF/templates/idf/downloads/view.html @@ -49,7 +49,8 @@  {aurl 'url', 'IDF_Views_Download::delete', array($project.shortname, $file.id)} - | {trans 'Cancel'} {trans 'Trash'} {trans 'Delete this file'} +{* float left is a fix for Firefox < 3.5 *} + | {trans 'Cancel'} {trans 'Trash'} {trans 'Delete this file'} diff --git a/src/IDF/templates/idf/gadmin/projects/update.html b/src/IDF/templates/idf/gadmin/projects/update.html index bdda67c..4602f05 100644 --- a/src/IDF/templates/idf/gadmin/projects/update.html +++ b/src/IDF/templates/idf/gadmin/projects/update.html @@ -35,8 +35,9 @@   {aurl 'url', 'IDF_Views_Admin::projectDelete', array($project.id)} - -| {trans 'Cancel'} {if $isAdmin} +{* float left is a fix for Firefox < 3.5 *} + +| {trans 'Cancel'} {if $isAdmin} {trans 'Trash'} {trans 'Delete this project'}
{trans 'You will be ask to confirm.'}
{/if} diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css index 38a2050..a03e643 100644 --- a/www/media/idf/css/style.css +++ b/www/media/idf/css/style.css @@ -54,7 +54,6 @@ a:active{ .dellink { float: right; position: relative; - margin-top: -1.6em; } .dellink a {