diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 08582f1d57..f2807b36f1 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 48fa05368c..f4c7af9e50 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 ff31a78074..54f4f24f23 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 54bbdeb980..28fb0ae455 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");