From 0a1857130897741046e45ad55cb42f0464c9adb0 Mon Sep 17 00:00:00 2001 From: vita10gy Date: Tue, 16 Apr 2013 23:04:06 -0500 Subject: [PATCH] Fix desktop geosearch on mobile #154. Mobile seems messed up though. (Even without these changes.) Not sure if something is off with my build, or if something else changed. This should fix though. --- mobile/smartphone.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mobile/smartphone.css b/mobile/smartphone.css index ff2ead8a..fa7e937a 100644 --- a/mobile/smartphone.css +++ b/mobile/smartphone.css @@ -19,6 +19,14 @@ body { } +#geosearch{ + width:301px; +} + +#geosearchwrapper img{ + display:none; +} + #chatcontrols { height: 38px; width: 100%;