Commit Graph

9940 Commits

Author SHA1 Message Date
Mark Otto 6cec0399d0 grunt 2014-09-08 11:40:23 -07:00
Heinrich Fenkart 285feb4dd7 Merge pull request #14559 from hnrch02/properly-hide-btngroup-checkbox-n-radio
Properly hide checkbox and radio inputs in button groups
2014-09-08 20:32:20 +02:00
Chris Rebert cd3c54d281 Merge pull request #14565 from twbs/hnrch02
Add @hnrch02 to Core Team members list
2014-09-08 11:09:15 -07:00
Mark Otto a3b8189927 Merge pull request #14566 from twbs/fixes_14542
Cleaned up fix for #14511 (input border-radii variables)
2014-09-08 11:08:35 -07:00
Chris Rebert 28f4632e6c Add @hnrch02 to Core Team members list 2014-09-08 11:05:32 -07:00
Mark Otto c12928abdb grunt 2014-09-08 11:04:47 -07:00
Marat Abdullin 0d8f5fffa5 Variables for large and small input border radiuses 2014-09-08 11:04:12 -07:00
Mark Otto 994d0b20aa Merge pull request #14564 from twbs/fixes_14557
Fixes #14557: .form-group margin in .navbar-form
2014-09-08 11:03:00 -07:00
Mark Otto c6d7d71549 Fixes #14557: Reset the bottom margin on .form-group:last-child in .navbar-form to prevent extra spacing 2014-09-08 10:57:50 -07:00
Mark Otto 5578733238 Merge pull request #14563 from twbs/fixes_14319
Fixes #14319: Jumbotron reflow
2014-09-08 10:45:18 -07:00
Chris Rebert 8bb1a3fc75 customizer: minor cleanup of IE8 error messaging code
[skip sauce]
2014-09-08 10:44:28 -07:00
Mark Otto f2783fbf83 Fixes #14319: Prevent jumbotron reflow by ensuring padding of .container isn't interferred with by .jumbotron side padding 2014-09-08 10:29:45 -07:00
Mark Otto 48a1308e5d grunt 2014-09-08 10:23:25 -07:00
Heinrich Fenkart 475152a9a1 Properly hide checkbox and radio inputs in button groups
`pointer-events: none;` for modern browsers (including IE11+), `clip: rect(1px, 1px, 1px, 1px);` for everything else.

Fixes #14137
2014-09-08 14:56:29 +02:00
Chris Rebert 7f56233862 Merge branch 'stefansundin/master' 2014-09-07 23:07:38 -07:00
Stefan Sundin f25181615e Fix bug not re-calculating scrollbar width when opening modal.
If opening a modal when a scrollbar is present, closing it, then
resizing the window so the scrollbar disappears, then opening the
modal again, the content would shift. This fixes the problem by
always calculating the scrollbar width every time a modal is opened.

Closes #14357.
2014-09-07 23:06:37 -07:00
XhmikosR 5b9fcea9f2 Run `grunt`. 2014-09-08 09:04:33 +03:00
XhmikosR 5befcb991c Update dependencies. 2014-09-08 09:03:26 +03:00
Jacob c22b270582 Merge pull request #14273 from sgonyea/master
Fix hover-popover/tooltip flickering when mouse re-enters
2014-09-07 10:36:45 -07:00
Mark Otto 9f5660c3e3 Fixes #14545: Avoid strange formatting on vendor prefixing for placeholder 2014-09-06 21:25:33 -07:00
Mark Otto c20d00cf05 Merge pull request #14546 from twbs/address-14541
Address #14541 by tweaking badge docs
2014-09-06 21:21:13 -07:00
Mark Otto f5a05fe9e9 Merge pull request #14543 from twbs/validation-docs
Add section to docs explaining our stance on validators
2014-09-06 12:24:45 -07:00
Chris Rebert bb8ca6b786 Address #14541 by tweaking badge docs
* move unrelated .btn-primary example out of the pills subsection
* remove excessive .nav-stacked example
2014-09-05 16:04:56 -07:00
Chris Rebert c447cc7bc1 Add section to docs explaining our stance on validators 2014-09-05 11:59:04 -07:00
Mark Otto 5603311acd Merge pull request #14535 from gitname/patch-1
Fixed typos involving apostrophes
2014-09-04 22:40:37 -07:00
gitname 83daf95c64 Fixed typos involving apostrophes
Added apostrophes to 3 words to indicate possession (i.e. ownership of something) instead of plurality (i.e. multiples of something).
2014-09-04 22:10:19 -07:00
Mark Otto 5b7a5f84d4 Fixes #14437: Round the corners of table rows in panels as well as the cells 2014-09-04 19:06:01 -07:00
Chris Rebert ce7363e0db Merge branch 'thr3-arendt/patch-1' 2014-09-04 16:59:13 -07:00
thr3-arendt de0f78bc8e Replace nonexistent .col-6 classes in offcanvas example with .col-xs-6
Fixes #14500
2014-09-04 16:58:50 -07:00
Mark Otto 411a8408a2 Merge pull request #14531 from twbs/doc-14528
add entry for #14528 to Wall of Browser Bugs
2014-09-04 16:48:27 -07:00
Chris Rebert c4a8d76177 add entry for #14528 to Wall of Browser Bugs 2014-09-04 12:30:38 -07:00
Chris Rebert af5f2213f0 Merge pull request #14527 from twbs/firefox-disabled-bug
Add Wall of Browser bugs entry for #793
2014-09-03 19:00:29 -07:00
Chris Rebert b9bfc74c62 Add Wall of Browser bugs entry for #793
Also, link to the Mozilla bug in the relevant callout.
2014-09-03 16:50:47 -07:00
Chris Rebert 037ccb424b Merge pull request #14497 from BBosman/clone-depth
Set git clone depth to 10 for Travis to make it faster
2014-09-02 22:39:52 -07:00
Chris Rebert 3df6ae66c7 Merge pull request #14516 from twbs/fix-14509
Document that fieldset[disabled] is somewhat broken in IE11
2014-09-02 22:37:05 -07:00
Chris Rebert e646889fd6 document that fieldset[disabled] is somewhat broken in IE11; fixes #14509 2014-09-02 15:23:15 -07:00
Mark Otto e37e06d73e Fixes #14443: Only transition what needs transitioning for thumbnails to avoid Safari/Chrome render bug 2014-09-01 12:48:19 -07:00
Bas Bosman 0531d1a776 Set git clone depth to 10 for Travis to make it faster 2014-09-01 10:18:49 +02:00
XhmikosR fe896923fc Update grunt-jscs. 2014-08-30 08:43:44 +03:00
Chris Rebert 59d7772daa Merge pull request #14488 from vsn4ik/gruntfile_copy_task
Gruntfile.js: Simplify copy task.
2014-08-29 20:08:49 -07:00
vsn4ik 1965f032ca Gruntfile.js: Simplify copy task. 2014-08-30 01:20:48 +04:00
Mark Otto e99866447b Merge pull request #14482 from twbs/doc-14362
Document that input groups weren't intended for use with <textarea>s
2014-08-29 11:45:09 -07:00
Chris Rebert 629fe63291 Document that input groups weren't intended for use with <textarea>s
Refs #14362
2014-08-28 19:55:23 -07:00
Mark Otto 551306fe9d grunt 2014-08-28 17:22:08 -07:00
Scott Gonyea aac0e16452 Fix hover-tooltip flickering when mouse re-enters
- is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used
- tests need improvement
2014-08-28 17:17:50 -07:00
Mark Otto 28dd4a4407 mention #14320 in browser bugs 2014-08-28 17:10:44 -07:00
Mark Otto 36f098dc07 Merge pull request #14472 from mrduguo/master
fix nav links to end with / to avoid 301 redirect
2014-08-28 16:57:40 -07:00
XhmikosR d869a5fb62 Update QUnit to v1.15.0. 2014-08-28 09:38:53 +03:00
Mark Otto 783e001786 grunt 2014-08-27 23:35:54 -07:00
Mark Otto fe19211e4d Finish reverting #14444 2014-08-27 23:34:46 -07:00