Browse Source

adjusting inputs on android

pull/537/head
connors 11 years ago
parent
commit
46de9e730f
  1. 5
      sass/theme-android.scss

5
sass/theme-android.scss

@ -530,8 +530,13 @@ textarea,
// To use labels with input groups, wrap a label and an input in an .input-row
.input-row {
height: 40px; // Matches the height of inputs.
border-bottom: 1px solid #d9d9d9;
}
.input-row label {
padding-top: 10px;
padding-bottom: 10px;
}
// Remove bottom border on last input-row to avoid double bottom border
.input-row label + input {
background-image: none;

Loading…
Cancel
Save