
picture.tpl more compact + removed unnecessary escape modifiers + use footer_script template combine_css small things git-svn-id: http://piwigo.org/svn/trunk@8378 68402e56-0260-453c-a942-63ccdbb3a9ee
24 lines
378 B
CSS
24 lines
378 B
CSS
/* fix IE with another layout for thumbnails */
|
|
|
|
.thumbnails .wrap2 {
|
|
display: block;
|
|
position: relative;
|
|
text-align: left;
|
|
}
|
|
.thumbnails .wrap2 A,
|
|
.thumbnails .wrap2 SPAN {
|
|
overflow: visible;
|
|
position: absolute;
|
|
top: 50%;
|
|
text-align: center;
|
|
}
|
|
|
|
.thumbnails IMG.thumbnail {
|
|
position: relative;
|
|
top: -50%;
|
|
margin-top: 2%;
|
|
}
|
|
|
|
.pwg-icon {
|
|
display: block;
|
|
}
|