Changeset 444 for veekun/trunk/templates/style/global.tt
- Timestamp:
- 05/27/08 02:45:14 (18 months ago)
- Files:
-
- 1 modified
-
veekun/trunk/templates/style/global.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/templates/style/global.tt
r386 r444 178 178 179 179 /* 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; }180 ul#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; } 181 181 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; } 182 182 ul#dexsuggest li span.typed { font-weight: bold; padding-left: 0.66em; }
