Site/user autocomplete fixes.

* Lengthen the inputs in the Right Now network dashboard widget
* Border around the whole autocomplete widget/list
* Handle long strings
* Remove some CSS color cruft from the main stylesheet and de-dupe the JS closures for open/close callbacks.

Props helenyhou
fixes #20584


git-svn-id: https://develop.svn.wordpress.org/trunk@20984 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2012-06-04 14:50:50 +00:00
parent 8ed05fc6fd
commit 3c9d5d3893
4 changed files with 32 additions and 26 deletions

View File

@@ -889,28 +889,21 @@ ul#add-to-blog-users {
border-bottom-left-radius: 3px;
border-width: 1px;
border-style: solid;
border-top: none;
background-color: #efefef;
border-color: #bbb;
}
.ui-autocomplete li {
margin-bottom: 0;
white-space: nowrap;
text-align: left;
color: #101010;
}
.ui-autocomplete li a {
display: block;
height: 100%;
padding: 4px 10px;
color: #333;
}
.ui-autocomplete li a.ui-state-hover {
background-color: #ddd;
cursor: pointer;
}