diff options
author | mistic100 <mistic@piwigo.org> | 2011-05-01 21:31:30 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-05-01 21:31:30 +0000 |
commit | ec76cf810a1c067812ccd77e69d27d86a0902187 (patch) | |
tree | cc2a6618b77cb11f713cadf349e6e037b0cbd02c /themes/default | |
parent | 8da9126e60c7426d65ce26c68dbdce0f6255cf7d (diff) |
cancel r10645
git-svn-id: http://piwigo.org/svn/trunk@10738 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/picture.tpl | 2 | ||||
-rw-r--r-- | themes/default/theme.css | 14 |
2 files changed, 4 insertions, 12 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index ecfb425f1..f52dc3255 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -106,7 +106,6 @@ y.callService( </div> -<div id="infosImage"> {if $DISPLAY_NAV_THUMB} {if isset($previous)} <a class="navThumb" id="linkPrev" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" rel="prev"> @@ -278,7 +277,6 @@ y.callService( {/foreach} </table> {/if} -</div> {* <!-- infosImage --> *} <hr class="separation"> diff --git a/themes/default/theme.css b/themes/default/theme.css index 2f0af02c9..3a19b081a 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -355,21 +355,15 @@ TD.calDayHead { margin: 0 auto; border: 0; } - -#infosImage { - position:relative -} -#infosImage #linkPrev { - position:absolute; - left:0; +#linkPrev { + float: left; margin-right: 10px; margin-left: 5px; } -#infosImage #linkNext { - position:absolute; - right:0; +#linkNext { + float: right; margin-right: 5px; margin-left: 10px; } |