If a search only finds one result then jump straight to it instead of

opening a list of results.
This commit is contained in:
Tom Hughes 2007-08-24 17:38:36 +00:00
parent 4f26daaa10
commit 034982a12f
4 changed files with 62 additions and 16 deletions

View file

@ -351,6 +351,16 @@ hides rule from IE5-Mac \*/
width: 100%;
}
.search_form {
height: 16px;
padding-bottom: 2px;
}
#search_active {
display: none;
color: red;
}
.rsssmall {
position: relative;
top: 4px;