diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-27 17:54:02 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-27 17:54:02 +0000 |
commit | e96fee5659cb27a0f55240a44eb2b7ef60fb26c2 (patch) | |
tree | c48b326708f572350c11170073c3797e2238b7bb /themes/default/theme.css | |
parent | d95ddb7c6146157418f7735995a2b43ef3d2c8fb (diff) |
center informations table on first and last picture page
tested with default, sobre, os, pure, luciano, kardon, simple, stripped
git-svn-id: http://piwigo.org/svn/trunk@10645 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r-- | themes/default/theme.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 3a19b081a..2f0af02c9 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -355,15 +355,21 @@ TD.calDayHead { margin: 0 auto; border: 0; } + +#infosImage { + position:relative +} -#linkPrev { - float: left; +#infosImage #linkPrev { + position:absolute; + left:0; margin-right: 10px; margin-left: 5px; } -#linkNext { - float: right; +#infosImage #linkNext { + position:absolute; + right:0; margin-right: 5px; margin-left: 10px; } |