some style work on searchbar autocomplete
This commit is contained in:
parent
3a9cbcaf01
commit
5538972fec
@ -2854,10 +2854,37 @@ div.jGrowl div.info {
|
||||
#recip {
|
||||
|
||||
}
|
||||
|
||||
/*is this needed?*/
|
||||
.autocomplete-w1 { background: #ffffff; no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
|
||||
.autocomplete { color:#000; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px; _margin:0; _overflow-x:hidden; }
|
||||
.autocomplete .selected { background:#F0F0F0; }
|
||||
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
|
||||
|
||||
.autocomplete {
|
||||
position: fixed;
|
||||
top: 24px;
|
||||
color: $font_colour;
|
||||
border: 1px solid $nav_bg_1;
|
||||
border-top: none;
|
||||
background: #FFF;
|
||||
cursor: default;
|
||||
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 {
|
||||
background:$bgcolour;
|
||||
}
|
||||
|
||||
.autocomplete div {
|
||||
padding:2px 5px;
|
||||
white-space:nowrap;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#datebrowse-sidebar select {
|
||||
margin-left: 25px;
|
||||
|
Reference in New Issue
Block a user