From 06d71187d4e281b7cb2b9beb55def6b22493dc54 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Thu, 21 Aug 2008 13:31:12 +0000 Subject: [PATCH] Separate scrollbars for overly-wide errormessages and descriptions. Fixes #1898 svn changeset:5239/svn branch:trunk --- WebContent/ITMILL/themes/default/common/common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index 93bd984d27..8ca2f3ad3f 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -86,7 +86,6 @@ input.i-modified, line-height: 13px; font-family: arial, helvetica, tahoma, verdana, sans-serif; color: #5d5444; - overflow: auto; } .i-tooltip-text { @@ -94,6 +93,7 @@ input.i-modified, border: none; border-top: 1px solid #fffef5; border-bottom: 1px solid #fbf8d9; + overflow: auto; } .i-tooltip .i-errormessage { @@ -103,6 +103,7 @@ input.i-modified, border: none; border-top: 1px solid #fff3dc; border-bottom: 1px solid #ead7b1; + overflow: auto; } .i-tooltip .i-errormessage h2 { -- 2.39.5