0

For some weird reason all the buttons I place inside any gridview appear as really shrunk (like in pic below) even though the gridview is default and has no CSS attached to it.

Could it be some other CSS as I have way too many code to list it here (downloaded free template)?

What could the problem be? How can I fix it?

enter image description here

1
  • a global definition of the input inside the css is your issue. Open the browser tools to locate this settings and change it. Commented Jan 4, 2013 at 21:29

1 Answer 1

1

It is inheriting some style from parent or global input css file. To know where exactly the problem is use IE Developer tool...Select the button in the developer tool and see styles that are not crossed out on the right side of the developer tool

Sign up to request clarification or add additional context in comments.

1 Comment

this css was causing the mistake: * { padding:0;} Thanks for your help

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.