From 0f64e1e623b492e005032e42b69df5d8b2f35d05 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 24 Jan 2011 20:13:52 -0800 Subject: 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(-) (limited to 'view/theme') 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; +} -- cgit v1.2.3 From fc5316fe21d567802adf784d4b984852f0c7ee90 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 24 Jan 2011 20:21:14 -0800 Subject: allow a video and/or photo to fit with scrollbars --- view/theme/default/style.css | 2 +- view/theme/duepuntozero/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view/theme') diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 49a8f2d73..18b2ee67a 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1998,6 +1998,6 @@ a.mail-list-link { .wall-item-content { - max-height: 350px; + max-height: 400px; overflow:auto; } diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 13d396e78..388f1e230 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1880,6 +1880,6 @@ a.mail-list-link { } .wall-item-content { - max-height: 350px; + max-height: 400px; overflow:auto; } -- cgit v1.2.3 From b0ab3e468b5c20cfe369ff282b7906d1690a3510 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 24 Jan 2011 23:08:39 -0800 Subject: leave room for vertical scrollbar (when needed) --- view/theme/default/style.css | 9 ++++----- view/theme/duepuntozero/style.css | 7 +++---- 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'view/theme') diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 18b2ee67a..fcc9c94a8 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -985,6 +985,10 @@ input#dfrn-url { width: 450px; margin-left: 10px; margin-bottom: 20px; + padding: 20px; + max-height: 400px; + overflow: auto; + } .wall-item-title { @@ -1996,8 +2000,3 @@ a.mail-list-link { margin-bottom: 15px; } - -.wall-item-content { - max-height: 400px; - overflow:auto; -} diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 388f1e230..3351b35a1 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -854,6 +854,9 @@ input#dfrn-url { width: 450px; margin-left: 10px; margin-bottom: 20px; + padding: 20px; + max-height: 400px; + overflow: auto; } .wall-item-title { @@ -1879,7 +1882,3 @@ a.mail-list-link { margin-bottom: 15px; } -.wall-item-content { - max-height: 400px; - overflow:auto; -} -- cgit v1.2.3