aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-06-27 18:23:03 +0200
committerfabrixxm <fabrix.xm@gmail.com>2011-06-27 18:23:03 +0200
commitcfd59f6ac8848c19a0c451c378d2b770cafcbef0 (patch)
treecbfe7b53f77fef0f3244079393d064e953a37209 /view/theme
parente7737d2ea46d18f6098885b9a5aa0fc9eef34d90 (diff)
downloadvolse-hubzilla-cfd59f6ac8848c19a0c451c378d2b770cafcbef0.tar.gz
volse-hubzilla-cfd59f6ac8848c19a0c451c378d2b770cafcbef0.tar.bz2
volse-hubzilla-cfd59f6ac8848c19a0c451c378d2b770cafcbef0.zip
dispy: photos display don't overflow onto sidebar
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/dispy/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css
index ac70ff679..555b0af4f 100644
--- a/view/theme/dispy/style.css
+++ b/view/theme/dispy/style.css
@@ -564,7 +564,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
* profile
**/
-div[id$="text"] { font-weight: bold; float: left; width: 200px; }
+div[id$="text"] { font-weight: bold; border-bottom: 1px solid #cccccc; }
div[id$="wrapper"] { height: 100%; margin-bottom: 1em; }
div[id$="wrapper"] br { clear: left; }
#advanced-profile-with { margin-left: 200px; }
@@ -592,6 +592,9 @@ div[id$="wrapper"] br { clear: left; }
}
+#photo-photo { max-width: 100% }
+#photo-photo img { max-width: 100% }
+
.photo-top-image-wrapper a:hover,
#photo-photo a:hover,
.photo-album-image-wrapper a:hover {