fix photo album pager
This commit is contained in:
parent
98a8693e9e
commit
a5a6719283
4 changed files with 18 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue