fix photo album pager
This commit is contained in:
parent
98a8693e9e
commit
a5a6719283
|
@ -570,6 +570,10 @@ div[id$="wrapper"] br { clear: left; }
|
|||
/**
|
||||
* photos
|
||||
**/
|
||||
.photos {
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
#photo-top-links {
|
||||
margin-bottom:30px;
|
||||
}
|
||||
|
|
|
@ -1904,6 +1904,11 @@ aside input[type='text'] {
|
|||
}
|
||||
|
||||
|
||||
.photos {
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.photo-album-image-wrapper {
|
||||
float: left;
|
||||
margin-top: 15px;
|
||||
|
|
|
@ -1944,6 +1944,11 @@ a.mail-list-link {
|
|||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.photos {
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.photo-album-image-wrapper {
|
||||
float: left;
|
||||
margin-top: 15px;
|
||||
|
|
|
@ -1369,6 +1369,10 @@ div[id$="wrapper"] br { clear: left; }
|
|||
/* ========== */
|
||||
/* = Photos = */
|
||||
/* ========== */
|
||||
.photos {
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#side-bar-photos-albums h3:before {
|
||||
content: url("photography.png");
|
||||
|
|
Loading…
Reference in a new issue