| Age | Commit message (Collapse) | Author | Files | Lines |
|
input-prepend/append for responsive for both fluid and fixed sizing
|
|
|
|
inline-block, fix height issue on textareas
|
|
2.0.4-wip-forms
|
|
|
|
few other cleanup tidbits
|
|
|
|
|
|
|
|
|
|
In less/mixins.less this mixin is being created with @placeholderText
color as default, which is actually set as @placeholderText: @grayLight
in less/variables.less so it's redundant to make call like this:
.placeholder(@grayLight);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
less/forms.less
|
|
|
|
This has a look similar to button groups.
|
|
|
|
not use a default value at all
|
|
|
|
.controls, per #2728
|
|
|
|
border-radius
|
|
|
|
Conflicts:
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/button-groups.less
|
|
border-radius and transition
|
|
1. Added a missing comma to the input-append's form control stack () to fix border-radius
2. Add to the .uneditable-input in forms to remove the float as we do with all other form controls
|
|
|
|
|
|
|
|
on any input/select/etc in an input-prepend/append
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
close out #2276
|
|
|
|
https://github.com/couchbaselabs/bootstrap into couchbaselabs-clearfix-ing-form-actions
|
|
default - custom builder will do differently if you request it.
|
|
|