From 4ffa419f93b4758261dda2a49d9bed4ab1a9c2ca Mon Sep 17 00:00:00 2001 From: Zaphod Date: Tue, 27 Mar 2012 21:05:28 +0000 Subject: [PATCH] feature 2587: compatibility with ie7 git-svn-id: http://piwigo.org/svn/trunk@13777 68402e56-0260-453c-a942-63ccdbb3a9ee --- fix-ie7.css | 3 +++ local_head.tpl | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 fix-ie7.css diff --git a/fix-ie7.css b/fix-ie7.css new file mode 100644 index 0000000..3806666 --- /dev/null +++ b/fix-ie7.css @@ -0,0 +1,3 @@ +#theImage.infoshown { float: left;} +#theImage.infohidden { float: right;} +#imageToolBar .actionButtons { float: right;} \ No newline at end of file diff --git a/local_head.tpl b/local_head.tpl index bdb3ca7..0be1766 100644 --- a/local_head.tpl +++ b/local_head.tpl @@ -2,4 +2,7 @@ {combine_script id='elegant.scripts_pp' load='footer' require='jquery' path='themes/elegant/scripts_pp.js'} {else} {combine_script id='elegant.scripts' load='footer' require='jquery' path='themes/elegant/scripts.js'} -{/if} \ No newline at end of file +{/if} +