aboutsummaryrefslogtreecommitdiffstats
path: root/themes/elegant
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2013-06-28 19:39:31 +0000
committerflop25 <flop25@piwigo.org>2013-06-28 19:39:31 +0000
commitcc8835bb1f1666491d3719b39fd19a97c623d142 (patch)
treea32f32b44400b09b34c549fde98c193a41b7317c /themes/elegant
parent512bf7ce8660d028596ab22e25d90de2d65735f7 (diff)
bug:2918
Display a link for the fist and last page on picture.tpl, to go to the album 3 lang keys added git-svn-id: http://piwigo.org/svn/trunk@23642 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/elegant')
-rw-r--r--themes/elegant/theme.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css
index cd2be7e89..e5b046cbd 100644
--- a/themes/elegant/theme.css
+++ b/themes/elegant/theme.css
@@ -220,10 +220,10 @@ a:hover { border-bottom: none;}
}
#imageInfos .navThumbs { width: 250px; height: 130px; margin: auto; padding: 0 5px;}
-#imageInfos .navThumb { position: relative; width: 120px; height: 120px; margin: 0; overflow: hidden;}
+#imageInfos .navThumb { position: relative; margin: 0; overflow: hidden;}
#imageInfos #linkPrev { float: left;}
-#imageInfos #linkNext { float: right;}
-#imageInfos .thumbHover { position: absolute; width: 100%; height: 100%;}
+#imageInfos #linkNext { float: right;}
+#imageInfos #linkFirst, #imageInfos #linkLast { border-color: #444444;}
#imageInfos .prevThumbHover { background: transparent url(icon/none.png) no-repeat center center;}
#imageInfos .prevThumbHover:hover { background: transparent url(icon/img_prev.png) no-repeat center center;}
#imageInfos .nextThumbHover { background: transparent url(icon/none.png) no-repeat center center;}