From 80e86442308b2cc86ba948de87e854057933e3ab Mon Sep 17 00:00:00 2001 From: Martynas Date: Sat, 5 Oct 2013 13:55:26 +0300 Subject: removed outline from modal --- dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index beea28d40..e56a3308b 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5747,6 +5747,7 @@ body.modal-open, display: none; overflow: auto; overflow-y: scroll; + outline: 0; } .modal.fade .modal-dialog { -- cgit v1.2.3 From aad447e29075b52a46931be17a9be4016cc89ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Thu, 7 Nov 2013 20:58:17 +0100 Subject: Fix #11400 and #11431 --- dist/css/bootstrap.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6aef1f6fd..a7a5a25c1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4031,10 +4031,18 @@ textarea.input-group-sm > .input-group-btn > .btn { position: relative; } +.input-group-btn > .btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + .input-group-btn > .btn + .btn { margin-left: -4px; } +.input-group-btn > .btn + .btn:last-of-type { + margin-left: -5px; +} + .input-group-btn > .btn:hover, .input-group-btn > .btn:active { z-index: 2; -- cgit v1.2.3 From 2b56ff04614c4617355d16c14784654e841bcf4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Thu, 31 Oct 2013 10:32:23 +0100 Subject: Reduce size of the visibility styles --- dist/css/bootstrap.css | 319 +------------------------------------------------ 1 file changed, 3 insertions(+), 316 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9da8d0432..48cb46b2c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6620,45 +6620,6 @@ td.visible-xs { } } -@media (min-width: 768px) and (max-width: 991px) { - .visible-xs.visible-sm { - display: block !important; - } - tr.visible-xs.visible-sm { - display: table-row !important; - } - th.visible-xs.visible-sm, - td.visible-xs.visible-sm { - display: table-cell !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-xs.visible-md { - display: block !important; - } - tr.visible-xs.visible-md { - display: table-row !important; - } - th.visible-xs.visible-md, - td.visible-xs.visible-md { - display: table-cell !important; - } -} - -@media (min-width: 1200px) { - .visible-xs.visible-lg { - display: block !important; - } - tr.visible-xs.visible-lg { - display: table-row !important; - } - th.visible-xs.visible-lg, - td.visible-xs.visible-lg { - display: table-cell !important; - } -} - .visible-sm, tr.visible-sm, th.visible-sm, @@ -6666,19 +6627,6 @@ td.visible-sm { display: none !important; } -@media (max-width: 767px) { - .visible-sm.visible-xs { - display: block !important; - } - tr.visible-sm.visible-xs { - display: table-row !important; - } - th.visible-sm.visible-xs, - td.visible-sm.visible-xs { - display: table-cell !important; - } -} - @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; @@ -6692,32 +6640,6 @@ td.visible-sm { } } -@media (min-width: 992px) and (max-width: 1199px) { - .visible-sm.visible-md { - display: block !important; - } - tr.visible-sm.visible-md { - display: table-row !important; - } - th.visible-sm.visible-md, - td.visible-sm.visible-md { - display: table-cell !important; - } -} - -@media (min-width: 1200px) { - .visible-sm.visible-lg { - display: block !important; - } - tr.visible-sm.visible-lg { - display: table-row !important; - } - th.visible-sm.visible-lg, - td.visible-sm.visible-lg { - display: table-cell !important; - } -} - .visible-md, tr.visible-md, th.visible-md, @@ -6725,32 +6647,6 @@ td.visible-md { display: none !important; } -@media (max-width: 767px) { - .visible-md.visible-xs { - display: block !important; - } - tr.visible-md.visible-xs { - display: table-row !important; - } - th.visible-md.visible-xs, - td.visible-md.visible-xs { - display: table-cell !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .visible-md.visible-sm { - display: block !important; - } - tr.visible-md.visible-sm { - display: table-row !important; - } - th.visible-md.visible-sm, - td.visible-md.visible-sm { - display: table-cell !important; - } -} - @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; @@ -6764,19 +6660,6 @@ td.visible-md { } } -@media (min-width: 1200px) { - .visible-md.visible-lg { - display: block !important; - } - tr.visible-md.visible-lg { - display: table-row !important; - } - th.visible-md.visible-lg, - td.visible-md.visible-lg { - display: table-cell !important; - } -} - .visible-lg, tr.visible-lg, th.visible-lg, @@ -6784,45 +6667,6 @@ td.visible-lg { display: none !important; } -@media (max-width: 767px) { - .visible-lg.visible-xs { - display: block !important; - } - tr.visible-lg.visible-xs { - display: table-row !important; - } - th.visible-lg.visible-xs, - td.visible-lg.visible-xs { - display: table-cell !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .visible-lg.visible-sm { - display: block !important; - } - tr.visible-lg.visible-sm { - display: table-row !important; - } - th.visible-lg.visible-sm, - td.visible-lg.visible-sm { - display: table-cell !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-lg.visible-md { - display: block !important; - } - tr.visible-lg.visible-md { - display: table-row !important; - } - th.visible-lg.visible-md, - td.visible-lg.visible-md { - display: table-cell !important; - } -} - @media (min-width: 1200px) { .visible-lg { display: block !important; @@ -6836,19 +6680,6 @@ td.visible-lg { } } -.hidden-xs { - display: block !important; -} - -tr.hidden-xs { - display: table-row !important; -} - -th.hidden-xs, -td.hidden-xs { - display: table-cell !important; -} - @media (max-width: 767px) { .hidden-xs, tr.hidden-xs, @@ -6858,55 +6689,6 @@ td.hidden-xs { } } -@media (min-width: 768px) and (max-width: 991px) { - .hidden-xs.hidden-sm, - tr.hidden-xs.hidden-sm, - th.hidden-xs.hidden-sm, - td.hidden-xs.hidden-sm { - display: none !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-xs.hidden-md, - tr.hidden-xs.hidden-md, - th.hidden-xs.hidden-md, - td.hidden-xs.hidden-md { - display: none !important; - } -} - -@media (min-width: 1200px) { - .hidden-xs.hidden-lg, - tr.hidden-xs.hidden-lg, - th.hidden-xs.hidden-lg, - td.hidden-xs.hidden-lg { - display: none !important; - } -} - -.hidden-sm { - display: block !important; -} - -tr.hidden-sm { - display: table-row !important; -} - -th.hidden-sm, -td.hidden-sm { - display: table-cell !important; -} - -@media (max-width: 767px) { - .hidden-sm.hidden-xs, - tr.hidden-sm.hidden-xs, - th.hidden-sm.hidden-xs, - td.hidden-sm.hidden-xs { - display: none !important; - } -} - @media (min-width: 768px) and (max-width: 991px) { .hidden-sm, tr.hidden-sm, @@ -6916,55 +6698,6 @@ td.hidden-sm { } } -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-sm.hidden-md, - tr.hidden-sm.hidden-md, - th.hidden-sm.hidden-md, - td.hidden-sm.hidden-md { - display: none !important; - } -} - -@media (min-width: 1200px) { - .hidden-sm.hidden-lg, - tr.hidden-sm.hidden-lg, - th.hidden-sm.hidden-lg, - td.hidden-sm.hidden-lg { - display: none !important; - } -} - -.hidden-md { - display: block !important; -} - -tr.hidden-md { - display: table-row !important; -} - -th.hidden-md, -td.hidden-md { - display: table-cell !important; -} - -@media (max-width: 767px) { - .hidden-md.hidden-xs, - tr.hidden-md.hidden-xs, - th.hidden-md.hidden-xs, - td.hidden-md.hidden-xs { - display: none !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .hidden-md.hidden-sm, - tr.hidden-md.hidden-sm, - th.hidden-md.hidden-sm, - td.hidden-md.hidden-sm { - display: none !important; - } -} - @media (min-width: 992px) and (max-width: 1199px) { .hidden-md, tr.hidden-md, @@ -6974,55 +6707,6 @@ td.hidden-md { } } -@media (min-width: 1200px) { - .hidden-md.hidden-lg, - tr.hidden-md.hidden-lg, - th.hidden-md.hidden-lg, - td.hidden-md.hidden-lg { - display: none !important; - } -} - -.hidden-lg { - display: block !important; -} - -tr.hidden-lg { - display: table-row !important; -} - -th.hidden-lg, -td.hidden-lg { - display: table-cell !important; -} - -@media (max-width: 767px) { - .hidden-lg.hidden-xs, - tr.hidden-lg.hidden-xs, - th.hidden-lg.hidden-xs, - td.hidden-lg.hidden-xs { - display: none !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .hidden-lg.hidden-sm, - tr.hidden-lg.hidden-sm, - th.hidden-lg.hidden-sm, - td.hidden-lg.hidden-sm { - display: none !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-lg.hidden-md, - tr.hidden-lg.hidden-md, - th.hidden-lg.hidden-md, - td.hidden-lg.hidden-md { - display: none !important; - } -} - @media (min-width: 1200px) { .hidden-lg, tr.hidden-lg, @@ -7050,6 +6734,9 @@ td.visible-print { td.visible-print { display: table-cell !important; } +} + +@media print { .hidden-print, tr.hidden-print, th.hidden-print, -- cgit v1.2.3 From 3b5e0c9a3cae9bfae38253ae153a3426d1f81ad3 Mon Sep 17 00:00:00 2001 From: Tobias Lindig Date: Tue, 10 Dec 2013 16:47:12 +0100 Subject: hide space characters in input-group-btn to fix segmented buttons double border --- dist/css/bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 261fc46de..02eee9d34 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3301,6 +3301,7 @@ textarea.input-group-sm > .input-group-btn > .btn { } .input-group-btn { position: relative; + font-size: 0; white-space: nowrap; } .input-group-btn:first-child > .btn { @@ -3313,7 +3314,7 @@ textarea.input-group-sm > .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { - margin-left: -4px; + margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:active { -- cgit v1.2.3 From 37b2c8a812337a6ed9324ba2e5dab9afbc5ad3ce Mon Sep 17 00:00:00 2001 From: Tobias Lindig Date: Fri, 13 Dec 2013 12:27:56 +0100 Subject: add dist files. --- dist/css/bootstrap.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 261fc46de..c956113e2 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4890,7 +4890,7 @@ button.close { right: 0; bottom: 0; left: 0; - z-index: 1040; + z-index: 1050; display: none; overflow: auto; overflow-y: scroll; @@ -4911,7 +4911,6 @@ button.close { } .modal-dialog { position: relative; - z-index: 1050; width: auto; margin: 10px; } @@ -4932,7 +4931,7 @@ button.close { right: 0; bottom: 0; left: 0; - z-index: 1030; + z-index: 1040; background-color: #000; } .modal-backdrop.fade { -- cgit v1.2.3 From 22820d7151fa155a4e083bf6c940a52e55138735 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 13 Dec 2013 23:06:04 -0800 Subject: Fixes #10495: Float Glyphicon and set margins in .navbar-brand to ensure there is no added height because wtf even is CSS --- dist/css/bootstrap.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 261fc46de..0473ef37c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3618,6 +3618,11 @@ textarea.input-group-sm > .input-group-btn > .btn { .navbar-brand:focus { text-decoration: none; } +.navbar-brand > .glyphicon { + float: left; + margin-top: -2px; + margin-right: 5px; +} @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { -- cgit v1.2.3 From 11c6ab767cab5384188a301f7c9366b212432e81 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Dec 2013 13:22:56 -0800 Subject: Fixes #10370: Improved and deprecated dropdown menu alignment options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removes an old pair of selectors that didn’t properly target the right-aligned navbar alignment of dropdown menus. * Deprecates the `.pull-right` alignment in favor of a more specific and unique class name. * Adds `.dropdown-menu-right` as the new alignment class. This is then mixin-ed into the `.navbar-right.navbar-nav` dropdown menus for auto-alignment. * To override that auto-alignment, use `.dropdown-menu-left` as needed. --- dist/css/bootstrap.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 45f868ca5..ef2293133 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2965,6 +2965,14 @@ input[type="button"].btn-block { .open > a { outline: 0; } +.dropdown-menu-right { + right: 0; + left: auto; +} +.dropdown-menu-left { + right: auto; + left: 0; +} .dropdown-header { display: block; padding: 3px 20px; @@ -3001,6 +3009,10 @@ input[type="button"].btn-block { right: 0; left: auto; } + .navbar-right .dropdown-menu-left { + right: auto; + left: 0; + } } .btn-group, .btn-group-vertical { @@ -3776,11 +3788,6 @@ textarea.input-group-sm > .input-group-btn > .btn { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.navbar-nav.pull-right > li > .dropdown-menu, -.navbar-nav > li > .dropdown-menu.pull-right { - right: 0; - left: auto; -} .navbar-btn { margin-top: 8px; margin-bottom: 8px; -- cgit v1.2.3 From 544b8ecab78c322bf826797374c0b10279cedf1f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Dec 2013 16:03:21 -0800 Subject: Fixes #10921: Add support for input groups within button toolbars * Floats any `.input-group` within a toolbar * Simplifies the CSS to remove sibling selectors and instead use a negative amrgin on the parent with only `margin-left` See it in action: http://jsbin.com/aGEcUqAT/1/. --- dist/css/bootstrap.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 436e8e6a0..10c025bc9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3045,13 +3045,16 @@ input[type="button"].btn-block { .btn-group .btn-group + .btn-group { margin-left: -1px; } -.btn-toolbar .btn-group { +.btn-toolbar { + margin-left: -5px; +} +.btn-toolbar .btn-group, +.btn-toolbar .input-group { float: left; } -.btn-toolbar > .btn + .btn, -.btn-toolbar > .btn-group + .btn, -.btn-toolbar > .btn + .btn-group, -.btn-toolbar > .btn-group + .btn-group { +.btn-toolbar > .btn, +.btn-toolbar > .btn-group, +.btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { -- cgit v1.2.3 From 432b9f9cde8e2b067fd54ed148c5f8df510e30c5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Dec 2013 20:04:12 -0800 Subject: Fixes #11561: Add float: left; to .form-control within input groups to prevent IE9 from screwing up placeholder text and select menu arrows --- dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 3d53a6aef..c868d7585 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3208,6 +3208,7 @@ input[type="button"].btn-block { padding-left: 0; } .input-group .form-control { + float: left; width: 100%; margin-bottom: 0; } -- cgit v1.2.3 From 072ccd4ddad1dcf642e27497c5253ce578182719 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Dec 2013 21:40:16 -0800 Subject: Fixes #11572: Add contextual background-color classes to match text classes; move both sets of classes to Helper Classes section of the CSS docs --- dist/css/bootstrap.css | 47 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 8 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c868d7585..c3027b3a9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -450,6 +450,18 @@ small, cite { font-style: normal; } +.text-left { + text-align: left; +} +.text-right { + text-align: right; +} +.text-center { + text-align: center; +} +.text-justify { + text-align: justify; +} .text-muted { color: #999; } @@ -483,17 +495,36 @@ cite { .text-info:hover { color: #245269; } -.text-left { - text-align: left; +.bg-primary { + color: #fff; + background-color: #428bca; } -.text-right { - text-align: right; +a.bg-primary:hover { + background-color: #3071a9; } -.text-center { - text-align: center; +.bg-warning { + background-color: #fcf8e3; } -.text-justify { - text-align: justify; +a.bg-warning:hover { + background-color: #f7ecb5; +} +.bg-danger { + background-color: #f2dede; +} +a.bg-danger:hover { + background-color: #e4b9b9; +} +.bg-success { + background-color: #dff0d8; +} +a.bg-success:hover { + background-color: #c1e2b3; +} +.bg-info { + background-color: #d9edf7; +} +a.bg-info:hover { + background-color: #afd9ee; } .page-header { padding-bottom: 9px; -- cgit v1.2.3 From 168469f545a189fa51e5d36546e7972f4748ec3f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Dec 2013 21:50:47 -0800 Subject: Fixes #11588: Scope font-size to only p elements in a .jumbotron and remove the supersized line-height from the base class --- dist/css/bootstrap.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c3027b3a9..4c1d7baba 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4278,19 +4278,17 @@ a.list-group-item.active > .badge, .jumbotron { padding: 30px; margin-bottom: 30px; - font-size: 21px; - font-weight: 200; - line-height: 2.1428571435; color: inherit; background-color: #eee; } .jumbotron h1, .jumbotron .h1 { - line-height: 1; color: inherit; } .jumbotron p { - line-height: 1.4; + margin-bottom: 15px; + font-size: 21px; + font-weight: 200; } .container .jumbotron { border-radius: 6px; -- cgit v1.2.3 From a7029edc612745db1edb318b366d7bf229c3a8a5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 11:29:58 -0800 Subject: Restyle the blockquote to not thin text or change line-height --- dist/css/bootstrap.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4c1d7baba..62b10b4a9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -602,8 +602,6 @@ blockquote { } blockquote p { font-size: 17.5px; - font-weight: 300; - line-height: 1.25; } blockquote p:last-child { margin-bottom: 0; -- cgit v1.2.3 From c7c9929c1265a536dd9a75f358c107de39681b35 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 12:31:40 -0800 Subject: Fixes #11770: Move component-animations.less to the utility section of import list to match Customizer --- dist/css/bootstrap.css | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 62b10b4a9..fbe07a92c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2266,27 +2266,6 @@ input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } -.fade { - opacity: 0; - -webkit-transition: opacity .15s linear; - transition: opacity .15s linear; -} -.fade.in { - opacity: 1; -} -.collapse { - display: none; -} -.collapse.in { - display: block; -} -.collapsing { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition: height .35s ease; - transition: height .35s ease; -} @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); @@ -5438,6 +5417,27 @@ button.close { bottom: 20px; } } +.fade { + opacity: 0; + -webkit-transition: opacity .15s linear; + transition: opacity .15s linear; +} +.fade.in { + opacity: 1; +} +.collapse { + display: none; +} +.collapse.in { + display: block; +} +.collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition: height .35s ease; + transition: height .35s ease; +} .clearfix:before, .clearfix:after, .container:before, -- cgit v1.2.3 From f6fe62cdf7327902267e89a79d78d42ee24db5b4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 14:13:25 -0800 Subject: run grunt on modal scrolling change --- dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index fbe07a92c..d6bd45b39 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4919,6 +4919,7 @@ button.close { bottom: 0; left: 0; z-index: 1050; + -webkit-overflow-scrolling: touch; display: none; overflow: auto; overflow-y: scroll; -- cgit v1.2.3 From f5c13a3e1b2beef5e3335a710993ff8b383d76f7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 14:14:09 -0800 Subject: revert an earlier change to move the component-animations.less file because it fubared modal backdrop .fade usage --- dist/css/bootstrap.css | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d6bd45b39..907fa3a9f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2266,6 +2266,27 @@ input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } +.fade { + opacity: 0; + -webkit-transition: opacity .15s linear; + transition: opacity .15s linear; +} +.fade.in { + opacity: 1; +} +.collapse { + display: none; +} +.collapse.in { + display: block; +} +.collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition: height .35s ease; + transition: height .35s ease; +} @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); @@ -5418,27 +5439,6 @@ button.close { bottom: 20px; } } -.fade { - opacity: 0; - -webkit-transition: opacity .15s linear; - transition: opacity .15s linear; -} -.fade.in { - opacity: 1; -} -.collapse { - display: none; -} -.collapse.in { - display: block; -} -.collapsing { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition: height .35s ease; - transition: height .35s ease; -} .clearfix:before, .clearfix:after, .container:before, -- cgit v1.2.3 From 393d523cdbf14c4522ed13dca701120aeded352c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 14:23:55 -0800 Subject: Fixes #11660: Depcreate small and .small in blockquote in favor of footer --- dist/css/bootstrap.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 907fa3a9f..9af0be7c7 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -606,12 +606,14 @@ blockquote p { blockquote p:last-child { margin-bottom: 0; } +blockquote footer, blockquote small, blockquote .small { display: block; line-height: 1.428571429; color: #999; } +blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; -- cgit v1.2.3 From 24eee65c2559950e321161965ff5afd4a4b51001 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 14:32:14 -0800 Subject: grunt --- dist/css/bootstrap.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9af0be7c7..6f9c8a7a1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3200,12 +3200,12 @@ input[type="button"].btn-block { .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } -.btn-group-vertical > .btn-group:first-child > .btn:last-child, -.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.btn-group-vertical > .btn-group:last-child > .btn:first-child { +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } -- cgit v1.2.3 From b04a1de9b097de7f4df95b30df040efe86563e75 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 14:52:49 -0800 Subject: Fixes #11402: Updated fix for select.form-control width in inline-forms --- dist/css/bootstrap.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6f9c8a7a1..b0a2a3de8 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1871,6 +1871,9 @@ textarea.input-lg { .form-inline select.form-control { width: auto; } + .form-inline > select.form-control { + width: auto; + } .form-inline .radio, .form-inline .checkbox { display: inline-block; @@ -3786,6 +3789,9 @@ textarea.input-group-sm > .input-group-btn > .btn { .navbar-form select.form-control { width: auto; } + .navbar-form > select.form-control { + width: auto; + } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; -- cgit v1.2.3 From d9345ff7d55e3982b36f88cb7459239a773bbfda Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 15:27:46 -0800 Subject: Fixes #11266: Apply a pixel-based line-height to date inputs for iOS 7 --- dist/css/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ba70c8380..8f7aff52a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1696,6 +1696,9 @@ fieldset[disabled] .form-control { textarea.form-control { height: auto; } +input[type="date"] { + line-height: 34px; +} .form-group { margin-bottom: 15px; } -- cgit v1.2.3 From 2979e4bcea25c428c801d77153dc0f663618ce20 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 17:15:09 -0800 Subject: Add new form feedback states, clean up existing form styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- dist/css/bootstrap.css | 56 ++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 43 insertions(+), 13 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8f7aff52a..40f22ae8a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1783,6 +1783,22 @@ select.input-lg { textarea.input-lg { height: auto; } +.has-feedback { + position: relative; +} +.has-feedback .form-control { + padding-right: 42.5px; +} +.has-feedback .form-control-feedback { + position: absolute; + top: 25px; + right: 0; + display: block; + width: 34px; + height: 34px; + line-height: 34px; + text-align: center; +} .has-warning .help-block, .has-warning .control-label, .has-warning .radio, @@ -1806,6 +1822,9 @@ textarea.input-lg { background-color: #fcf8e3; border-color: #8a6d3b; } +.has-warning .form-control-feedback { + color: #8a6d3b; +} .has-error .help-block, .has-error .control-label, .has-error .radio, @@ -1829,6 +1848,9 @@ textarea.input-lg { background-color: #f2dede; border-color: #a94442; } +.has-error .form-control-feedback { + color: #a94442; +} .has-success .help-block, .has-success .control-label, .has-success .radio, @@ -1852,6 +1874,9 @@ textarea.input-lg { background-color: #dff0d8; border-color: #3c763d; } +.has-success .form-control-feedback { + color: #3c763d; +} .form-control-static { margin-bottom: 0; } @@ -1869,13 +1894,12 @@ textarea.input-lg { } .form-inline .form-control { display: inline-block; - vertical-align: middle; - } - .form-inline select.form-control { width: auto; + vertical-align: middle; } - .form-inline > select.form-control { - width: auto; + .form-inline .control-label { + margin-bottom: 0; + vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { @@ -1890,6 +1914,9 @@ textarea.input-lg { float: none; margin-left: 0; } + .form-inline .has-feedback .form-control-feedback { + top: 0; + } } .form-horizontal .control-label, .form-horizontal .radio, @@ -1916,6 +1943,10 @@ textarea.input-lg { text-align: right; } } +.form-horizontal .has-feedback .form-control-feedback { + top: 0; + right: 15px; +} .btn { display: inline-block; padding: 6px 12px; @@ -2311,9 +2342,6 @@ input[type="button"].btn-block { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -.glyphicon:empty { - width: 1em; -} .glyphicon-asterisk:before { content: "\2a"; } @@ -3783,13 +3811,12 @@ textarea.input-group-sm > .input-group-btn > .btn { } .navbar-form .form-control { display: inline-block; - vertical-align: middle; - } - .navbar-form select.form-control { width: auto; + vertical-align: middle; } - .navbar-form > select.form-control { - width: auto; + .navbar-form .control-label { + margin-bottom: 0; + vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { @@ -3804,6 +3831,9 @@ textarea.input-group-sm > .input-group-btn > .btn { float: none; margin-left: 0; } + .navbar-form .has-feedback .form-control-feedback { + top: 0; + } } @media (max-width: 767px) { .navbar-form .form-group { -- cgit v1.2.3 From 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 17:22:55 -0800 Subject: Fixes #10492 again, this time for last row's corners on striped tables --- dist/css/bootstrap.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 40f22ae8a..bead1c963 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4791,6 +4791,18 @@ a.list-group-item-info.active:focus { margin-bottom: 0; border: 0; } +.panel > .table-striped > tbody > tr:last-child td:first-child, +.panel > .table-responsive > .table-striped > tbody > tr:last-child td:first-child, +.panel > .table-striped > tbody > tr:last-child th:first-child, +.panel > .table-responsive > .table-striped > tbody > tr:last-child th:first-child { + border-bottom-left-radius: 3px; +} +.panel > .table-striped > tbody > tr:last-child td:last-child, +.panel > .table-responsive > .table-striped > tbody > tr:last-child td:last-child, +.panel > .table-striped > tbody > tr:last-child th:last-child, +.panel > .table-responsive > .table-striped > tbody > tr:last-child th:last-child { + border-bottom-left-radius: 3px; +} .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; -- cgit v1.2.3 From ae640d4f1cea3b12fcfbf2d6c8d5bb3c29c9aadf Mon Sep 17 00:00:00 2001 From: Sebastian Podjasek Date: Mon, 16 Dec 2013 22:47:09 +0100 Subject: Fix handling of btn-group placed inside input-group-btn (used for mixing dropdowns with normal buttons) --- dist/css/bootstrap.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index bead1c963..255e68604 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3361,8 +3361,10 @@ textarea.input-group-sm > .input-group-btn > .btn { .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } @@ -3372,8 +3374,10 @@ textarea.input-group-sm > .input-group-btn > .btn { .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, -.input-group-btn:first-child > .btn:not(:first-child) { +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -3396,10 +3400,12 @@ textarea.input-group-sm > .input-group-btn > .btn { .input-group-btn > .btn:active { z-index: 2; } -.input-group-btn:first-child > .btn { +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group { margin-right: -1px; } -.input-group-btn:last-child > .btn { +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group { margin-left: -1px; } .nav { -- cgit v1.2.3 From d15218a09ce68d0854d0aa5f5170c1ea859aee31 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 18 Dec 2013 09:49:05 -0800 Subject: Fixes #11899: Ensure proper margins and .small/small usage for heading tags (e.g., .h1-.h6) --- dist/css/bootstrap.css | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 255e68604..b9a30815f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -378,31 +378,49 @@ h6 .small, color: #999; } h1, +.h1, h2, -h3 { +.h2, +h3, +.h3 { margin-top: 20px; margin-bottom: 10px; } h1 small, +.h1 small, h2 small, +.h2 small, h3 small, +.h3 small, h1 .small, +.h1 .small, h2 .small, -h3 .small { +.h2 .small, +h3 .small, +.h3 .small { font-size: 65%; } h4, +.h4, h5, -h6 { +.h5, +h6, +.h6 { margin-top: 10px; margin-bottom: 10px; } h4 small, +.h4 small, h5 small, +.h5 small, h6 small, +.h6 small, h4 .small, +.h4 .small, h5 .small, -h6 .small { +.h5 .small, +h6 .small, +.h6 .small { font-size: 75%; } h1, -- cgit v1.2.3