From 0f64e1e623b492e005032e42b69df5d8b2f35d05 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 24 Jan 2011 20:13:52 -0800 Subject: [PATCH] restrict post height, we may back this out later and replace with [show all] toggles --- view/theme/default/style.css | 5 +++++ view/theme/duepuntozero/style.css | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/view/theme/default/style.css b/view/theme/default/style.css index e34b622c65..49a8f2d737 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 b00f24cc28..13d396e787 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; +}