From 436f83d8897fa4a9e69ddafbe0e3cdaad1a0f1c9 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Sat, 23 Dec 2006 12:45:57 +0000 Subject: -Description popup styles changed svn changeset:145/svn branch:toolkit --- WebContent/themes/default/theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'WebContent') diff --git a/WebContent/themes/default/theme.css b/WebContent/themes/default/theme.css index c5f152a42d..73e5adf038 100644 --- a/WebContent/themes/default/theme.css +++ b/WebContent/themes/default/theme.css @@ -119,12 +119,14 @@ IMG.overlay { text-align: left; } .popup * { - white-space: nowrap; + /*white-space: nowrap;*/ /* Really, there's no point doing it like this. If we need nowrap, we define it in the content that needs it, not on all. */ color: InfoText; background-color: InfoBackground; } .popup .error { font-size: 0.9em; + overflow: auto; + border: solid 1px red; } /* COMPONENTS */ -- cgit v1.2.3