Changeset 1448


Ignore:
Timestamp:
Jan 27, 2011, 4:25:44 PM (12 years ago)
Author:
work@…
Message:

adds a max-height to the autocomplete, see #247

Location:
trunk/web-app/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/default_style.css

    r1299 r1448  
    397397
    398398/* START :: ontology autocomplete */
     399.ui-autocomplete {
     400        max-height: 200px;
     401        overflow-y: auto;
     402        overflow-x: hidden;
     403}
    399404.ui-autocomplete .ui-menu-item {
    400405        font-size: 10px;
  • trunk/web-app/css/dialog.css

    r987 r1448  
    1010
    1111/* START :: ontology autocomplete */
     12.ui-autocomplete {
     13        max-height: 200px;
     14        overflow-y: auto;
     15        overflow-x: hidden;
     16}
    1217.ui-autocomplete .ui-menu-item {
    1318    font-size: 10px;
Note: See TracChangeset for help on using the changeset viewer.