Auto complete for FluxnetSite

This commit is contained in:
2016-02-01 10:39:43 -05:00
parent c5fcb8d635
commit 8f0f0ff1b8
12 changed files with 1096 additions and 37 deletions
+8 -1
View File
@@ -35,4 +35,11 @@ footer, .push {
}
form .validation-summary-errors ul {
list-style-type: none;
}
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }