Chris Rebert
739bf379a9
set not-allowed cursor on disabled radio+checkbox labels; fixes #13281
...
[skip validator] [skip sauce]
2014-06-06 17:23:28 -07:00
Mark Otto
10e9fef85c
Merge pull request #13651 from twbs/ios-temporal
...
update explanatory comment about iOS date/time inputs bug
2014-05-22 21:48:56 -07:00
Mark Otto
fab9ab8fe9
Reset the padding on radio/checkbox labels in form-inline
2014-05-22 18:42:21 -07:00
Chris Rebert
3261ab704e
update explanatory comment about iOS date/time inputs bug
...
Per:
* http://jsbin.com/purer/2/edit
* 6e8aa78384/README.md (ios-temporal-input-line-height)
Thanks @mdo <3
[skip sauce] [skip validator]
2014-05-21 16:50:23 -07:00
Sean Dwyer
06f6c9f006
Fix indent
2014-04-11 14:15:33 -07:00
Sean Dwyer
3777ef007d
Fix form-control-feedback position when label has sr-only class
2014-04-10 17:43:53 -07:00
Mark Otto
acf5707323
Fixes #13066 : Add z-index to the form control feedback icons so input groups don't render on top of them
2014-03-24 20:07:54 -07:00
Chris Rebert
06451a58d0
expand issue # ref to full URL
2014-03-24 19:48:21 -07:00
Mark Otto
6f6bce5944
Fixes #13141 : Add a max-width: 100%; to label elements so IE8 wraps text
2014-03-24 19:26:41 -07:00
Rob Fletcher
1be0b57d34
Fix vertical alignment of temporal inputs on iOS
...
Fixes #13098
Closes #13099
2014-03-20 01:13:21 -07:00
Mark Otto
5f2845f307
remove comment
2014-03-10 16:43:57 -07:00
Mark Otto
a83ca38713
Fixes #13003 : Move padding on radio and checkbox options from the surrounding div to the label to remove the no-click deadzone caused by negative margin
2014-03-10 16:41:56 -07:00
Chris Rebert
b1f71e5292
fix grammar in comment in forms.less
2014-03-09 21:35:48 -07:00
Mark Otto
a15c24410b
Fixes #12759
...
Ensures proper sizing and alignment of input groups within inline and
navbar forms.
* Uses `inline-table` on the input group
* Nukes the widths to `width: auto`—without this, the parent input
group doesn’t size correctly and functions as `display: table;` or
`block`
2014-03-09 21:25:51 -07:00
Mark Otto
1a5fb4ef24
Fixes #12843 : Scope label styles for horizontal forms to a media query so their narrow viewport display looks just like a normal form
2014-03-09 17:22:52 -07:00
Mark Otto
2f955907f9
Fixes #12669 : Properly reset line-height on date inputs for all sizes; Fix IE8+'s misaslignment of text within date inputs
2014-03-09 17:12:39 -07:00
Mark Otto
7733f24373
Fixes #12868 : Enables icon feedback on validation states for large/small inputs.
...
Also reorders the CSS to place Glyhpicons as a dependency before other components for fewer overrides and less specific CSS.
2014-03-04 14:12:57 -08:00
Chris Rebert
754791e3d9
fix #12836
...
Thanks @Quy.
2014-02-24 14:43:09 -08:00
Mark Otto
7b60470e9b
Fixes #12801 : Add padding to the bottom of .form-control-static to match height of standard form controls
2014-02-22 14:16:11 -08:00
Mark Otto
a2f08158d0
Nuke shit I added in 4d7b2ddba9
that shouldn't come until v4
2014-02-07 15:44:50 -08:00
Mark Otto
4d7b2ddba9
Fixes #12486 : Restore full width inputs for input groups in inline forms and navbars
2014-02-07 02:58:10 -08:00
Mark Otto
da43f97be1
Override iOS search input's extra round corners
2014-02-07 02:08:32 -08:00
Mark Otto
b7ac009a52
Remove #8350 's reset for number inputs since Normalize fixes those upstream
2014-01-27 12:25:39 -08:00
Mark Otto
400720d00b
Remove optgroup resets from #7611 since Normalize fixes those upstream
2014-01-27 12:24:35 -08:00
Mark Otto
64e8132426
Fix #12359 : Reset min-width on fieldsets so that they don't break responsive tables and behave more like standard block level elements
2014-01-24 11:55:59 -06:00
Chris Rebert
31e8a48783
"bottom increment" => "decrement" in explanatory comment
2014-01-23 15:07:04 -08:00
Mark Otto
08e83a62b7
Fix #11655 : Fix broken disabled states for iOS form controls and buttons
2014-01-22 21:43:08 -06:00
Mark Otto
e71a85a525
remove confusing comment
2014-01-19 10:23:00 -08:00
Chris Rebert
c6a5e6accb
rm outdated <select>
references from comments in forms.less
2014-01-10 14:34:25 -08:00
Mark Otto
7f153974e1
Fixes #11990 and #12159 : Make range inputs block level and 100% wide by default
2014-01-09 18:07:14 -08:00
Julian Thilo
8fd177bfa7
Fix #12073 : Consistent order of variations
...
This changes the order of component variations throughout the repo (code and docs) to be more consistent.
The order now used everywhere is the one most frequently found in the repo before:
Default, Primary, Success, Info, Warning, Danger
2014-01-07 22:24:45 +01:00
Zlatan Vasović
78eb8cc0f4
Replace @screen-sm with @screen-sm-min
2014-01-05 11:38:26 +01:00
Chris Rebert
be508e043c
copyediting
2013-12-15 18:13:50 -08:00
Mark Otto
2979e4bcea
Add new form feedback states, clean up existing form styles
...
New stuff:
* Adds `.has-feedback` and `.form-control-feedback` to show icon-based
form feedback to users. Fixes #11836 .
* Removes the `width: 1em` on `.glyphicon` because it makes it
impractical to resize the width of all icons, even if they’re not
“empty” (e.g., a simple `.glyphicon { width: 30px; }` wouldn’t work,
nor would a class preceeded by a parent class.
Clean up:
* Sets `width: auto;` on all `.form-control`s within inline forms.
* Removes all the inline `select` menu `width` styles because all
inputs are now `auto`.
* Update form states docs to separate out sections better.
2013-12-15 17:15:09 -08:00
Mark Otto
d9345ff7d5
Fixes #11266 : Apply a pixel-based line-height to date inputs for iOS 7
2013-12-15 15:27:46 -08:00
Mark Otto
4f22670c6e
formatting and comment
2013-12-15 15:24:52 -08:00
Mark Otto
b04a1de9b0
Fixes #11402 : Updated fix for select.form-control width in inline-forms
2013-12-15 14:52:49 -08:00
Chris Rebert
ab29b1a335
misc strictMath compliance fixes
2013-12-09 16:14:44 -08:00
Mark Otto
b5008ebf9c
add vertical-align back to where it's necessary since we reset from block to inline-block on several inputs
2013-12-08 01:59:44 -08:00
XhmikosR
f4087df47e
Remove incompatible properties.
2013-12-07 04:52:20 +02:00
Mark Otto
48269dcd28
Fixes #11658 : Increase min-height of .radio and .checkbox for horizontal forms to ensure alignment of content below
2013-11-30 23:17:43 -08:00
Mark Otto
7aa6b4190b
Fixes #11402 : Set width: auto; to select.form-control within .form-inline
2013-11-30 15:57:25 -08:00
Zlatan Vasović
f1bc840d43
Use nesting for .placeholder()
2013-11-02 09:35:51 +01:00
Mark Otto
be4e951b7d
scope top padding of .form-control-static to be within horizontal forms only; fixes #10927
2013-10-13 20:02:24 -07:00
Zlatan Vasović
c10238c95f
Use @screen-sm-min in forms
2013-09-11 09:54:38 +02:00
Chris Rebert
2ef147b16b
fix #10252 by restricting Android Firefox reset to only .form-control & .btn
2013-08-28 15:37:34 -07:00
Mark Otto
9733a998e2
fixes #9969 : add support for output element
2013-08-24 00:14:09 -07:00
Chris Rebert
22ce649910
deprecate @screen-{phone,tablet,desktop} vars
2013-08-21 12:26:20 -07:00
Mark Otto
16976cc494
Fixes secondary issue in #9798
2013-08-19 09:36:56 -07:00
Mark Otto
fe767a18d3
fixes #9798 : update spacing on checkboxes and radios for horizontal
2013-08-18 15:41:24 -07:00