aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-24 20:13:52 -0800
committerFriendika <info@friendika.com>2011-01-24 20:13:52 -0800
commit0f64e1e623b492e005032e42b69df5d8b2f35d05 (patch)
tree0c65734a63e8b88aa1033caad5d333215da003ca /view
parent08d6fe5ae74cc223e4385344f8e0edfde4208a23 (diff)
downloadvolse-hubzilla-0f64e1e623b492e005032e42b69df5d8b2f35d05.tar.gz
volse-hubzilla-0f64e1e623b492e005032e42b69df5d8b2f35d05.tar.bz2
volse-hubzilla-0f64e1e623b492e005032e42b69df5d8b2f35d05.zip
restrict post height, we may back this out later and replace with [show all] toggles
Diffstat (limited to 'view')
-rw-r--r--view/theme/default/style.css5
-rw-r--r--view/theme/duepuntozero/style.css5
2 files changed, 9 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index e34b622c6..49a8f2d73 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -1996,3 +1996,8 @@ a.mail-list-link {
margin-bottom: 15px;
}
+
+.wall-item-content {
+ max-height: 350px;
+ overflow:auto;
+}
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index b00f24cc2..13d396e78 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -1879,4 +1879,7 @@ a.mail-list-link {
margin-bottom: 15px;
}
-
+.wall-item-content {
+ max-height: 350px;
+ overflow:auto;
+}