fix photo album pager

This commit is contained in:
Fabio Comuni 2012-01-06 09:35:29 +01:00
parent 98a8693e9e
commit a5a6719283
4 changed files with 18 additions and 0 deletions

View File

@ -570,6 +570,10 @@ div[id$="wrapper"] br { clear: left; }
/** /**
* photos * photos
**/ **/
.photos {
height: auto;
overflow: auto;
}
#photo-top-links { #photo-top-links {
margin-bottom:30px; margin-bottom:30px;
} }

View File

@ -1904,6 +1904,11 @@ aside input[type='text'] {
} }
.photos {
height: auto;
overflow: auto;
}
.photo-album-image-wrapper { .photo-album-image-wrapper {
float: left; float: left;
margin-top: 15px; margin-top: 15px;

View File

@ -1944,6 +1944,11 @@ a.mail-list-link {
margin-top: 15px; margin-top: 15px;
} }
.photos {
height: auto;
overflow: auto;
}
.photo-album-image-wrapper { .photo-album-image-wrapper {
float: left; float: left;
margin-top: 15px; margin-top: 15px;

View File

@ -1369,6 +1369,10 @@ div[id$="wrapper"] br { clear: left; }
/* ========== */ /* ========== */
/* = Photos = */ /* = Photos = */
/* ========== */ /* ========== */
.photos {
height: auto;
overflow: auto;
}
#side-bar-photos-albums h3:before { #side-bar-photos-albums h3:before {
content: url("photography.png"); content: url("photography.png");