Skip to content

Commit

Permalink
Fix padding for form fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kharlampidi committed May 31, 2015
1 parent 28354a9 commit f1ff5fc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@
border-radius: 0 0 0 0;
.box-shadow(none);
display: block;
padding: 0 0 0 5px;
padding: 0px;
margin: 0;
width: 100%;
height: 43px;
color: #000;
font-size: 17px;
font-family: inherit;

}
.item-title.label {
vertical-align: top;
+ .item-input {
margin-left: 5px;
}
}
input[type="date"], input[type="datetime-local"] {
line-height: 44px;
Expand All @@ -29,9 +36,6 @@
-ms-appearance: none;
appearance: none;
}
.label {
vertical-align: top;
}
textarea {
height: 100px;
resize:none;
Expand Down

0 comments on commit f1ff5fc

Please sign in to comment.