yes we might need it sometime and we are not supporting IE6 anyway

This commit is contained in:
marijus 2013-11-09 18:14:39 +01:00
parent 3fbf78a859
commit 1ee9e8caf8

View File

@ -2855,26 +2855,22 @@ div.jGrowl div.info {
} }
/*is this needed?*/ .autocomplete-w1 {
.autocomplete-w1 { background: #ffffff; no-repeat bottom right; position:absolute; top:0px; left:0px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; } position:fixed;
top:24px;
}
.autocomplete { .autocomplete {
position: fixed;
top: 24px;
color: $font_colour; color: $font_colour;
border: 1px solid $nav_bg_1; border: 1px solid $nav_bg_1;
border-top: none; border-top: none;
background: #FFF; background: #FFF;
cursor: default; cursor: pointer;
text-align: left; text-align: left;
max-height: 350px; max-height: 350px;
overflow: auto; overflow: auto;
border-bottom-left-radius:$radiuspx; border-bottom-left-radius:$radiuspx;
border-bottom-right-radius:$radiuspx; border-bottom-right-radius:$radiuspx;
/* IE6 specific: */
_height: 350px;
_margin: 0;
_overflow-x: hidden;
} }
.autocomplete .selected { .autocomplete .selected {