Changeset 444

Show
Ignore:
Timestamp:
05/27/08 02:45:14 (22 months ago)
Author:
eevee
Message:

Added a z-index to the dex suggest dropdown thing. (#319)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/templates/style/global.tt

    r386 r444  
    178178 
    179179/* javascript suggestion dropdown */ 
    180 ul#dexsuggest { position: absolute; margin: 0; padding: 0; border: 1px solid [% dark_separator %]; background: [% tablerow_fill2 %]; color: black; max-height: 10em; /* x * (1 + 0.25 * 2) */ overflow: auto; text-align: left; } 
     180ul#dexsuggest { position: absolute; z-index: 100; margin: 0; padding: 0; border: 1px solid [% dark_separator %]; background: [% tablerow_fill2 %]; color: black; max-height: 10em; /* x * (1 + 0.25 * 2) */ overflow: auto; text-align: left; } 
    181181  ul#dexsuggest li { cursor: pointer; padding: 0.33em; margin: 0; height: 1.2em; line-height: 1.2em; overflow: hidden; list-style: none; background: transparent no-repeat 0.33em center; padding-left: 32px; } 
    182182    ul#dexsuggest li span.typed { font-weight: bold; padding-left: 0.66em; }