Ask Your Question
0

How to fix the search bar bug on iPad

asked 2012-08-13 16:32:59 -0500

Toms gravatar image Toms
661 19 6 34

There is a skin bug of the search bar on iPad - it is shifted. does someone know how to fix the css ?

delete close flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-08-13 22:42:18 -0500

mcg gravatar image mcg
74 2 5

This is a well-known problem with iOS devices: they tend to override the defaults for all sorts of form elements, including buttons, checkboxes, radio buttons, etc. To fix this particular problem, try adding this custom CSS:

input[type="text"] {
    -webkit-appearance: none;
}

That's worked for me. I'm putting together a highly hacked theme for Askbot for my site and this problem was vexing me.

link publish delete flag offensive edit

Comments

@mcg can I see your site link. Thanks.

pajju ( 2012-08-14 06:03:55 -0500 )edit

Sure, but please be gentle. I am still working on it heavily. http://ask.cvxr.com

mcg ( 2012-08-14 14:53:56 -0500 )edit

@mcg I see no effect. I've addet it to the custom css field on mysite.com/settings/GENERAL_SKIN_SETTINGS/

Toms ( 2012-08-21 07:41:44 -0500 )edit

I added it right into the skin's CSS file. Make sure to use the CSS inspector to see if it is not being overridden by other style entries.

mcg ( 2012-08-23 16:25:55 -0500 )edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Reliable Askbot Hosting

Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.

create your Q&A site
30 days free trial

Question tools

Follow
1 follower

subscribe to rss feed

Stats

Asked: 2012-08-13 16:32:59 -0500

Seen: 52 times

Last updated: Aug 13 '12