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
This commit is contained in:
flop25
2013-06-28 19:39:31 +00:00
parent 512bf7ce86
commit cc8835bb1f
5 changed files with 34 additions and 5 deletions
+17 -2
View File
@@ -391,14 +391,29 @@ TD.calDayCellFull, TD.calDayCellEmpty {
min-height: 120px;
}
#linkPrev {
#linkPrev, #linkFirst {
float: left;
margin: 5px 10px 0 5px;
}
#linkNext {
#linkNext, #linkLast {
float: right;
margin: 5px 5px 0 10px;
text-align: right;
}
#linkFirst, #linkLast {
border: 1px solid #ccc;
height: 118px;
line-height: 118px;
}
#linkFirst div, #linkLast div {
display: inline-block;
vertical-align: middle;
width: 108px;
line-height: 1.2;
margin: 0 5px;
}
.imageInfoTable UL { /*this is the album list*/