[#31] Upgrade recipe selector to support search

* Add the jQuery-UI autocomplete component instead of a regular select control
  for choosing recipes
This commit is contained in:
Andrew Miner
2013-08-21 20:30:56 -07:00
parent 56421ab074
commit 07d147a455
3 changed files with 75 additions and 60 deletions
+2
View File
@@ -19,6 +19,7 @@ p { margin-left: 10px; margin-right: 10px; }
#crafting_output { margin-left: 10px; width: 920px; }
#crafting_output th { background: #f8f8f8; border-left: 1px solid #bbb; font-weight: bold; padding: 10px; }
#crafting_output td { background: #f8f8f8; border-left: 1px solid #bbb; padding: 10px; }
#crafting_selector { width: 400px; }
#footer { background: #3E1D0A; color: white; padding-top: 10px; };
#footer iframe { display: inline-block; }
#footer a { color: gray; }
@@ -31,3 +32,4 @@ p { margin-left: 10px; margin-right: 10px; }
#recipebook_url { width: 600px; }
#recipebooks { margin-top: 32px; margin-bottom: 32px; }
.ui-autocomplete { max-height: 400px; overflow-y: auto; overflow-x: hidden; }