Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Fixed text overflow problems on inputs #32

Merged
merged 1 commit into from
May 29, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions src/themes/default/kd.input.styl
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ label.kdlabel

input.kdinput.text
textarea.kdinput.text
size 100%, 44px
size 100%, auto
z-index 1
padding 14px
padding 10px 14px
color #3E4F55
font-size 16px
line-height 17px
line-height 22px
font-weight 300
rounded 6px
text-align left
Expand All @@ -30,16 +30,14 @@ textarea.kdinput.text
rel()

&.big
height 55px
padding 19px
padding 15px 19px

&.medium
height 44px
padding 14px 14px
padding 10px 14px
line-height 22px

&.small
height 24px
padding 6px
padding 3px 6px
font-size 12px
line-height 12px

Expand Down