Skip to content

Commit

Permalink
Fix #6: Fix incorrect alignment of inputs, buttons, and error block f…
Browse files Browse the repository at this point in the history
…or INLINE FORM orientation.
  • Loading branch information
kartik-v committed Nov 17, 2014
1 parent d823756 commit 4e4d17e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGE.md
@@ -1,11 +1,12 @@
version 1.1.0
=============

**Date:** 14-Nov-2014
**Date:** 17-Nov-2014

- (enh #1): Enhance ActiveField inputs to include bootstrap default styles.
- Clean up invalid assets, unneeded classes, and refactor code.
- (enh #5): Add special styling for bootstrap input group button addons for success and error states.
- (enh #6): Fix incorrect alignment of inputs, buttons, and error block for INLINE FORM orientation.

version 1.0.0
=============
Expand Down
4 changes: 4 additions & 0 deletions assets/css/activeform.css
Expand Up @@ -14,6 +14,10 @@
margin-top: -10px;
}

.form-inline > .form-group {
vertical-align: top;
}

.input-multiselect {
overflow: auto;
min-height: 145px !important;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/activeform.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e4d17e

Please sign in to comment.