mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 10:13:00 +02:00
Litle hack to make Geko align thumbnails on top
Smaller font for thumbnails legend (less wrapping for long category names) git-svn-id: http://piwigo.org/svn/trunk@856 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -42,6 +42,7 @@ BODY#theNotificationPage #content
|
||||
display: table-cell; display: inline-table; display: inline-block;
|
||||
vertical-align: top; /* OK with Opera and IE6 not Geko */
|
||||
text-align: center; /* to center the thumbnail and legend in Geko/Opera */
|
||||
font-size: 80%;
|
||||
}
|
||||
#content UL.thumbnails SPAN SPAN {
|
||||
margin: 0; /* important reset the margins */
|
||||
@@ -62,6 +63,10 @@ BODY#theNotificationPage #content
|
||||
#content UL.thumbnails IMG {
|
||||
margin-bottom: -4px; /* why ??? something wrong with Geko and Opera ignored by IE6*/
|
||||
}
|
||||
/* fix Geko's lack of good willing in vertical-align: top */
|
||||
#content UL.thumbnails>LI>SPAN{
|
||||
height: 170px; /* unfortunately min-height doesn't work here */
|
||||
}
|
||||
|
||||
/* fix IE with another layout */
|
||||
* html #content UL.thumbnails SPAN {
|
||||
|
||||
Reference in New Issue
Block a user