]> source.dussan.org Git - vaadin-framework.git/commitdiff
Separate scrollbars for overly-wide errormessages and descriptions. Fixes #1898
authorMarc Englund <marc.englund@itmill.com>
Thu, 21 Aug 2008 13:31:12 +0000 (13:31 +0000)
committerMarc Englund <marc.englund@itmill.com>
Thu, 21 Aug 2008 13:31:12 +0000 (13:31 +0000)
svn changeset:5239/svn branch:trunk

WebContent/ITMILL/themes/default/common/common.css

index 93bd984d27c8fd0af0663c288735d7dbafb8546e..8ca2f3ad3fc21553b3cac666dd64bb8eda7b63b7 100644 (file)
@@ -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 {