No bottom margin for input-append, input-prepend

This commit is contained in:
Arnold Daniels
2012-03-28 01:25:06 +02:00
parent 8c1f94f0af
commit ee7679ec96

View File

@@ -373,7 +373,7 @@ select:focus:required:invalid {
// Allow us to put symbols and text within the input field for a cleaner look
.input-prepend,
.input-append {
margin-bottom: 5px;
margin-bottom: 0px;
.clearfix(); // Clear the float to prevent wrapping
input,
.uneditable-input {