View Single Post
Posts: 86 | Thanked: 22 times | Joined on Jan 2008 @ Moscow
#34
Originally Posted by rock View Post
First thank you for providing this to us.
with v0.1 I did not see the search field. with v0.1.1 the search field is almost off the top of my screen. if I click on the field and start entering text the webpage scrolls down so that the entie field is visible, however, i don't see the search button but hitting enter starts the search.
Thank you for feedback Yes, there's no search button, i removed it intentionally for sake of minimalism (anyway, when you do a search, you need to open physical or virtual keyboard, so hitting enter is not such a big problem)
But if you want that button, add
Code:
#showss, #q_sub {display:block !important;position:fixed; left:270px; top:7px;}
input[type="text"] {width:160px !important}
just before the final } sign in the css file. This applies to smaller buttons version. I'll soon make an update with "Show search options" link and possibly directions. BTW, if you need directions right now, you may type: "from: detroit to: chicago" in search box, that will do the job. And for business, type "pizza loc: Del Rio" that is find all pizzas at Del Rio. Remember to specify which Del Rio you mean: for example, "pizza loc: Del Rio, Tennessee" will get different result than "pizza loc: Del Rio, Texas" and so on.

Last edited by sashabe; 2008-04-21 at 08:16.