Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create consistent widths for textareas and inputs #270

Closed
wants to merge 1 commit into from
Closed

Create consistent widths for textareas and inputs #270

wants to merge 1 commit into from

Conversation

atomicframeworks
Copy link

Chrome, Firefox, IE, and Opera have inconsistent borders and padding in regards to textarea and input elements.

This pull request adds a consistent border and padding to input & textarea elements. This allows them to look similar across browsers and also have the same visual width if they are both set to the same width.

Chrome -
Input: 1x1 px padding and 2x2 px borders
Textarea: 2x2 px padding and 1x1 px borders

Firefox -
Input: 2x2 px padding and 1x1 px borders
Textarea: 2x2 px padding and 1x1 px borders

IE -
Input: 1x2 px padding and 1x1 px borders
Textarea: 2x2 px padding and 1x1 px borders

Opera -
Input: 0x1 px padding and 2x2px borders
Textarea: 2x2 px padding and 1x1 px borders

For more infomation see request:
#126

Chrome, Firefox, IE, and Opera have inconsistent borders and padding

in regards to textarea and input elements.

Chrome

Input: 1x1 px padding and 2x2 px borders

Textarea: 2x2 px padding and 1x1 px borders

Firefox

Input: 2x2 px padding and 1x1 px borders

Textarea: 2x2 px padding and 1x1 px borders

IE

Input: 1x2 px padding and 1x1 px borders

Textarea: 2x2 px padding and 1x1 px borders

Opera

Input: 0x1 px padding and 2x2px borders

Textarea: 2x2 px padding and 1x1 px borders

For more infomation see request:

#126
@necolas
Copy link
Owner

necolas commented Jan 16, 2014

Reason for closing: #126 (comment)

@necolas necolas closed this Jan 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants