diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-06 09:35:29 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-06 09:35:29 +0100 |
commit | a5a6719283bd246e78427cff82aad951a3db310d (patch) | |
tree | 4bd500df501cfe73dca7790ef5e99b07ce4cba4f /view | |
parent | 98a8693e9ea86d4ee07539ee93162511edb70c12 (diff) | |
download | volse-hubzilla-a5a6719283bd246e78427cff82aad951a3db310d.tar.gz volse-hubzilla-a5a6719283bd246e78427cff82aad951a3db310d.tar.bz2 volse-hubzilla-a5a6719283bd246e78427cff82aad951a3db310d.zip |
fix photo album pager
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/dispy/style.css | 4 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 5 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 5 | ||||
-rw-r--r-- | view/theme/testbubble/style.css | 4 |
4 files changed, 18 insertions, 0 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 08582f1d5..f2807b36f 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -570,6 +570,10 @@ div[id$="wrapper"] br { clear: left; } /** * photos **/ +.photos { + height: auto; + overflow: auto; +} #photo-top-links { margin-bottom:30px; } diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 48fa05368..f4c7af9e5 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1904,6 +1904,11 @@ aside input[type='text'] { } +.photos { + height: auto; + overflow: auto; +} + .photo-album-image-wrapper { float: left; margin-top: 15px; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index ff31a7807..54f4f24f2 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -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; diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 54bbdeb98..28fb0ae45 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -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"); |