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