diff options
author | Marc Englund <marc.englund@itmill.com> | 2008-08-21 13:31:12 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2008-08-21 13:31:12 +0000 |
commit | 06d71187d4e281b7cb2b9beb55def6b22493dc54 (patch) | |
tree | 8822291b8da791319fad1e4c3047bd102f865223 | |
parent | 64f06d0f252e2844b3e103f2f5864441381d42ac (diff) | |
download | vaadin-framework-06d71187d4e281b7cb2b9beb55def6b22493dc54.tar.gz vaadin-framework-06d71187d4e281b7cb2b9beb55def6b22493dc54.zip |
Separate scrollbars for overly-wide errormessages and descriptions. Fixes #1898
svn changeset:5239/svn branch:trunk
-rw-r--r-- | WebContent/ITMILL/themes/default/common/common.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |