Adjust autocomplete options and css

This commit is contained in:
Raphael 2011-02-01 15:07:03 -08:00
parent bbe47fbb55
commit 06a6cf7fac
4 changed files with 4 additions and 48 deletions

5
.gitignore vendored
View file

@ -16,10 +16,7 @@ config/database.yml
# Generated files
log/*
public/stylesheets/application.css
public/stylesheets/sessions.css
public/stylesheets/ui.css
public/stylesheets/mobile.css
public/stylesheets/*.css
public/diaspora
spec/fixtures/*.yml
spec/fixtures/*.fixture.*

View file

@ -27,6 +27,8 @@ var Search = {
minChars : 3,
max : 5,
scroll : false,
delay : 200,
cacheLength : 15,
extraParams : {limit : 4},
formatItem : Search.formatItem,
formatResult : Search.formatResult,

View file

@ -1,43 +0,0 @@
.ac_results {
padding: 0px;
border: 1px solid #999999;
background-color: white;
overflow: hidden;
z-index: 99999; }
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0; }
.ac_results li {
margin: 0px;
padding: 2px 5px;
padding-left: 50px;
padding-top: 6px;
cursor: default;
display: block;
height: 37px;
position: relative;
font: menu;
font-size: 1em;
overflow: hidden; }
.ac_loading {
background: white url("../images/ajax-loader.gif") right center no-repeat; }
.ac_odd {
background-color: #eeeeee; }
.ac_over {
background-color: #3f8fba;
color: white; }
.ac_results .avatar {
height: 35px;
width: 35px;
position: absolute;
left: 5px;
top: 5px; }

View file

@ -35,7 +35,7 @@
:background white url('../images/ajax-loader.gif') right center no-repeat
.ac_odd
:background-color #eee
:background-color #fafafa
.ac_over
:background-color #3F8FBA