feature 2587: compatibility with ie7
git-svn-id: http://piwigo.org/svn/trunk@13777 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
0db5a354ad
commit
dc88285901
3 changed files with 8 additions and 3 deletions
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
<div id="imageToolBar">
|
||||
<div class="imageNumber">{$PHOTO}</div>
|
||||
{include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
|
||||
<div class="actionButtons">
|
||||
|
||||
{if count($current.unique_derivatives)>1}
|
||||
|
|
@ -121,8 +122,6 @@ y.callService(
|
|||
</a>
|
||||
{/if}{/strip}{*caddie management END*}
|
||||
</div>
|
||||
|
||||
{include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
|
||||
</div>{*<!-- imageToolBar -->*}
|
||||
|
||||
<div id="theImageAndInfos">
|
||||
|
|
|
|||
3
themes/elegant/fix-ie7.css
Normal file
3
themes/elegant/fix-ie7.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#theImage.infoshown { float: left;}
|
||||
#theImage.infohidden { float: right;}
|
||||
#imageToolBar .actionButtons { float: right;}
|
||||
|
|
@ -3,3 +3,6 @@
|
|||
{else}
|
||||
{combine_script id='elegant.scripts' load='footer' require='jquery' path='themes/elegant/scripts.js'}
|
||||
{/if}
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/elegant/fix-ie7.css">
|
||||
<![endif]-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue