diff options
author | marijus <mario@localhost.localdomain> | 2013-11-09 18:14:39 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-11-09 18:14:39 +0100 |
commit | 1ee9e8caf8be257c341a3acfc0937d4d9926f448 (patch) | |
tree | 958b33dc036d2719acbdb7ca32bb86497b166bb1 /view/theme/redbasic/css | |
parent | 3fbf78a859cef17244e82d27ea00fdd22041b4a8 (diff) | |
download | volse-hubzilla-1ee9e8caf8be257c341a3acfc0937d4d9926f448.tar.gz volse-hubzilla-1ee9e8caf8be257c341a3acfc0937d4d9926f448.tar.bz2 volse-hubzilla-1ee9e8caf8be257c341a3acfc0937d4d9926f448.zip |
yes we might need it sometime and we are not supporting IE6 anyway
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 14 |
1 files changed, 5 insertions, 9 deletions
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 { |