From 1815aaa90941c2259a8a251bad4117385fac63de Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Mon, 29 Jun 2009 22:10:32 +0200 Subject: [PATCH] Fixed to have a better workaround for Firefox not to break Safari. --- src/IDF/templates/idf/downloads/view.html | 3 ++- src/IDF/templates/idf/gadmin/projects/update.html | 5 +++-- www/media/idf/css/style.css | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) 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 {