piwigo/themes/default/fix-ie7.css
Gotcha 0e7b3e2298 Merge r12509 from br2.3 to trunk/themes/default/fix-ie7.css
bug:2481

git-svn-id: http://piwigo.org/svn/trunk@12510 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-23 21:08:35 +00:00

28 lines
No EOL
434 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;
}
INPUT[type='submit'] {
text-indent: 0px !important;
}