Changeset 5239

Show
Ignore:
Timestamp:
08/21/08 13:31:12 (5 months ago)
Author:
marc.englund@…
Message:

Separate scrollbars for overly-wide errormessages and descriptions. Fixes #1898

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebContent/ITMILL/themes/default/common/common.css

    r5073 r5239  
    8787        font-family: arial, helvetica, tahoma, verdana, sans-serif; 
    8888        color: #5d5444; 
    89         overflow: auto; 
    9089} 
    9190 
     
    9594        border-top: 1px solid #fffef5; 
    9695        border-bottom: 1px solid #fbf8d9; 
     96        overflow: auto; 
    9797} 
    9898 
     
    104104        border-top: 1px solid #fff3dc; 
    105105        border-bottom: 1px solid #ead7b1; 
     106        overflow: auto; 
    106107 } 
    107108