From 1ee9e8caf8be257c341a3acfc0937d4d9926f448 Mon Sep 17 00:00:00 2001 From: marijus Date: Sat, 9 Nov 2013 18:14:39 +0100 Subject: yes we might need it sometime and we are not supporting IE6 anyway --- view/theme/redbasic/css/style.css | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 897848711..c75672202 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2855,26 +2855,22 @@ div.jGrowl div.info { } -/*is this needed?*/ -.autocomplete-w1 { background: #ffffff; no-repeat bottom right; position:absolute; top:0px; left:0px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; } +.autocomplete-w1 { + position:fixed; + top:24px; +} .autocomplete { - position: fixed; - top: 24px; color: $font_colour; border: 1px solid $nav_bg_1; border-top: none; background: #FFF; - cursor: default; + cursor: pointer; text-align: left; max-height: 350px; overflow: auto; border-bottom-left-radius:$radiuspx; border-bottom-right-radius:$radiuspx; - /* IE6 specific: */ - _height: 350px; - _margin: 0; - _overflow-x: hidden; } .autocomplete .selected { -- cgit v1.2.3