From 76d8291e3846d95b40dc4509a2e1bf36b0681a28 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Dec 2016 20:50:01 -0800 Subject: grunt --- dist/css/bootstrap.css | 436 +++++++++++++++++++++++++++---------------------- 1 file changed, 241 insertions(+), 195 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 651d2ddcd..024298fed 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -761,6 +761,7 @@ pre code { } .container { + position: relative; margin-left: auto; margin-right: auto; padding-right: 15px; @@ -824,6 +825,7 @@ pre code { } .container-fluid { + position: relative; margin-left: auto; margin-right: auto; padding-right: 15px; @@ -2565,6 +2567,10 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; } .form-inline .form-check { @@ -3975,42 +3981,14 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; padding: 0.5rem 1rem; } -.navbar-toggler-left { - position: absolute; - left: 1rem; -} - -.navbar-toggler-right { - position: absolute; - right: 1rem; -} - -.navbar-fixed-top, -.navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; -} - -.navbar-fixed-top { - top: 0; -} - -.navbar-fixed-bottom { - bottom: 0; -} - -.navbar-sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1030; -} - .navbar-brand { display: inline-block; padding-top: .25rem; @@ -4025,6 +4003,32 @@ tbody.collapse.show { text-decoration: none; } +.navbar-nav { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.navbar-nav .nav-link { + padding-right: 0; + padding-left: 0; +} + +.navbar-text { + display: inline-block; + padding-top: .425rem; + padding-bottom: .425rem; +} + .navbar-divider { float: left; width: 1px; @@ -4039,13 +4043,10 @@ tbody.collapse.show { content: "\00a0"; } -.navbar-text { - display: inline-block; - padding-top: .425rem; - padding-bottom: .425rem; -} - .navbar-toggler { + -webkit-align-self: flex-start; + -ms-flex-item-align: start; + align-self: flex-start; padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; @@ -4069,109 +4070,14 @@ tbody.collapse.show { background-size: 100% 100%; } -.navbar-nav { - -webkit-box-flex: 10; - -webkit-flex-grow: 10; - -ms-flex-positive: 10; - flex-grow: 10; -} - -.navbar-nav .nav-link { - display: block; - padding-top: .425rem; - padding-bottom: .425rem; -} - -.navbar-light .navbar-brand, -.navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.9); -} - -.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, -.navbar-light .navbar-toggler:focus, -.navbar-light .navbar-toggler:hover { - color: rgba(0, 0, 0, 0.9); -} - -.navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.5); -} - -.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { - color: rgba(0, 0, 0, 0.7); -} - -.navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3); -} - -.navbar-light .navbar-nav .open > .nav-link, -.navbar-light .navbar-nav .active > .nav-link, -.navbar-light .navbar-nav .nav-link.open, -.navbar-light .navbar-nav .nav-link.active { - color: rgba(0, 0, 0, 0.9); -} - -.navbar-light .navbar-toggler { - border-color: rgba(0, 0, 0, 0.1); -} - -.navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); -} - -.navbar-light .navbar-divider { - background-color: rgba(0, 0, 0, 0.075); -} - -.navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.5); -} - -.navbar-inverse .navbar-brand, -.navbar-inverse .navbar-toggler { - color: white; -} - -.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, -.navbar-inverse .navbar-toggler:focus, -.navbar-inverse .navbar-toggler:hover { - color: white; -} - -.navbar-inverse .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.5); -} - -.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { - color: rgba(255, 255, 255, 0.75); -} - -.navbar-inverse .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.25); -} - -.navbar-inverse .navbar-nav .open > .nav-link, -.navbar-inverse .navbar-nav .active > .nav-link, -.navbar-inverse .navbar-nav .nav-link.open, -.navbar-inverse .navbar-nav .nav-link.active { - color: white; -} - -.navbar-inverse .navbar-toggler { - border-color: rgba(255, 255, 255, 0.1); -} - -.navbar-inverse .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); -} - -.navbar-inverse .navbar-divider { - background-color: rgba(255, 255, 255, 0.075); +.navbar-toggler-left { + position: absolute; + left: 1rem; } -.navbar-inverse .navbar-text { - color: rgba(255, 255, 255, 0.5); +.navbar-toggler-right { + position: absolute; + right: 1rem; } @media (max-width: 575px) { @@ -4187,10 +4093,11 @@ tbody.collapse.show { @media (min-width: 576px) { .navbar-toggleable { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4199,6 +4106,17 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } + .navbar-toggleable .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-toggleable .navbar-nav .nav-link { + padding-right: .5rem; + padding-left: .5rem; + } .navbar-toggleable > .container { display: -webkit-box; display: -webkit-flex; @@ -4219,13 +4137,6 @@ tbody.collapse.show { display: flex !important; width: 100%; } - .navbar-toggleable .nav-item { - display: inline-block; - } - .navbar-toggleable .nav-link { - padding-right: .5rem; - padding-left: .5rem; - } .navbar-toggleable .navbar-toggler { display: none; } @@ -4244,10 +4155,11 @@ tbody.collapse.show { @media (min-width: 768px) { .navbar-toggleable-sm { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4256,6 +4168,17 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } + .navbar-toggleable-sm .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-toggleable-sm .navbar-nav .nav-link { + padding-right: .5rem; + padding-left: .5rem; + } .navbar-toggleable-sm > .container { display: -webkit-box; display: -webkit-flex; @@ -4276,13 +4199,6 @@ tbody.collapse.show { display: flex !important; width: 100%; } - .navbar-toggleable-sm .nav-item { - display: inline-block; - } - .navbar-toggleable-sm .nav-link { - padding-right: .5rem; - padding-left: .5rem; - } .navbar-toggleable-sm .navbar-toggler { display: none; } @@ -4301,10 +4217,11 @@ tbody.collapse.show { @media (min-width: 992px) { .navbar-toggleable-md { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4313,6 +4230,17 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } + .navbar-toggleable-md .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-toggleable-md .navbar-nav .nav-link { + padding-right: .5rem; + padding-left: .5rem; + } .navbar-toggleable-md > .container { display: -webkit-box; display: -webkit-flex; @@ -4333,13 +4261,6 @@ tbody.collapse.show { display: flex !important; width: 100%; } - .navbar-toggleable-md .nav-item { - display: inline-block; - } - .navbar-toggleable-md .nav-link { - padding-right: .5rem; - padding-left: .5rem; - } .navbar-toggleable-md .navbar-toggler { display: none; } @@ -4358,10 +4279,11 @@ tbody.collapse.show { @media (min-width: 1200px) { .navbar-toggleable-lg { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4370,6 +4292,17 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } + .navbar-toggleable-lg .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-toggleable-lg .navbar-nav .nav-link { + padding-right: .5rem; + padding-left: .5rem; + } .navbar-toggleable-lg > .container { display: -webkit-box; display: -webkit-flex; @@ -4390,23 +4323,17 @@ tbody.collapse.show { display: flex !important; width: 100%; } - .navbar-toggleable-lg .nav-item { - display: inline-block; - } - .navbar-toggleable-lg .nav-link { - padding-right: .5rem; - padding-left: .5rem; - } .navbar-toggleable-lg .navbar-toggler { display: none; } } .navbar-toggleable-xl { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4426,6 +4353,19 @@ tbody.collapse.show { padding-left: 0; } +.navbar-toggleable-xl .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; +} + +.navbar-toggleable-xl .navbar-nav .nav-link { + padding-right: .5rem; + padding-left: .5rem; +} + .navbar-toggleable-xl > .container { display: -webkit-box; display: -webkit-flex; @@ -4448,17 +4388,123 @@ tbody.collapse.show { width: 100%; } -.navbar-toggleable-xl .nav-item { - display: inline-block; +.navbar-toggleable-xl .navbar-toggler { + display: none; } -.navbar-toggleable-xl .nav-link { - padding-right: .5rem; - padding-left: .5rem; +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; } -.navbar-toggleable-xl .navbar-toggler { - display: none; +.navbar-fixed-top { + top: 0; +} + +.navbar-fixed-bottom { + bottom: 0; +} + +.navbar-sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1030; +} + +.navbar-light .navbar-brand, +.navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, +.navbar-light .navbar-toggler:focus, +.navbar-light .navbar-toggler:hover { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-nav .nav-link { + color: rgba(0, 0, 0, 0.5); +} + +.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { + color: rgba(0, 0, 0, 0.7); +} + +.navbar-light .navbar-nav .nav-link.disabled { + color: rgba(0, 0, 0, 0.3); +} + +.navbar-light .navbar-nav .open > .nav-link, +.navbar-light .navbar-nav .active > .nav-link, +.navbar-light .navbar-nav .nav-link.open, +.navbar-light .navbar-nav .nav-link.active { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-toggler { + border-color: rgba(0, 0, 0, 0.1); +} + +.navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); +} + +.navbar-light .navbar-divider { + background-color: rgba(0, 0, 0, 0.075); +} + +.navbar-light .navbar-text { + color: rgba(0, 0, 0, 0.5); +} + +.navbar-inverse .navbar-brand, +.navbar-inverse .navbar-toggler { + color: white; +} + +.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-toggler:focus, +.navbar-inverse .navbar-toggler:hover { + color: white; +} + +.navbar-inverse .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.5); +} + +.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { + color: rgba(255, 255, 255, 0.75); +} + +.navbar-inverse .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); +} + +.navbar-inverse .navbar-nav .open > .nav-link, +.navbar-inverse .navbar-nav .active > .nav-link, +.navbar-inverse .navbar-nav .nav-link.open, +.navbar-inverse .navbar-nav .nav-link.active { + color: white; +} + +.navbar-inverse .navbar-toggler { + border-color: rgba(255, 255, 255, 0.1); +} + +.navbar-inverse .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); +} + +.navbar-inverse .navbar-divider { + background-color: rgba(255, 255, 255, 0.075); +} + +.navbar-inverse .navbar-text { + color: rgba(255, 255, 255, 0.5); } .card { -- cgit v1.2.3 From daff021578d3afb9e8da4353038a6a5ad62343e1 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Sun, 1 Jan 2017 03:21:02 +0100 Subject: grunt --- dist/css/bootstrap.css | 146 +++++++++++-------------------------------------- 1 file changed, 33 insertions(+), 113 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 024298fed..d4c719325 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1,7 +1,7 @@ /*! * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com) - * Copyright 2011-2016 The Bootstrap Authors - * Copyright 2011-2016 Twitter, Inc. + * Copyright 2011-2017 The Bootstrap Authors + * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ @@ -412,11 +412,6 @@ a:focus, a:hover { text-decoration: underline; } -a:focus { - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} - a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; @@ -428,7 +423,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { } a:not([href]):not([tabindex]):focus { - outline: none; + outline: 0; } pre { @@ -5164,116 +5159,36 @@ a.badge:focus, a.badge:hover { } .progress { - display: block; - width: 100%; - height: 1rem; - margin-bottom: 1rem; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; overflow: hidden; -} - -.progress[value] { + font-size: 0.75rem; + line-height: 1rem; + text-align: center; background-color: #eceeef; - border: 0; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; border-radius: 0.25rem; } -.progress[value]::-ms-fill { - background-color: #0275d8; - border: 0; -} - -.progress[value]::-moz-progress-bar { - background-color: #0275d8; -} - -.progress[value]::-webkit-progress-value { +.progress-bar { + height: 1rem; + color: #fff; background-color: #0275d8; } -.progress[value]::-webkit-progress-bar { - background-color: #eceeef; -} - -base::-moz-progress-bar, -.progress[value] { - background-color: #eceeef; -} - -.progress-striped[value]::-webkit-progress-value { +.progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -webkit-background-size: 1rem 1rem; background-size: 1rem 1rem; } -.progress-striped[value]::-moz-progress-bar { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 1rem 1rem; -} - -.progress-striped[value]::-ms-fill { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 1rem 1rem; -} - -.progress-animated[value]::-webkit-progress-value { - -webkit-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; -} - -.progress-animated[value]::-moz-progress-bar { - animation: progress-bar-stripes 2s linear infinite; -} - -.progress-success[value]::-webkit-progress-value { - background-color: #5cb85c; -} - -.progress-success[value]::-moz-progress-bar { - background-color: #5cb85c; -} - -.progress-success[value]::-ms-fill { - background-color: #5cb85c; -} - -.progress-info[value]::-webkit-progress-value { - background-color: #5bc0de; -} - -.progress-info[value]::-moz-progress-bar { - background-color: #5bc0de; -} - -.progress-info[value]::-ms-fill { - background-color: #5bc0de; -} - -.progress-warning[value]::-webkit-progress-value { - background-color: #f0ad4e; -} - -.progress-warning[value]::-moz-progress-bar { - background-color: #f0ad4e; -} - -.progress-warning[value]::-ms-fill { - background-color: #f0ad4e; -} - -.progress-danger[value]::-webkit-progress-value { - background-color: #d9534f; -} - -.progress-danger[value]::-moz-progress-bar { - background-color: #d9534f; -} - -.progress-danger[value]::-ms-fill { - background-color: #d9534f; +.progress-bar-animated { + -webkit-animation: progress-bar-stripes 1s linear infinite; + -o-animation: progress-bar-stripes 1s linear infinite; + animation: progress-bar-stripes 1s linear infinite; } .media { @@ -5527,11 +5442,16 @@ button.list-group-item-danger.active { .embed-responsive { position: relative; display: block; - height: 0; + width: 100%; padding: 0; overflow: hidden; } +.embed-responsive::before { + display: block; + content: ""; +} + .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, @@ -5546,20 +5466,20 @@ button.list-group-item-danger.active { border: 0; } -.embed-responsive-21by9 { - padding-bottom: 42.857143%; +.embed-responsive-21by9::before { + padding-top: 42.857143%; } -.embed-responsive-16by9 { - padding-bottom: 56.25%; +.embed-responsive-16by9::before { + padding-top: 56.25%; } -.embed-responsive-4by3 { - padding-bottom: 75%; +.embed-responsive-4by3::before { + padding-top: 75%; } -.embed-responsive-1by1 { - padding-bottom: 100%; +.embed-responsive-1by1::before { + padding-top: 100%; } .close { -- cgit v1.2.3 From 9fc54f89f4d7a15c4118835b7eeae810cc8c5c0a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Jan 2017 11:54:28 -0800 Subject: grunt --- dist/css/bootstrap.css | 78 +++++++++++++++++++------------------------------- 1 file changed, 29 insertions(+), 49 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d4c719325..83de26b4a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -576,21 +576,25 @@ h6, .h6 { .display-1 { font-size: 6rem; font-weight: 300; + line-height: 1.1; } .display-2 { font-size: 5.5rem; font-weight: 300; + line-height: 1.1; } .display-3 { font-size: 4.5rem; font-weight: 300; + line-height: 1.1; } .display-4 { font-size: 3.5rem; font-weight: 300; + line-height: 1.1; } hr { @@ -3293,15 +3297,13 @@ tbody.collapse.show { z-index: 990; } -.dropup .caret, -.navbar-fixed-bottom .dropdown .caret { +.dropup .caret { content: ""; border-top: 0; border-bottom: 0.3em solid; } -.dropup .dropdown-menu, -.navbar-fixed-bottom .dropdown .dropdown-menu { +.dropup .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 0.125rem; @@ -4024,20 +4026,6 @@ tbody.collapse.show { padding-bottom: .425rem; } -.navbar-divider { - float: left; - width: 1px; - padding-top: 0.425rem; - padding-bottom: 0.425rem; - margin-right: 1rem; - margin-left: 1rem; - overflow: hidden; -} - -.navbar-divider::before { - content: "\00a0"; -} - .navbar-toggler { -webkit-align-self: flex-start; -ms-flex-item-align: start; @@ -4387,29 +4375,6 @@ tbody.collapse.show { display: none; } -.navbar-fixed-top, -.navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; -} - -.navbar-fixed-top { - top: 0; -} - -.navbar-fixed-bottom { - bottom: 0; -} - -.navbar-sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1030; -} - .navbar-light .navbar-brand, .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.9); @@ -7478,6 +7443,29 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } +.fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; +} + +.fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; +} + +.sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1030; +} + .sr-only { position: absolute; width: 1px; @@ -9136,14 +9124,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -.pos-f-t { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; -} - .text-justify { text-align: justify !important; } -- cgit v1.2.3 From 56f917dd8c1f97048f0982570c6ed9b4cacf8752 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 3 Jan 2017 13:16:18 -0800 Subject: grunt --- dist/css/bootstrap.css | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 83de26b4a..e29f8b8f2 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2245,45 +2245,6 @@ pre code { border: 0; } -.table-reflow thead { - float: left; -} - -.table-reflow tbody { - display: block; - white-space: nowrap; -} - -.table-reflow th, -.table-reflow td { - border-top: 1px solid #eceeef; - border-left: 1px solid #eceeef; -} - -.table-reflow th:last-child, -.table-reflow td:last-child { - border-right: 1px solid #eceeef; -} - -.table-reflow thead:last-child tr:last-child th, -.table-reflow thead:last-child tr:last-child td, -.table-reflow tbody:last-child tr:last-child th, -.table-reflow tbody:last-child tr:last-child td, -.table-reflow tfoot:last-child tr:last-child th, -.table-reflow tfoot:last-child tr:last-child td { - border-bottom: 1px solid #eceeef; -} - -.table-reflow tr { - float: left; -} - -.table-reflow tr th, -.table-reflow tr td { - display: block !important; - border: 1px solid #eceeef; -} - .form-control { display: block; width: 100%; @@ -4413,10 +4374,6 @@ tbody.collapse.show { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } -.navbar-light .navbar-divider { - background-color: rgba(0, 0, 0, 0.075); -} - .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); } @@ -4459,10 +4416,6 @@ tbody.collapse.show { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } -.navbar-inverse .navbar-divider { - background-color: rgba(255, 255, 255, 0.075); -} - .navbar-inverse .navbar-text { color: rgba(255, 255, 255, 0.5); } -- cgit v1.2.3 From acea0b4cc2b513baf240c737af8f8cfd99ae87ab Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 3 Jan 2017 19:25:15 -0800 Subject: grunt --- dist/css/bootstrap.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index e29f8b8f2..ddb0222d5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3273,10 +3273,10 @@ tbody.collapse.show { .btn-group, .btn-group-vertical { position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; vertical-align: middle; } -- cgit v1.2.3 From 0015da793aa446658b660894f26f86d00221f980 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 4 Jan 2017 11:59:07 -0800 Subject: grunt --- dist/css/bootstrap.css | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ddb0222d5..f83ed8db6 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -299,10 +299,6 @@ template { .navbar { display: none; } - .btn > .caret, - .dropup > .btn > .caret { - border-top-color: #000 !important; - } .badge { border: 1px solid #000; } @@ -336,7 +332,6 @@ html { } html { - font-size: 16px; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } @@ -3258,12 +3253,6 @@ tbody.collapse.show { z-index: 990; } -.dropup .caret { - content: ""; - border-top: 0; - border-bottom: 0.3em solid; -} - .dropup .dropdown-menu { top: auto; bottom: 100%; @@ -3389,19 +3378,6 @@ tbody.collapse.show { padding-left: 1.125rem; } -.btn .caret { - margin-left: 0; -} - -.btn-lg .caret, .btn-group-lg > .btn .caret { - border-width: 0.3em 0.3em 0; - border-bottom-width: 0; -} - -.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { - border-width: 0 0.3em 0.3em; -} - .btn-group-vertical { display: -webkit-inline-box; display: -webkit-inline-flex; @@ -3789,6 +3765,7 @@ tbody.collapse.show { .custom-file-input { min-width: 14rem; max-width: 100%; + height: 2.5rem; margin: 0; filter: alpha(opacity=0); opacity: 0; @@ -3804,6 +3781,7 @@ tbody.collapse.show { padding: 0.5rem 1rem; line-height: 1.5; color: #464a4c; + pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -5814,11 +5792,12 @@ button.close { .popover-title { padding: 8px 14px; - margin: 0; + margin-bottom: 0; font-size: 1rem; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; - border-radius: 0.2375rem 0.2375rem 0 0; + border-top-right-radius: calc(0.3rem - 1px); + border-top-left-radius: calc(0.3rem - 1px); } .popover-title:empty { -- cgit v1.2.3 From 045888fa3887f5e65658499da11c8ad737222759 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 6 Jan 2017 08:38:04 -0800 Subject: version bump --- dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index f83ed8db6..1038ebcb3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1,5 +1,5 @@ /*! - * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com) + * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com) * Copyright 2011-2017 The Bootstrap Authors * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) -- cgit v1.2.3 From 0220d8b7d4232e0f40456fd3583d1aed02214b3b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 21 Jan 2017 13:25:29 -0800 Subject: grunt --- dist/css/bootstrap.css | 45 +-------------------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1038ebcb3..c3b067552 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -402,7 +402,7 @@ a { text-decoration: none; } -a:focus, a:hover { +a:hover { color: #014c8c; text-decoration: underline; } @@ -3767,7 +3767,6 @@ tbody.collapse.show { max-width: 100%; height: 2.5rem; margin: 0; - filter: alpha(opacity=0); opacity: 0; } @@ -5125,10 +5124,6 @@ a.badge:focus, a.badge:hover { text-align: inherit; } -.list-group-item-action .list-group-item-heading { - color: #292b2c; -} - .list-group-item-action:focus, .list-group-item-action:hover { color: #464a4c; text-decoration: none; @@ -5180,14 +5175,6 @@ a.badge:focus, a.badge:hover { background-color: #fff; } -.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading { - color: inherit; -} - -.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text { - color: #636c72; -} - .list-group-item.active { z-index: 2; color: #fff; @@ -5195,16 +5182,6 @@ a.badge:focus, a.badge:hover { border-color: #0275d8; } -.list-group-item.active .list-group-item-heading, -.list-group-item.active .list-group-item-heading > small, -.list-group-item.active .list-group-item-heading > .small { - color: inherit; -} - -.list-group-item.active .list-group-item-text { - color: #daeeff; -} - .list-group-flush .list-group-item { border-right: 0; border-left: 0; @@ -5229,11 +5206,6 @@ button.list-group-item-success { color: #3c763d; } -a.list-group-item-success .list-group-item-heading, -button.list-group-item-success .list-group-item-heading { - color: inherit; -} - a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover { @@ -5258,11 +5230,6 @@ button.list-group-item-info { color: #31708f; } -a.list-group-item-info .list-group-item-heading, -button.list-group-item-info .list-group-item-heading { - color: inherit; -} - a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover { @@ -5287,11 +5254,6 @@ button.list-group-item-warning { color: #8a6d3b; } -a.list-group-item-warning .list-group-item-heading, -button.list-group-item-warning .list-group-item-heading { - color: inherit; -} - a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover { @@ -5316,11 +5278,6 @@ button.list-group-item-danger { color: #a94442; } -a.list-group-item-danger .list-group-item-heading, -button.list-group-item-danger .list-group-item-heading { - color: inherit; -} - a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover { -- cgit v1.2.3 From deb1c59c53f3a840bb1fe2794fdf9fc7d081f47f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 21 Jan 2017 17:50:45 -0800 Subject: grunt --- dist/css/bootstrap.css | 408 +++++++++++++++++-------------------------------- 1 file changed, 144 insertions(+), 264 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c3b067552..27f349095 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4,250 +4,6 @@ * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ -html { - font-family: sans-serif; - line-height: 1.15; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; -} - -body { - margin: 0; -} - -article, -aside, -footer, -header, -nav, -section { - display: block; -} - -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -figcaption, -figure, -main { - display: block; -} - -figure { - margin: 1em 40px; -} - -hr { - -webkit-box-sizing: content-box; - box-sizing: content-box; - height: 0; - overflow: visible; -} - -pre { - font-family: monospace, monospace; - font-size: 1em; -} - -a { - background-color: transparent; - -webkit-text-decoration-skip: objects; -} - -a:active, -a:hover { - outline-width: 0; -} - -abbr[title] { - border-bottom: none; - text-decoration: underline; - text-decoration: underline dotted; -} - -b, -strong { - font-weight: inherit; -} - -b, -strong { - font-weight: bolder; -} - -code, -kbd, -samp { - font-family: monospace, monospace; - font-size: 1em; -} - -dfn { - font-style: italic; -} - -mark { - background-color: #ff0; - color: #000; -} - -small { - font-size: 80%; -} - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -audio, -video { - display: inline-block; -} - -audio:not([controls]) { - display: none; - height: 0; -} - -img { - border-style: none; -} - -svg:not(:root) { - overflow: hidden; -} - -button, -input, -optgroup, -select, -textarea { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; -} - -button, -input { - overflow: visible; -} - -button, -select { - text-transform: none; -} - -button, -html [type="button"], -[type="reset"], -[type="submit"] { - -webkit-appearance: button; -} - -button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { - border-style: none; - padding: 0; -} - -button:-moz-focusring, -[type="button"]:-moz-focusring, -[type="reset"]:-moz-focusring, -[type="submit"]:-moz-focusring { - outline: 1px dotted ButtonText; -} - -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -legend { - -webkit-box-sizing: border-box; - box-sizing: border-box; - color: inherit; - display: table; - max-width: 100%; - padding: 0; - white-space: normal; -} - -progress { - display: inline-block; - vertical-align: baseline; -} - -textarea { - overflow: auto; -} - -[type="checkbox"], -[type="radio"] { - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 0; -} - -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { - height: auto; -} - -[type="search"] { - -webkit-appearance: textfield; - outline-offset: -2px; -} - -[type="search"]::-webkit-search-cancel-button, -[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -::-webkit-file-upload-button { - -webkit-appearance: button; - font: inherit; -} - -details, -menu { - display: block; -} - -summary { - display: list-item; -} - -canvas { - display: inline-block; -} - -template { - display: none; -} - -[hidden] { - display: none; -} - @media print { *, *::before, @@ -318,6 +74,12 @@ template { html { -webkit-box-sizing: border-box; box-sizing: border-box; + font-family: sans-serif; + line-height: 1.15; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; + -ms-overflow-style: scrollbar; + -webkit-tap-highlight-color: transparent; } *, @@ -331,12 +93,8 @@ html { width: device-width; } -html { - -ms-overflow-style: scrollbar; - -webkit-tap-highlight-color: transparent; -} - body { + margin: 0; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: normal; @@ -349,6 +107,13 @@ body { outline: none !important; } +hr { + -webkit-box-sizing: content-box; + box-sizing: content-box; + height: 0; + overflow: visible; +} + h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; @@ -361,7 +126,10 @@ p { abbr[title], abbr[data-original-title] { + text-decoration: underline; + text-decoration: underline dotted; cursor: help; + border-bottom: 0; } address { @@ -397,9 +165,40 @@ blockquote { margin: 0 0 1rem; } +dfn { + font-style: italic; +} + +b, +strong { + font-weight: bolder; +} + +small { + font-size: 80%; +} + +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} + +sub { + bottom: -.25em; +} + +sup { + top: -.5em; +} + a { color: #0275d8; text-decoration: none; + background-color: transparent; + -webkit-text-decoration-skip: objects; } a:hover { @@ -421,6 +220,14 @@ a:not([href]):not([tabindex]):focus { outline: 0; } +pre, +code, +kbd, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + pre { margin-top: 0; margin-bottom: 1rem; @@ -433,6 +240,11 @@ figure { img { vertical-align: middle; + border-style: none; +} + +svg:not(:root) { + overflow: hidden; } [role="button"] { @@ -454,7 +266,6 @@ textarea { table { border-collapse: collapse; - background-color: transparent; } caption { @@ -482,10 +293,46 @@ button:focus { input, button, select, +optgroup, textarea { + margin: 0; + font-family: inherit; + font-size: inherit; line-height: inherit; } +button, +input { + overflow: visible; +} + +button, +select { + text-transform: none; +} + +button, +html [type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + padding: 0; + border-style: none; +} + +input[type="radio"], +input[type="checkbox"] { + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 0; +} + input[type="radio"]:disabled, input[type="checkbox"]:disabled { cursor: not-allowed; @@ -499,6 +346,7 @@ input[type="month"] { } textarea { + overflow: auto; resize: vertical; } @@ -512,20 +360,51 @@ fieldset { legend { display: block; width: 100%; + max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; + color: inherit; + white-space: normal; +} + +progress { + vertical-align: baseline; +} + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; } -input[type="search"] { +[type="search"] { + outline-offset: -2px; + -webkit-appearance: none; +} + +[type="search"]::-webkit-search-cancel-button, +[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; +} + output { display: inline-block; } +summary { + display: list-item; +} + +template { + display: none; +} + [hidden] { display: none !important; } @@ -2080,6 +1959,7 @@ pre code { width: 100%; max-width: 100%; margin-bottom: 1rem; + background-color: transparent; } .table th, @@ -3276,6 +3156,7 @@ tbody.collapse.show { -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; + margin-bottom: 0; } .btn-group > .btn:hover, @@ -3480,15 +3361,10 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; } .input-group-addon:not(:first-child):not(:last-child), @@ -3575,10 +3451,6 @@ tbody.collapse.show { .input-group-btn > .btn { position: relative; - -webkit-box-flex: 1; - -webkit-flex: 1 1 0%; - -ms-flex: 1 1 0%; - flex: 1 1 0%; } .input-group-btn > .btn + .btn { @@ -3924,6 +3796,13 @@ tbody.collapse.show { padding: 0.5rem 1rem; } +@media (max-width: 575px) { + .navbar > .container { + margin-right: 0; + margin-left: 0; + } +} + .navbar-brand { display: inline-block; padding-top: .25rem; @@ -5068,6 +4947,7 @@ a.badge:focus, a.badge:hover { .progress-bar { height: 1rem; + line-height: 1rem; color: #fff; background-color: #0275d8; } -- cgit v1.2.3 From d82e04e749fe8b6710cda5cecafe66f5fec1c05a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 24 Jan 2017 00:18:41 -0800 Subject: grunt (fixes #21819) --- dist/css/bootstrap.css | 61 +++++++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 28 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 27f349095..9ae5e2c73 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -247,10 +247,6 @@ svg:not(:root) { overflow: hidden; } -[role="button"] { - cursor: pointer; -} - a, area, button, @@ -2289,7 +2285,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .form-check-label { padding-left: 1.25rem; margin-bottom: 0; - cursor: pointer; } .form-check-input { @@ -2399,6 +2394,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -2437,6 +2434,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -3488,7 +3487,6 @@ tbody.collapse.show { min-height: 1.5rem; padding-left: 1.5rem; margin-right: 1rem; - cursor: pointer; } .custom-control-input { @@ -3631,7 +3629,6 @@ tbody.collapse.show { max-width: 100%; height: 2.5rem; margin-bottom: 0; - cursor: pointer; } .custom-file-input { @@ -3691,6 +3688,9 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; @@ -3805,6 +3805,9 @@ tbody.collapse.show { .navbar-brand { display: inline-block; + -webkit-align-self: flex-start; + -ms-flex-item-align: start; + align-self: flex-start; padding-top: .25rem; padding-bottom: .25rem; margin-right: 1rem; @@ -4227,7 +4230,7 @@ tbody.collapse.show { } .navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .navbar-light .navbar-text { @@ -4269,7 +4272,7 @@ tbody.collapse.show { } .navbar-inverse .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .navbar-inverse .navbar-text { @@ -4507,6 +4510,8 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -4540,6 +4545,8 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -4746,7 +4753,6 @@ tbody.collapse.show { a.badge:focus, a.badge:hover { color: #fff; text-decoration: none; - cursor: pointer; } .badge-pill { @@ -5021,6 +5027,8 @@ a.badge:focus, a.badge:hover { display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; @@ -5228,13 +5236,11 @@ button.list-group-item-danger.active { .close:focus, .close:hover { color: #000; text-decoration: none; - cursor: pointer; opacity: .75; } button.close { padding: 0; - cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; @@ -5849,7 +5855,6 @@ button.close { margin-right: 3px; margin-left: 3px; text-indent: -999px; - cursor: pointer; background-color: rgba(255, 255, 255, 0.5); } @@ -6193,21 +6198,21 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -.flex-first { +.order-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } -.flex-last { +.order-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } -.flex-unordered { +.order-0 { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; @@ -6409,19 +6414,19 @@ a.bg-inverse:focus, a.bg-inverse:hover { } @media (min-width: 576px) { - .flex-sm-first { + .order-sm-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } - .flex-sm-last { + .order-sm-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } - .flex-sm-unordered { + .order-sm-0 { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; @@ -6595,19 +6600,19 @@ a.bg-inverse:focus, a.bg-inverse:hover { } @media (min-width: 768px) { - .flex-md-first { + .order-md-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } - .flex-md-last { + .order-md-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } - .flex-md-unordered { + .order-md-0 { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; @@ -6781,19 +6786,19 @@ a.bg-inverse:focus, a.bg-inverse:hover { } @media (min-width: 992px) { - .flex-lg-first { + .order-lg-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } - .flex-lg-last { + .order-lg-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } - .flex-lg-unordered { + .order-lg-0 { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; @@ -6967,19 +6972,19 @@ a.bg-inverse:focus, a.bg-inverse:hover { } @media (min-width: 1200px) { - .flex-xl-first { + .order-xl-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } - .flex-xl-last { + .order-xl-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } - .flex-xl-unordered { + .order-xl-0 { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; -- cgit v1.2.3 From d822e9e491bdeae5d770a68e708819aa6fb07f24 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 4 Feb 2017 12:55:36 -0800 Subject: grunt --- dist/css/bootstrap.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9ae5e2c73..4d986c5c5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3186,6 +3186,9 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -3754,7 +3757,6 @@ tbody.collapse.show { .nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link { color: #fff; - cursor: default; background-color: #0275d8; } -- cgit v1.2.3 From 342e19ae8983e1e644412613410cd12e76db63b5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 7 Feb 2017 18:11:13 -0800 Subject: grunt --- dist/css/bootstrap.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4d986c5c5..e10cd3415 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2331,7 +2331,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for color: #5cb85c; } -.has-success .form-control { +.has-success .form-control, +.has-success .custom-select, +.has-success .custom-file-control { border-color: #5cb85c; } @@ -2353,7 +2355,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for color: #f0ad4e; } -.has-warning .form-control { +.has-warning .form-control, +.has-warning .custom-select, +.has-warning .custom-file-control { border-color: #f0ad4e; } @@ -2375,7 +2379,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for color: #d9534f; } -.has-danger .form-control { +.has-danger .form-control, +.has-danger .custom-select, +.has-danger .custom-file-control { border-color: #d9534f; } -- cgit v1.2.3 From 4a1b8919d1f978d8a23e694a8fa713b1008daaca Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Mar 2017 11:31:47 -0800 Subject: grunt --- 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 e10cd3415..459238b39 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3602,8 +3602,9 @@ tbody.collapse.show { background-size: 8px 10px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; - -moz-appearance: none; -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } .custom-select:focus { -- cgit v1.2.3 From ab77282004a6534ed050d78b9699c84068de547a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 18 Mar 2017 16:31:26 -0700 Subject: grunt --- dist/css/bootstrap.css | 388 ++++++++++++++++++++----------------------------- 1 file changed, 160 insertions(+), 228 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 459238b39..1a21975a9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -76,8 +76,8 @@ html { box-sizing: border-box; font-family: sans-serif; line-height: 1.15; - -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } @@ -631,8 +631,8 @@ pre code { .container { position: relative; - margin-left: auto; margin-right: auto; + margin-left: auto; padding-right: 15px; padding-left: 15px; } @@ -695,8 +695,8 @@ pre code { .container-fluid { position: relative; - margin-left: auto; margin-right: auto; + margin-left: auto; padding-right: 15px; padding-left: 15px; } @@ -2339,8 +2339,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-success .input-group-addon { color: #5cb85c; - border-color: #5cb85c; background-color: #eaf6ea; + border-color: #5cb85c; } .has-success .form-control-success { @@ -2363,8 +2363,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-warning .input-group-addon { color: #f0ad4e; - border-color: #f0ad4e; background-color: white; + border-color: #f0ad4e; } .has-warning .form-control-warning { @@ -2387,8 +2387,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .has-danger .input-group-addon { color: #d9534f; - border-color: #d9534f; background-color: #fdf7f7; + border-color: #d9534f; } .has-danger .form-control-danger { @@ -2744,8 +2744,8 @@ fieldset[disabled] a.btn { .btn-outline-primary { color: #0275d8; - background-image: none; background-color: transparent; + background-image: none; border-color: #0275d8; } @@ -2774,13 +2774,13 @@ fieldset[disabled] a.btn { .btn-outline-secondary { color: #ccc; - background-image: none; background-color: transparent; + background-image: none; border-color: #ccc; } .btn-outline-secondary:hover { - color: #fff; + color: #292b2c; background-color: #ccc; border-color: #ccc; } @@ -2797,15 +2797,15 @@ fieldset[disabled] a.btn { .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle { - color: #fff; + color: #292b2c; background-color: #ccc; border-color: #ccc; } .btn-outline-info { color: #5bc0de; - background-image: none; background-color: transparent; + background-image: none; border-color: #5bc0de; } @@ -2834,8 +2834,8 @@ fieldset[disabled] a.btn { .btn-outline-success { color: #5cb85c; - background-image: none; background-color: transparent; + background-image: none; border-color: #5cb85c; } @@ -2864,8 +2864,8 @@ fieldset[disabled] a.btn { .btn-outline-warning { color: #f0ad4e; - background-image: none; background-color: transparent; + background-image: none; border-color: #f0ad4e; } @@ -2894,8 +2894,8 @@ fieldset[disabled] a.btn { .btn-outline-danger { color: #d9534f; - background-image: none; background-color: transparent; + background-image: none; border-color: #d9534f; } @@ -3034,10 +3034,6 @@ tbody.collapse.show { border-left: 0.3em solid transparent; } -.dropdown-toggle:focus { - outline: 0; -} - .dropup .dropdown-toggle::after { border-top: 0; border-bottom: 0.3em solid; @@ -3214,14 +3210,14 @@ tbody.collapse.show { } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-bottom-right-radius: 0; border-top-right-radius: 0; + border-bottom-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { - border-bottom-left-radius: 0; border-top-left-radius: 0; + border-bottom-left-radius: 0; } .btn-group > .btn-group { @@ -3234,13 +3230,13 @@ tbody.collapse.show { .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-bottom-right-radius: 0; border-top-right-radius: 0; + border-bottom-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-bottom-left-radius: 0; border-top-left-radius: 0; + border-bottom-left-radius: 0; } .btn-group .dropdown-toggle:active, @@ -3310,8 +3306,8 @@ tbody.collapse.show { } .btn-group-vertical > .btn:last-child:not(:first-child) { - border-top-right-radius: 0; border-top-left-radius: 0; + border-top-right-radius: 0; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { @@ -3325,8 +3321,8 @@ tbody.collapse.show { } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-top-right-radius: 0; border-top-left-radius: 0; + border-top-right-radius: 0; } [data-toggle="buttons"] > .btn input[type="radio"], @@ -3428,8 +3424,8 @@ tbody.collapse.show { .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; border-top-right-radius: 0; + border-bottom-right-radius: 0; } .input-group-addon:not(:last-child) { @@ -3443,8 +3439,8 @@ tbody.collapse.show { .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn { - border-bottom-left-radius: 0; border-top-left-radius: 0; + border-bottom-left-radius: 0; } .form-control + .input-group-addon:not(:first-child) { @@ -3669,7 +3665,7 @@ tbody.collapse.show { border-radius: 0.25rem; } -.custom-file-control:lang(en)::after { +.custom-file-control:lang(en):empty::after { content: "Choose file..."; } @@ -3730,8 +3726,8 @@ tbody.collapse.show { .nav-tabs .nav-link { border: 1px solid transparent; - border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { @@ -3753,8 +3749,8 @@ tbody.collapse.show { .nav-tabs .dropdown-menu { margin-top: -1px; - border-top-right-radius: 0; border-top-left-radius: 0; + border-top-right-radius: 0; } .nav-pills .nav-link { @@ -4334,8 +4330,8 @@ tbody.collapse.show { } .card > .list-group:first-child .list-group-item:first-child { - border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; } .card > .list-group:last-child .list-group-item:last-child { @@ -4504,8 +4500,8 @@ tbody.collapse.show { } .card-img-top { - border-top-right-radius: calc(0.25rem - 1px); border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); } .card-img-bottom { @@ -4531,8 +4527,8 @@ tbody.collapse.show { display: -ms-flexbox; display: flex; -webkit-box-flex: 1; - -webkit-flex: 1 0 0%; - -ms-flex: 1 0 0%; + -webkit-flex: 1 0 0; + -ms-flex: 1 0 0px; flex: 1 0 0%; -webkit-box-orient: vertical; -webkit-box-direction: normal; @@ -4562,8 +4558,8 @@ tbody.collapse.show { } .card-group .card { -webkit-box-flex: 1; - -webkit-flex: 1 0 0%; - -ms-flex: 1 0 0%; + -webkit-flex: 1 0 0; + -ms-flex: 1 0 0px; flex: 1 0 0%; } .card-group .card + .card { @@ -4571,8 +4567,8 @@ tbody.collapse.show { border-left: 0; } .card-group .card:first-child { - border-bottom-right-radius: 0; border-top-right-radius: 0; + border-bottom-right-radius: 0; } .card-group .card:first-child .card-img-top { border-top-right-radius: 0; @@ -4581,8 +4577,8 @@ tbody.collapse.show { border-bottom-right-radius: 0; } .card-group .card:last-child { - border-bottom-left-radius: 0; border-top-left-radius: 0; + border-bottom-left-radius: 0; } .card-group .card:last-child .card-img-top { border-top-left-radius: 0; @@ -4625,8 +4621,8 @@ tbody.collapse.show { .breadcrumb::after { display: block; - content: ""; clear: both; + content: ""; } .breadcrumb-item { @@ -4665,13 +4661,13 @@ tbody.collapse.show { .page-item:first-child .page-link { margin-left: 0; - border-bottom-left-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } .page-item:last-child .page-link { - border-bottom-right-radius: 0.25rem; border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } .page-item.active .page-link { @@ -4713,13 +4709,13 @@ tbody.collapse.show { } .pagination-lg .page-item:first-child .page-link { - border-bottom-left-radius: 0.3rem; border-top-left-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; } .pagination-lg .page-item:last-child .page-link { - border-bottom-right-radius: 0.3rem; border-top-right-radius: 0.3rem; + border-bottom-right-radius: 0.3rem; } .pagination-sm .page-link { @@ -4728,13 +4724,13 @@ tbody.collapse.show { } .pagination-sm .page-item:first-child .page-link { - border-bottom-left-radius: 0.2rem; border-top-left-radius: 0.2rem; + border-bottom-left-radius: 0.2rem; } .pagination-sm .page-item:last-child .page-link { - border-bottom-right-radius: 0.2rem; border-top-right-radius: 0.2rem; + border-bottom-right-radius: 0.2rem; } .badge { @@ -4865,9 +4861,9 @@ a.badge:focus, a.badge:hover { } .alert-success { + color: #3c763d; background-color: #dff0d8; border-color: #d0e9c6; - color: #3c763d; } .alert-success hr { @@ -4879,9 +4875,9 @@ a.badge:focus, a.badge:hover { } .alert-info { + color: #31708f; background-color: #d9edf7; border-color: #bcdff1; - color: #31708f; } .alert-info hr { @@ -4893,9 +4889,9 @@ a.badge:focus, a.badge:hover { } .alert-warning { + color: #8a6d3b; background-color: #fcf8e3; border-color: #faf2cc; - color: #8a6d3b; } .alert-warning hr { @@ -4907,9 +4903,9 @@ a.badge:focus, a.badge:hover { } .alert-danger { + color: #a94442; background-color: #f2dede; border-color: #ebcccc; - color: #a94442; } .alert-danger hr { @@ -4994,8 +4990,8 @@ a.badge:focus, a.badge:hover { .media-body { -webkit-box-flex: 1; - -webkit-flex: 1 1 0%; - -ms-flex: 1 1 0%; + -webkit-flex: 1; + -ms-flex: 1; flex: 1 1 0%; } @@ -5032,19 +5028,7 @@ a.badge:focus, a.badge:hover { .list-group-item { position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-flow: row wrap; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; + display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; @@ -5052,8 +5036,8 @@ a.badge:focus, a.badge:hover { } .list-group-item:first-child { - border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; } .list-group-item:last-child { @@ -5423,17 +5407,17 @@ button.close { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; - letter-spacing: normal; - line-break: auto; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; - white-space: normal; + letter-spacing: normal; word-break: normal; word-spacing: normal; + white-space: normal; + line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; @@ -5527,17 +5511,17 @@ button.close { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; - letter-spacing: normal; - line-break: auto; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; - white-space: normal; + letter-spacing: normal; word-break: normal; word-spacing: normal; + white-space: normal; + line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; @@ -5648,8 +5632,8 @@ button.close { font-size: 1rem; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; - border-top-right-radius: calc(0.3rem - 1px); border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); } .popover-title:empty { @@ -6004,13 +5988,13 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .rounded-top { - border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; } .rounded-right { - border-bottom-right-radius: 0.25rem; border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } .rounded-bottom { @@ -6019,8 +6003,8 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .rounded-left { - border-bottom-left-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } .rounded-circle { @@ -6033,8 +6017,8 @@ a.bg-inverse:focus, a.bg-inverse:hover { .clearfix::after { display: block; - content: ""; clear: both; + content: ""; } .d-none { @@ -6207,6 +6191,42 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } +.d-print-block { + display: none !important; +} + +@media print { + .d-print-block { + display: block !important; + } +} + +.d-print-inline { + display: none !important; +} + +@media print { + .d-print-inline { + display: inline !important; + } +} + +.d-print-inline-block { + display: none !important; +} + +@media print { + .d-print-inline-block { + display: inline-block !important; + } +} + +@media print { + .d-print-none { + display: none !important; + } +} + .order-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; @@ -7246,7 +7266,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { position: -webkit-sticky; position: sticky; top: 0; - z-index: 1030; + z-index: 1020; } .sr-only { @@ -7310,7 +7330,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .m-0 { - margin: 0 0 !important; + margin: 0 !important; } .mt-0 { @@ -7340,7 +7360,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .m-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } .mt-1 { @@ -7370,7 +7390,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .m-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } .mt-2 { @@ -7400,7 +7420,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .m-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } .mt-3 { @@ -7430,7 +7450,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .m-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } .mt-4 { @@ -7460,7 +7480,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .m-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } .mt-5 { @@ -7490,7 +7510,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .p-0 { - padding: 0 0 !important; + padding: 0 !important; } .pt-0 { @@ -7520,7 +7540,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .p-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } .pt-1 { @@ -7550,7 +7570,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .p-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } .pt-2 { @@ -7580,7 +7600,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .p-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } .pt-3 { @@ -7610,7 +7630,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .p-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } .pt-4 { @@ -7640,7 +7660,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { } .p-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } .pt-5 { @@ -7701,7 +7721,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { @media (min-width: 576px) { .m-sm-0 { - margin: 0 0 !important; + margin: 0 !important; } .mt-sm-0 { margin-top: 0 !important; @@ -7724,7 +7744,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0 !important; } .m-sm-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } .mt-sm-1 { margin-top: 0.25rem !important; @@ -7747,7 +7767,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.25rem !important; } .m-sm-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } .mt-sm-2 { margin-top: 0.5rem !important; @@ -7770,7 +7790,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.5rem !important; } .m-sm-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } .mt-sm-3 { margin-top: 1rem !important; @@ -7793,7 +7813,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1rem !important; } .m-sm-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } .mt-sm-4 { margin-top: 1.5rem !important; @@ -7816,7 +7836,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1.5rem !important; } .m-sm-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } .mt-sm-5 { margin-top: 3rem !important; @@ -7839,7 +7859,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 3rem !important; } .p-sm-0 { - padding: 0 0 !important; + padding: 0 !important; } .pt-sm-0 { padding-top: 0 !important; @@ -7862,7 +7882,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0 !important; } .p-sm-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } .pt-sm-1 { padding-top: 0.25rem !important; @@ -7885,7 +7905,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.25rem !important; } .p-sm-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } .pt-sm-2 { padding-top: 0.5rem !important; @@ -7908,7 +7928,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.5rem !important; } .p-sm-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } .pt-sm-3 { padding-top: 1rem !important; @@ -7931,7 +7951,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1rem !important; } .p-sm-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } .pt-sm-4 { padding-top: 1.5rem !important; @@ -7954,7 +7974,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1.5rem !important; } .p-sm-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } .pt-sm-5 { padding-top: 3rem !important; @@ -8003,7 +8023,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { @media (min-width: 768px) { .m-md-0 { - margin: 0 0 !important; + margin: 0 !important; } .mt-md-0 { margin-top: 0 !important; @@ -8026,7 +8046,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0 !important; } .m-md-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } .mt-md-1 { margin-top: 0.25rem !important; @@ -8049,7 +8069,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.25rem !important; } .m-md-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } .mt-md-2 { margin-top: 0.5rem !important; @@ -8072,7 +8092,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.5rem !important; } .m-md-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } .mt-md-3 { margin-top: 1rem !important; @@ -8095,7 +8115,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1rem !important; } .m-md-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } .mt-md-4 { margin-top: 1.5rem !important; @@ -8118,7 +8138,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1.5rem !important; } .m-md-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } .mt-md-5 { margin-top: 3rem !important; @@ -8141,7 +8161,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 3rem !important; } .p-md-0 { - padding: 0 0 !important; + padding: 0 !important; } .pt-md-0 { padding-top: 0 !important; @@ -8164,7 +8184,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0 !important; } .p-md-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } .pt-md-1 { padding-top: 0.25rem !important; @@ -8187,7 +8207,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.25rem !important; } .p-md-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } .pt-md-2 { padding-top: 0.5rem !important; @@ -8210,7 +8230,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.5rem !important; } .p-md-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } .pt-md-3 { padding-top: 1rem !important; @@ -8233,7 +8253,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1rem !important; } .p-md-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } .pt-md-4 { padding-top: 1.5rem !important; @@ -8256,7 +8276,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1.5rem !important; } .p-md-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } .pt-md-5 { padding-top: 3rem !important; @@ -8305,7 +8325,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { @media (min-width: 992px) { .m-lg-0 { - margin: 0 0 !important; + margin: 0 !important; } .mt-lg-0 { margin-top: 0 !important; @@ -8328,7 +8348,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0 !important; } .m-lg-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } .mt-lg-1 { margin-top: 0.25rem !important; @@ -8351,7 +8371,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.25rem !important; } .m-lg-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } .mt-lg-2 { margin-top: 0.5rem !important; @@ -8374,7 +8394,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.5rem !important; } .m-lg-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } .mt-lg-3 { margin-top: 1rem !important; @@ -8397,7 +8417,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1rem !important; } .m-lg-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } .mt-lg-4 { margin-top: 1.5rem !important; @@ -8420,7 +8440,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1.5rem !important; } .m-lg-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } .mt-lg-5 { margin-top: 3rem !important; @@ -8443,7 +8463,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 3rem !important; } .p-lg-0 { - padding: 0 0 !important; + padding: 0 !important; } .pt-lg-0 { padding-top: 0 !important; @@ -8466,7 +8486,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0 !important; } .p-lg-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } .pt-lg-1 { padding-top: 0.25rem !important; @@ -8489,7 +8509,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.25rem !important; } .p-lg-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } .pt-lg-2 { padding-top: 0.5rem !important; @@ -8512,7 +8532,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.5rem !important; } .p-lg-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } .pt-lg-3 { padding-top: 1rem !important; @@ -8535,7 +8555,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1rem !important; } .p-lg-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } .pt-lg-4 { padding-top: 1.5rem !important; @@ -8558,7 +8578,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1.5rem !important; } .p-lg-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } .pt-lg-5 { padding-top: 3rem !important; @@ -8607,7 +8627,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { @media (min-width: 1200px) { .m-xl-0 { - margin: 0 0 !important; + margin: 0 !important; } .mt-xl-0 { margin-top: 0 !important; @@ -8630,7 +8650,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0 !important; } .m-xl-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } .mt-xl-1 { margin-top: 0.25rem !important; @@ -8653,7 +8673,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.25rem !important; } .m-xl-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } .mt-xl-2 { margin-top: 0.5rem !important; @@ -8676,7 +8696,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 0.5rem !important; } .m-xl-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } .mt-xl-3 { margin-top: 1rem !important; @@ -8699,7 +8719,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1rem !important; } .m-xl-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } .mt-xl-4 { margin-top: 1.5rem !important; @@ -8722,7 +8742,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 1.5rem !important; } .m-xl-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } .mt-xl-5 { margin-top: 3rem !important; @@ -8745,7 +8765,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { margin-bottom: 3rem !important; } .p-xl-0 { - padding: 0 0 !important; + padding: 0 !important; } .pt-xl-0 { padding-top: 0 !important; @@ -8768,7 +8788,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0 !important; } .p-xl-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } .pt-xl-1 { padding-top: 0.25rem !important; @@ -8791,7 +8811,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.25rem !important; } .p-xl-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } .pt-xl-2 { padding-top: 0.5rem !important; @@ -8814,7 +8834,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 0.5rem !important; } .p-xl-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } .pt-xl-3 { padding-top: 1rem !important; @@ -8837,7 +8857,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1rem !important; } .p-xl-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } .pt-xl-4 { padding-top: 1.5rem !important; @@ -8860,7 +8880,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { padding-bottom: 1.5rem !important; } .p-xl-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } .pt-xl-5 { padding-top: 3rem !important; @@ -9073,99 +9093,11 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { border: 0; } -.invisible { - visibility: hidden !important; -} - -.hidden-xs-up { - display: none !important; -} - -@media (max-width: 575px) { - .hidden-xs-down { - display: none !important; - } -} - -@media (min-width: 576px) { - .hidden-sm-up { - display: none !important; - } +.visible { + visibility: visible !important; } -@media (max-width: 767px) { - .hidden-sm-down { - display: none !important; - } -} - -@media (min-width: 768px) { - .hidden-md-up { - display: none !important; - } -} - -@media (max-width: 991px) { - .hidden-md-down { - display: none !important; - } -} - -@media (min-width: 992px) { - .hidden-lg-up { - display: none !important; - } -} - -@media (max-width: 1199px) { - .hidden-lg-down { - display: none !important; - } -} - -@media (min-width: 1200px) { - .hidden-xl-up { - display: none !important; - } -} - -.hidden-xl-down { - display: none !important; -} - -.visible-print-block { - display: none !important; -} - -@media print { - .visible-print-block { - display: block !important; - } -} - -.visible-print-inline { - display: none !important; -} - -@media print { - .visible-print-inline { - display: inline !important; - } -} - -.visible-print-inline-block { - display: none !important; -} - -@media print { - .visible-print-inline-block { - display: inline-block !important; - } -} - -@media print { - .hidden-print { - display: none !important; - } +.invisible { + visibility: hidden !important; } /*# sourceMappingURL=bootstrap.css.map */ \ No newline at end of file -- cgit v1.2.3 From 6bc93c9593c2056995ee703abdffc475fb469a24 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 19 Mar 2017 18:42:20 -0700 Subject: grunt --- dist/css/bootstrap.css | 42 +++++++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 13 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1a21975a9..fa6d189ff 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2098,22 +2098,31 @@ pre code { .table-inverse th, .table-inverse td, .table-inverse thead th { - border-color: #fff; + border-color: #3b3e40; } .table-inverse.table-bordered { border: 0; } -.table-responsive { - display: block; - width: 100%; - overflow-x: auto; - -ms-overflow-style: -ms-autohiding-scrollbar; +.table-inverse.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(255, 255, 255, 0.05); } -.table-responsive.table-bordered { - border: 0; +.table-inverse.table-hover tbody tr:hover { + background-color: rgba(255, 255, 255, 0.075); +} + +@media (max-width: 991px) { + .table-responsive { + display: block; + width: 100%; + overflow-x: auto; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + .table-responsive.table-bordered { + border: 0; + } } .form-control { @@ -3772,10 +3781,13 @@ tbody.collapse.show { } .nav-justified .nav-item { + -webkit-flex-basis: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; -webkit-box-flex: 1; - -webkit-flex: 1 1 100%; - -ms-flex: 1 1 100%; - flex: 1 1 100%; + -webkit-flex-grow: 1; + -ms-flex-positive: 1; + flex-grow: 1; text-align: center; } @@ -7274,9 +7286,11 @@ a.bg-inverse:focus, a.bg-inverse:hover { width: 1px; height: 1px; padding: 0; - margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); + white-space: nowrap; + -webkit-clip-path: inset(50%); + clip-path: inset(50%); border: 0; } @@ -7284,9 +7298,11 @@ a.bg-inverse:focus, a.bg-inverse:hover { position: static; width: auto; height: auto; - margin: 0; overflow: visible; clip: auto; + white-space: normal; + -webkit-clip-path: none; + clip-path: none; } .w-25 { -- cgit v1.2.3 From 4ab06ca4534da28858c013e765a9ad34f508e4d7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Mar 2017 11:26:31 -0700 Subject: grunt --- dist/css/bootstrap.css | 208 ++++++++++++++++++++++++++----------------------- 1 file changed, 112 insertions(+), 96 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index fa6d189ff..33d58fe83 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3713,7 +3713,7 @@ tbody.collapse.show { .nav-link { display: block; - padding: 0.5em 1em; + padding: 0.5rem 1rem; } .nav-link:focus, .nav-link:hover { @@ -3805,16 +3805,35 @@ tbody.collapse.show { display: -webkit-flex; display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; padding: 0.5rem 1rem; } +.navbar > .container, +.navbar > .container-fluid { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; +} + @media (max-width: 575px) { - .navbar > .container { + .navbar > .container, + .navbar > .container-fluid { + width: 100%; margin-right: 0; margin-left: 0; } @@ -3825,8 +3844,8 @@ tbody.collapse.show { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; - padding-top: .25rem; - padding-bottom: .25rem; + padding-top: 0.3125rem; + padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; @@ -3859,8 +3878,14 @@ tbody.collapse.show { .navbar-text { display: inline-block; - padding-top: .425rem; - padding-bottom: .425rem; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +.navbar-collapse { + -webkit-flex-basis: 100%; + -ms-flex-preferred-size: 100%; + flex-basis: 100%; } .navbar-toggler { @@ -3890,29 +3915,20 @@ tbody.collapse.show { background-size: 100% 100%; } -.navbar-toggler-left { - position: absolute; - left: 1rem; -} - -.navbar-toggler-right { - position: absolute; - right: 1rem; -} - @media (max-width: 575px) { - .navbar-toggleable .navbar-nav .dropdown-menu { + .navbar-expand-sm .navbar-nav .dropdown-menu { position: static; float: none; } - .navbar-toggleable > .container { + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 576px) { - .navbar-toggleable { + .navbar-expand-sm { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -3925,23 +3941,24 @@ tbody.collapse.show { -webkit-align-items: center; -ms-flex-align: center; align-items: center; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; } - .navbar-toggleable .navbar-nav { + .navbar-expand-sm .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } - .navbar-toggleable .navbar-nav .nav-link { + .navbar-expand-sm .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } - .navbar-toggleable > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -3950,31 +3967,31 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } - .navbar-toggleable .navbar-collapse { + .navbar-expand-sm .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; - width: 100%; } - .navbar-toggleable .navbar-toggler { + .navbar-expand-sm .navbar-toggler { display: none; } } @media (max-width: 767px) { - .navbar-toggleable-sm .navbar-nav .dropdown-menu { + .navbar-expand-md .navbar-nav .dropdown-menu { position: static; float: none; } - .navbar-toggleable-sm > .container { + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 768px) { - .navbar-toggleable-sm { + .navbar-expand-md { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -3987,23 +4004,24 @@ tbody.collapse.show { -webkit-align-items: center; -ms-flex-align: center; align-items: center; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; } - .navbar-toggleable-sm .navbar-nav { + .navbar-expand-md .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } - .navbar-toggleable-sm .navbar-nav .nav-link { + .navbar-expand-md .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } - .navbar-toggleable-sm > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4012,31 +4030,31 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } - .navbar-toggleable-sm .navbar-collapse { + .navbar-expand-md .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; - width: 100%; } - .navbar-toggleable-sm .navbar-toggler { + .navbar-expand-md .navbar-toggler { display: none; } } @media (max-width: 991px) { - .navbar-toggleable-md .navbar-nav .dropdown-menu { + .navbar-expand-lg .navbar-nav .dropdown-menu { position: static; float: none; } - .navbar-toggleable-md > .container { + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 992px) { - .navbar-toggleable-md { + .navbar-expand-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -4049,23 +4067,24 @@ tbody.collapse.show { -webkit-align-items: center; -ms-flex-align: center; align-items: center; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; } - .navbar-toggleable-md .navbar-nav { + .navbar-expand-lg .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } - .navbar-toggleable-md .navbar-nav .nav-link { + .navbar-expand-lg .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } - .navbar-toggleable-md > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4074,31 +4093,31 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } - .navbar-toggleable-md .navbar-collapse { + .navbar-expand-lg .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; - width: 100%; } - .navbar-toggleable-md .navbar-toggler { + .navbar-expand-lg .navbar-toggler { display: none; } } @media (max-width: 1199px) { - .navbar-toggleable-lg .navbar-nav .dropdown-menu { + .navbar-expand-xl .navbar-nav .dropdown-menu { position: static; float: none; } - .navbar-toggleable-lg > .container { + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 1200px) { - .navbar-toggleable-lg { + .navbar-expand-xl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -4111,23 +4130,24 @@ tbody.collapse.show { -webkit-align-items: center; -ms-flex-align: center; align-items: center; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; } - .navbar-toggleable-lg .navbar-nav { + .navbar-expand-xl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } - .navbar-toggleable-lg .navbar-nav .nav-link { + .navbar-expand-xl .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } - .navbar-toggleable-lg > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4136,19 +4156,18 @@ tbody.collapse.show { -ms-flex-align: center; align-items: center; } - .navbar-toggleable-lg .navbar-collapse { + .navbar-expand-xl .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; - width: 100%; } - .navbar-toggleable-lg .navbar-toggler { + .navbar-expand-xl .navbar-toggler { display: none; } } -.navbar-toggleable-xl { +.navbar-expand { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -4161,19 +4180,24 @@ tbody.collapse.show { -webkit-align-items: center; -ms-flex-align: center; align-items: center; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; } -.navbar-toggleable-xl .navbar-nav .dropdown-menu { +.navbar-expand .navbar-nav .dropdown-menu { position: static; float: none; } -.navbar-toggleable-xl > .container { +.navbar-expand > .container, +.navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; } -.navbar-toggleable-xl .navbar-nav { +.navbar-expand .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -4181,16 +4205,13 @@ tbody.collapse.show { flex-direction: row; } -.navbar-toggleable-xl .navbar-nav .nav-link { +.navbar-expand .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } -.navbar-toggleable-xl > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; +.navbar-expand > .container, +.navbar-expand > .container-fluid { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -4200,26 +4221,22 @@ tbody.collapse.show { align-items: center; } -.navbar-toggleable-xl .navbar-collapse { +.navbar-expand .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; - width: 100%; } -.navbar-toggleable-xl .navbar-toggler { +.navbar-expand .navbar-toggler { display: none; } -.navbar-light .navbar-brand, -.navbar-light .navbar-toggler { +.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } -.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, -.navbar-light .navbar-toggler:focus, -.navbar-light .navbar-toggler:hover { +.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { color: rgba(0, 0, 0, 0.9); } @@ -4243,6 +4260,7 @@ tbody.collapse.show { } .navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); } @@ -4254,14 +4272,11 @@ tbody.collapse.show { color: rgba(0, 0, 0, 0.5); } -.navbar-inverse .navbar-brand, -.navbar-inverse .navbar-toggler { +.navbar-inverse .navbar-brand { color: white; } -.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, -.navbar-inverse .navbar-toggler:focus, -.navbar-inverse .navbar-toggler:hover { +.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover { color: white; } @@ -4285,6 +4300,7 @@ tbody.collapse.show { } .navbar-inverse .navbar-toggler { + color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); } -- cgit v1.2.3 From 319c278cfe87acbd6baaf6b2ae7b5e6ae32d757c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Mar 2017 14:52:41 -0700 Subject: grunt --- dist/css/bootstrap.css | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 33d58fe83..73915cdf1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -630,7 +630,6 @@ pre code { } .container { - position: relative; margin-right: auto; margin-left: auto; padding-right: 15px; @@ -694,7 +693,6 @@ pre code { } .container-fluid { - position: relative; margin-right: auto; margin-left: auto; padding-right: 15px; @@ -780,7 +778,12 @@ pre code { padding-left: 0; } -.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { +.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, +.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, +.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, +.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, +.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, +.col-xl-auto { position: relative; width: 100%; min-height: 1px; @@ -789,28 +792,48 @@ pre code { } @media (min-width: 576px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { + .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, + .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, + .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, + .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, + .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, + .col-xl-auto { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { + .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, + .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, + .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, + .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, + .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, + .col-xl-auto { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { + .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, + .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, + .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, + .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, + .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, + .col-xl-auto { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { + .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, + .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, + .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, + .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, + .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, + .col-xl-auto { padding-right: 15px; padding-left: 15px; } -- cgit v1.2.3 From 6331b9962b39f6a4ccacef397089a9d92fadb43f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Mar 2017 15:26:07 -0700 Subject: grunt --- dist/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 73915cdf1..7a816b10e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3093,10 +3093,10 @@ tbody.collapse.show { } .dropdown-divider { - height: 1px; + height: 0; margin: 0.5rem 0; overflow: hidden; - background-color: #eceeef; + border-top: 1px solid #eceeef; } .dropdown-item { -- cgit v1.2.3 From 7742ba6dc9ed7c630b9786667df0a90eb9ae3948 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Mar 2017 22:56:14 -0700 Subject: grunt --- dist/css/bootstrap.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 7a816b10e..5691aff91 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4537,10 +4537,6 @@ tbody.collapse.show { border-left: 0; } -.card-img { - border-radius: calc(0.25rem - 1px); -} - .card-img-overlay { position: absolute; top: 0; @@ -4550,12 +4546,19 @@ tbody.collapse.show { padding: 1.25rem; } +.card-img { + width: 100%; + border-radius: calc(0.25rem - 1px); +} + .card-img-top { + width: 100%; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card-img-bottom { + width: 100%; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } @@ -4571,6 +4574,8 @@ tbody.collapse.show { -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; + margin-right: -15px; + margin-left: -15px; } .card-deck .card { display: -webkit-box; @@ -4586,12 +4591,8 @@ tbody.collapse.show { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; - } - .card-deck .card:not(:first-child) { - margin-left: 15px; - } - .card-deck .card:not(:last-child) { margin-right: 15px; + margin-left: 15px; } } -- cgit v1.2.3 From cf7d3e11e0ca33d01246706899b77a1f4fc14733 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 28 Mar 2017 09:31:32 -0700 Subject: grunt --- dist/css/bootstrap.css | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5691aff91..d9c1cf4c9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2151,7 +2151,7 @@ pre code { .form-control { display: block; width: 100%; - padding: 0.5rem 0.75rem; + padding: 0.5rem 1rem; font-size: 1rem; line-height: 1.25; color: #464a4c; @@ -2230,8 +2230,8 @@ select.form-control:focus::-ms-value { } .col-form-label-lg { - padding-top: calc(0.75rem - 1px * 2); - padding-bottom: calc(0.75rem - 1px * 2); + padding-top: calc(0.5rem - 1px * 2); + padding-bottom: calc(0.5rem - 1px * 2); font-size: 1.25rem; } @@ -2271,27 +2271,29 @@ select.form-control:focus::-ms-value { .input-group-sm > .input-group-btn > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; + line-height: 1.5; border-radius: 0.2rem; } select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) { - height: 1.8125rem; + height: calc(1.8125rem + 2px); } .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { - padding: 0.75rem 1.5rem; + padding: 0.5rem 1rem; font-size: 1.25rem; + line-height: 1.5; border-radius: 0.3rem; } select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) { - height: 3.166667rem; + height: calc(2.875rem + 2px); } .form-group { @@ -2348,7 +2350,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .form-control-success, .form-control-warning, .form-control-danger { - padding-right: 2.25rem; + padding-right: 3rem; background-repeat: no-repeat; background-position: center right 0.5625rem; -webkit-background-size: 1.125rem 1.125rem; @@ -2553,7 +2555,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .btn { display: inline-block; font-weight: normal; - line-height: 1.25; text-align: center; white-space: nowrap; vertical-align: middle; @@ -2564,6 +2565,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for border: 1px solid transparent; padding: 0.5rem 1rem; font-size: 1rem; + line-height: 1.25; border-radius: 0.25rem; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -2987,14 +2989,16 @@ fieldset[disabled] a.btn { } .btn-lg, .btn-group-lg > .btn { - padding: 0.75rem 1.5rem; + padding: 0.5rem 1rem; font-size: 1.25rem; + line-height: 1.5; border-radius: 0.3rem; } .btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; + line-height: 1.5; border-radius: 0.2rem; } @@ -3291,8 +3295,8 @@ tbody.collapse.show { } .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 1.125rem; - padding-left: 1.125rem; + padding-right: 0.75rem; + padding-left: 0.75rem; } .btn-group-vertical { @@ -3416,7 +3420,7 @@ tbody.collapse.show { } .input-group-addon { - padding: 0.5rem 0.75rem; + padding: 0.5rem 1rem; margin-bottom: 0; font-size: 1rem; font-weight: normal; @@ -3439,7 +3443,7 @@ tbody.collapse.show { .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { - padding: 0.75rem 1.5rem; + padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } -- cgit v1.2.3 From 49b6cf845d3d3bf49197a529548489f9a1a76709 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 1 Apr 2017 19:18:29 -0700 Subject: grunt --- 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 d9c1cf4c9..a579723ea 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5686,6 +5686,7 @@ button.close { padding: 8px 14px; margin-bottom: 0; font-size: 1rem; + color: inherit; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); @@ -5698,6 +5699,7 @@ button.close { .popover-content { padding: 9px 14px; + color: #292b2c; } .popover::before, -- cgit v1.2.3 From 364e01885fadeb341e1000d6f50291e5a5ada199 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Apr 2017 13:22:53 -0700 Subject: grunt --- dist/css/bootstrap.css | 446 +++++++++++-------------------------------------- 1 file changed, 95 insertions(+), 351 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index a579723ea..1a65a7921 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -95,7 +95,7 @@ html { body { margin: 0; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: normal; line-height: 1.5; @@ -693,6 +693,7 @@ pre code { } .container-fluid { + width: 100%; margin-right: auto; margin-left: auto; padding-right: 15px; @@ -859,99 +860,51 @@ pre code { } .col-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; + width: 8.333333%; } .col-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; + width: 16.666667%; } .col-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + width: 25%; } .col-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; + width: 33.333333%; } .col-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; + width: 41.666667%; } .col-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + width: 50%; } .col-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; + width: 58.333333%; } .col-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; + width: 66.666667%; } .col-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; + width: 75%; } .col-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; + width: 83.333333%; } .col-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; + width: 91.666667%; } .col-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + width: 100%; } .pull-0 { @@ -1121,88 +1074,40 @@ pre code { width: auto; } .col-sm-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; + width: 8.333333%; } .col-sm-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; + width: 16.666667%; } .col-sm-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + width: 25%; } .col-sm-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; + width: 33.333333%; } .col-sm-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; + width: 41.666667%; } .col-sm-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + width: 50%; } .col-sm-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; + width: 58.333333%; } .col-sm-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; + width: 66.666667%; } .col-sm-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; + width: 75%; } .col-sm-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; + width: 83.333333%; } .col-sm-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; + width: 91.666667%; } .col-sm-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + width: 100%; } .pull-sm-0 { right: auto; @@ -1339,88 +1244,40 @@ pre code { width: auto; } .col-md-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; + width: 8.333333%; } .col-md-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; + width: 16.666667%; } .col-md-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + width: 25%; } .col-md-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; + width: 33.333333%; } .col-md-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; + width: 41.666667%; } .col-md-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + width: 50%; } .col-md-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; + width: 58.333333%; } .col-md-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; + width: 66.666667%; } .col-md-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; + width: 75%; } .col-md-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; + width: 83.333333%; } .col-md-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; + width: 91.666667%; } .col-md-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + width: 100%; } .pull-md-0 { right: auto; @@ -1557,88 +1414,40 @@ pre code { width: auto; } .col-lg-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; + width: 8.333333%; } .col-lg-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; + width: 16.666667%; } .col-lg-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + width: 25%; } .col-lg-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; + width: 33.333333%; } .col-lg-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; + width: 41.666667%; } .col-lg-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + width: 50%; } .col-lg-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; + width: 58.333333%; } .col-lg-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; + width: 66.666667%; } .col-lg-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; + width: 75%; } .col-lg-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; + width: 83.333333%; } .col-lg-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; + width: 91.666667%; } .col-lg-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + width: 100%; } .pull-lg-0 { right: auto; @@ -1775,88 +1584,40 @@ pre code { width: auto; } .col-xl-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; + width: 8.333333%; } .col-xl-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; + width: 16.666667%; } .col-xl-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + width: 25%; } .col-xl-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; + width: 33.333333%; } .col-xl-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; + width: 41.666667%; } .col-xl-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + width: 50%; } .col-xl-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; + width: 58.333333%; } .col-xl-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; + width: 66.666667%; } .col-xl-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; + width: 75%; } .col-xl-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; + width: 83.333333%; } .col-xl-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; + width: 91.666667%; } .col-xl-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + width: 100%; } .pull-xl-0 { right: auto; @@ -3756,10 +3517,15 @@ tbody.collapse.show { border-bottom: 1px solid #ddd; } -.nav-tabs .nav-item { +.nav-tabs .nav-item, +.nav-tabs .nav-link { margin-bottom: -1px; } +.nav-tabs .nav-item .nav-link { + margin-bottom: 0; +} + .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; @@ -3794,7 +3560,7 @@ tbody.collapse.show { } .nav-pills .nav-link.active, -.nav-pills .nav-item.show .nav-link { +.show .nav-pills .nav-link { color: #fff; background-color: #0275d8; } @@ -3835,6 +3601,10 @@ tbody.collapse.show { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -3851,6 +3621,10 @@ tbody.collapse.show { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -3868,9 +3642,6 @@ tbody.collapse.show { .navbar-brand { display: inline-block; - -webkit-align-self: flex-start; - -ms-flex-item-align: start; - align-self: flex-start; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; @@ -3916,9 +3687,6 @@ tbody.collapse.show { } .navbar-toggler { - -webkit-align-self: flex-start; - -ms-flex-item-align: start; - align-self: flex-start; padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; @@ -3964,10 +3732,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -3980,6 +3744,9 @@ tbody.collapse.show { -ms-flex-direction: row; flex-direction: row; } + .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; + } .navbar-expand-sm .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; @@ -3989,10 +3756,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; } .navbar-expand-sm .navbar-collapse { display: -webkit-box !important; @@ -4027,10 +3790,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -4043,6 +3802,9 @@ tbody.collapse.show { -ms-flex-direction: row; flex-direction: row; } + .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; + } .navbar-expand-md .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; @@ -4052,10 +3814,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; } .navbar-expand-md .navbar-collapse { display: -webkit-box !important; @@ -4090,10 +3848,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -4106,6 +3860,9 @@ tbody.collapse.show { -ms-flex-direction: row; flex-direction: row; } + .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; + } .navbar-expand-lg .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; @@ -4115,10 +3872,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; } .navbar-expand-lg .navbar-collapse { display: -webkit-box !important; @@ -4153,10 +3906,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -4169,6 +3918,9 @@ tbody.collapse.show { -ms-flex-direction: row; flex-direction: row; } + .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; + } .navbar-expand-xl .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; @@ -4178,10 +3930,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; } .navbar-expand-xl .navbar-collapse { display: -webkit-box !important; @@ -4203,10 +3951,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -4232,6 +3976,10 @@ tbody.collapse.show { flex-direction: row; } +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} + .navbar-expand .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; @@ -4242,10 +3990,6 @@ tbody.collapse.show { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; } .navbar-expand .navbar-collapse { @@ -5460,7 +5204,7 @@ button.close { position: absolute; z-index: 1070; display: block; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; line-height: 1.5; @@ -5564,7 +5308,7 @@ button.close { display: block; max-width: 276px; padding: 1px; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; line-height: 1.5; -- cgit v1.2.3 From 0719ab18887c5b7415b9042b3ac60008de593f9f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Apr 2017 22:05:50 -0700 Subject: grunt --- dist/css/bootstrap.css | 161 ++++++++++++++++++++++++------------------------- 1 file changed, 80 insertions(+), 81 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1a65a7921..2c4e30b07 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2831,6 +2831,10 @@ tbody.collapse.show { border-left: 0.3em solid transparent; } +.dropdown-toggle:empty::after { + margin-left: 0; +} + .dropup .dropdown-toggle::after { border-top: 0; border-bottom: 0.3em solid; @@ -2867,7 +2871,7 @@ tbody.collapse.show { .dropdown-item { display: block; width: 100%; - padding: 3px 1.5rem; + padding: 0.25rem 1.5rem; clear: both; font-weight: normal; color: #292b2c; @@ -3036,11 +3040,6 @@ tbody.collapse.show { border-bottom-left-radius: 0; } -.btn-group .dropdown-toggle:active, -.btn-group.open .dropdown-toggle { - outline: 0; -} - .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; @@ -3517,15 +3516,10 @@ tbody.collapse.show { border-bottom: 1px solid #ddd; } -.nav-tabs .nav-item, -.nav-tabs .nav-link { +.nav-tabs .nav-item { margin-bottom: -1px; } -.nav-tabs .nav-item .nav-link { - margin-bottom: 0; -} - .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; @@ -4023,9 +4017,9 @@ tbody.collapse.show { color: rgba(0, 0, 0, 0.3); } -.navbar-light .navbar-nav .open > .nav-link, +.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, -.navbar-light .navbar-nav .nav-link.open, +.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } @@ -4063,9 +4057,9 @@ tbody.collapse.show { color: rgba(255, 255, 255, 0.25); } -.navbar-inverse .navbar-nav .open > .nav-link, +.navbar-inverse .navbar-nav .show > .nav-link, .navbar-inverse .navbar-nav .active > .nav-link, -.navbar-inverse .navbar-nav .nav-link.open, +.navbar-inverse .navbar-nav .nav-link.show, .navbar-inverse .navbar-nav .nav-link.active { color: white; } @@ -4226,31 +4220,67 @@ tbody.collapse.show { border-color: #0275d8; } +.card-outline-primary .card-header, +.card-outline-primary .card-footer { + background-color: transparent; + border-color: #0275d8; +} + .card-outline-secondary { background-color: transparent; border-color: #ccc; } +.card-outline-secondary .card-header, +.card-outline-secondary .card-footer { + background-color: transparent; + border-color: #ccc; +} + .card-outline-info { background-color: transparent; border-color: #5bc0de; } +.card-outline-info .card-header, +.card-outline-info .card-footer { + background-color: transparent; + border-color: #5bc0de; +} + .card-outline-success { background-color: transparent; border-color: #5cb85c; } +.card-outline-success .card-header, +.card-outline-success .card-footer { + background-color: transparent; + border-color: #5cb85c; +} + .card-outline-warning { background-color: transparent; border-color: #f0ad4e; } +.card-outline-warning .card-header, +.card-outline-warning .card-footer { + background-color: transparent; + border-color: #f0ad4e; +} + .card-outline-danger { background-color: transparent; border-color: #d9534f; } +.card-outline-danger .card-header, +.card-outline-danger .card-footer { + background-color: transparent; + border-color: #d9534f; +} + .card-inverse { color: rgba(255, 255, 255, 0.65); } @@ -4395,6 +4425,10 @@ tbody.collapse.show { } } +.card-columns .card { + margin-bottom: 0.75rem; +} + @media (min-width: 576px) { .card-columns { -webkit-column-count: 3; @@ -4407,7 +4441,6 @@ tbody.collapse.show { .card-columns .card { display: inline-block; width: 100%; - margin-bottom: 0.75rem; } } @@ -4627,10 +4660,6 @@ a.badge:focus, a.badge:hover { } } -.jumbotron-hr { - border-top-color: #d0d5d8; -} - .jumbotron-fluid { padding-right: 0; padding-left: 0; @@ -4761,6 +4790,9 @@ a.badge:focus, a.badge:hover { line-height: 1rem; color: #fff; background-color: #0275d8; + -webkit-transition: width 0.6s ease; + -o-transition: width 0.6s ease; + transition: width 0.6s ease; } .progress-bar-striped { @@ -5479,35 +5511,20 @@ button.close { .carousel-item { position: relative; display: none; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; width: 100%; -} - -@media (-webkit-transform-3d) { - .carousel-item { - -webkit-transition: -webkit-transform 0.6s ease-in-out; - transition: -webkit-transform 0.6s ease-in-out; - -o-transition: -o-transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-perspective: 1000px; - perspective: 1000px; - } -} - -@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) { - .carousel-item { - -webkit-transition: -webkit-transform 0.6s ease-in-out; - transition: -webkit-transform 0.6s ease-in-out; - -o-transition: -o-transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-perspective: 1000px; - perspective: 1000px; - } + -webkit-transition: -webkit-transform 0.6s ease; + transition: -webkit-transform 0.6s ease; + -o-transition: -o-transform 0.6s ease; + transition: transform 0.6s ease; + transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-perspective: 1000px; + perspective: 1000px; } .carousel-item.active, @@ -5525,40 +5542,22 @@ button.close { top: 0; } -@media (-webkit-transform-3d) { - .carousel-item-next.carousel-item-left, - .carousel-item-prev.carousel-item-right { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - .carousel-item-next, - .active.carousel-item-right { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - .carousel-item-prev, - .active.carousel-item-left { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } +.carousel-item-next.carousel-item-left, +.carousel-item-prev.carousel-item-right { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } -@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) { - .carousel-item-next.carousel-item-left, - .carousel-item-prev.carousel-item-right { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - .carousel-item-next, - .active.carousel-item-right { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - .carousel-item-prev, - .active.carousel-item-left { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } +.carousel-item-next, +.active.carousel-item-right { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); +} + +.carousel-item-prev, +.active.carousel-item-left { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); } .carousel-control-prev, -- cgit v1.2.3 From bc0cf36dc85cc974d92d3a7c64987aa6bc37ea25 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Apr 2017 13:54:07 -0700 Subject: grunt --- dist/css/bootstrap.css | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2c4e30b07..391d2ed53 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -329,11 +329,6 @@ input[type="checkbox"] { padding: 0; } -input[type="radio"]:disabled, -input[type="checkbox"]:disabled { - cursor: not-allowed; -} - input[type="date"], input[type="time"], input[type="datetime-local"], @@ -1966,10 +1961,6 @@ pre code { opacity: 1; } -.form-control:disabled { - cursor: not-allowed; -} - select.form-control:not([size]):not([multiple]) { height: calc(2.25rem + 2px); } @@ -2074,7 +2065,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .form-check.disabled .form-check-label { color: #636c72; - cursor: not-allowed; } .form-check-label { @@ -2344,7 +2334,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for } .btn.disabled, .btn:disabled { - cursor: not-allowed; opacity: .65; } @@ -2895,7 +2884,6 @@ tbody.collapse.show { .dropdown-item.disabled, .dropdown-item:disabled { color: #636c72; - cursor: not-allowed; background-color: transparent; } @@ -2926,15 +2914,6 @@ tbody.collapse.show { white-space: nowrap; } -.dropdown-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 990; -} - .dropup .dropdown-menu { top: auto; bottom: 100%; @@ -3312,13 +3291,11 @@ tbody.collapse.show { } .custom-control-input:disabled ~ .custom-control-indicator { - cursor: not-allowed; background-color: #eceeef; } .custom-control-input:disabled ~ .custom-control-description { color: #636c72; - cursor: not-allowed; } .custom-control-indicator { @@ -3411,7 +3388,6 @@ tbody.collapse.show { .custom-select:disabled { color: #636c72; - cursor: not-allowed; background-color: #eceeef; } @@ -3509,7 +3485,6 @@ tbody.collapse.show { .nav-link.disabled { color: #636c72; - cursor: not-allowed; } .nav-tabs { @@ -4513,7 +4488,6 @@ tbody.collapse.show { .page-item.disabled .page-link { color: #636c72; pointer-events: none; - cursor: not-allowed; background-color: #fff; border-color: #ddd; } @@ -4884,7 +4858,6 @@ a.badge:focus, a.badge:hover { .list-group-item.disabled, .list-group-item:disabled { color: #636c72; - cursor: not-allowed; background-color: #fff; } @@ -5423,7 +5396,7 @@ button.close { .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after { top: -10px; margin-left: -10px; - border-bottom-color: #f7f7f7; + border-bottom-color: #fff; } .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before { -- cgit v1.2.3 From ba312c20a5ceca42117dd53303bafda485d8facd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 21 Apr 2017 23:58:09 -0700 Subject: build --- 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 391d2ed53..1f46adfb9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4078,6 +4078,7 @@ tbody.collapse.show { .card-title { margin-bottom: 0.75rem; + word-break: break-all; } .card-subtitle { -- cgit v1.2.3 From 3719ed4cb69fd8c75869158b086b4fc077e63e14 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Tue, 16 May 2017 09:59:44 +0200 Subject: build --- dist/css/bootstrap.css | 141 ++++++++++++++++++++++++------------------------- 1 file changed, 70 insertions(+), 71 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1f46adfb9..44e7e9d7e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -93,6 +93,10 @@ html { width: device-width; } +article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { + display: block; +} + body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; @@ -2887,24 +2891,24 @@ tbody.collapse.show { background-color: transparent; } -.show > .dropdown-menu { - display: block; -} - .show > a { outline: 0; } .dropdown-menu-right { right: 0; - left: auto; + left: auto !important; } .dropdown-menu-left { - right: auto; + right: auto !important; left: 0; } +.dropdown-menu.show { + display: block; +} + .dropdown-header { display: block; padding: 0.5rem 1.5rem; @@ -2914,12 +2918,6 @@ tbody.collapse.show { white-space: nowrap; } -.dropup .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 0.125rem; -} - .btn-group, .btn-group-vertical { position: relative; @@ -5210,6 +5208,7 @@ button.close { position: absolute; z-index: 1070; display: block; + margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-style: normal; font-weight: normal; @@ -5233,12 +5232,11 @@ button.close { opacity: 0.9; } -.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom { +.tooltip.bs-tooltip-top { padding: 5px 0; - margin-top: -3px; } -.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before { +.tooltip.bs-tooltip-top .arrow::before { bottom: 0; left: 50%; margin-left: -5px; @@ -5247,12 +5245,11 @@ button.close { border-top-color: #000; } -.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left { +.tooltip.bs-tooltip-right { padding: 0 5px; - margin-left: 3px; } -.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before { +.tooltip.bs-tooltip-right .arrow::before { top: 50%; left: 0; margin-top: -5px; @@ -5261,12 +5258,11 @@ button.close { border-right-color: #000; } -.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top { +.tooltip.bs-tooltip-bottom { padding: 5px 0; - margin-top: 3px; } -.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before { +.tooltip.bs-tooltip-bottom .arrow::before { top: 0; left: 50%; margin-left: -5px; @@ -5275,12 +5271,11 @@ button.close { border-bottom-color: #000; } -.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right { +.tooltip.bs-tooltip-left { padding: 0 5px; - margin-left: -3px; } -.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before { +.tooltip.bs-tooltip-left .arrow::before { top: 50%; right: 0; margin-top: -5px; @@ -5289,6 +5284,14 @@ button.close { border-left-color: #000; } +.tooltip .arrow::before { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} + .tooltip-inner { max-width: 200px; padding: 3px 8px; @@ -5298,14 +5301,6 @@ button.close { border-radius: 0.25rem; } -.tooltip-inner::before { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} - .popover { position: absolute; top: 0; @@ -5337,70 +5332,93 @@ button.close { border-radius: 0.3rem; } -.popover.popover-top, .popover.bs-tether-element-attached-bottom { - margin-top: -10px; +.popover .arrow::before, +.popover .arrow::after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} + +.popover .arrow::before { + content: ""; + border-width: 11px; } -.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after { +.popover .arrow::after { + content: ""; + border-width: 10px; +} + +.popover.bs-popover-top { + margin-bottom: 10px; +} + +.popover.bs-popover-top .arrow::before, +.popover.bs-popover-top .arrow::after { left: 50%; border-bottom-width: 0; } -.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before { +.popover.bs-popover-top .arrow::before { bottom: -11px; margin-left: -11px; border-top-color: rgba(0, 0, 0, 0.25); } -.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after { +.popover.bs-popover-top .arrow::after { bottom: -10px; margin-left: -10px; border-top-color: #fff; } -.popover.popover-right, .popover.bs-tether-element-attached-left { +.popover.bs-popover-right { margin-left: 10px; } -.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after { +.popover.bs-popover-right .arrow::before, +.popover.bs-popover-right .arrow::after { top: 50%; border-left-width: 0; } -.popover.popover-right::before, .popover.bs-tether-element-attached-left::before { +.popover.bs-popover-right .arrow::before { left: -11px; margin-top: -11px; border-right-color: rgba(0, 0, 0, 0.25); } -.popover.popover-right::after, .popover.bs-tether-element-attached-left::after { +.popover.bs-popover-right .arrow::after { left: -10px; margin-top: -10px; border-right-color: #fff; } -.popover.popover-bottom, .popover.bs-tether-element-attached-top { +.popover.bs-popover-bottom { margin-top: 10px; } -.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after { +.popover.bs-popover-bottom .arrow::before, +.popover.bs-popover-bottom .arrow::after { left: 50%; border-top-width: 0; } -.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before { +.popover.bs-popover-bottom .arrow::before { top: -11px; margin-left: -11px; border-bottom-color: rgba(0, 0, 0, 0.25); } -.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after { +.popover.bs-popover-bottom .arrow::after { top: -10px; margin-left: -10px; border-bottom-color: #fff; } -.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before { +.popover.bs-popover-bottom .popover-title::before { position: absolute; top: 0; left: 50%; @@ -5411,22 +5429,23 @@ button.close { border-bottom: 1px solid #f7f7f7; } -.popover.popover-left, .popover.bs-tether-element-attached-right { - margin-left: -10px; +.popover.bs-popover-left { + margin-right: 10px; } -.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after { +.popover.bs-popover-left .arrow::before, +.popover.bs-popover-left .arrow::after { top: 50%; border-right-width: 0; } -.popover.popover-left::before, .popover.bs-tether-element-attached-right::before { +.popover.bs-popover-left .arrow::before { right: -11px; margin-top: -11px; border-left-color: rgba(0, 0, 0, 0.25); } -.popover.popover-left::after, .popover.bs-tether-element-attached-right::after { +.popover.bs-popover-left .arrow::after { right: -10px; margin-top: -10px; border-left-color: #fff; @@ -5452,26 +5471,6 @@ button.close { color: #292b2c; } -.popover::before, -.popover::after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} - -.popover::before { - content: ""; - border-width: 11px; -} - -.popover::after { - content: ""; - border-width: 10px; -} - .carousel { position: relative; } -- cgit v1.2.3 From 24668e4a6e362ba8277760bebb5d861433c51deb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 25 May 2017 21:16:23 -0700 Subject: build --- dist/css/bootstrap.css | 190 ++++++++++++++++++++++++++----------------------- 1 file changed, 100 insertions(+), 90 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 44e7e9d7e..57d6fc068 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2895,16 +2895,6 @@ tbody.collapse.show { outline: 0; } -.dropdown-menu-right { - right: 0; - left: auto !important; -} - -.dropdown-menu-left { - right: auto !important; - left: 0; -} - .dropdown-menu.show { display: block; } @@ -3641,6 +3631,14 @@ tbody.collapse.show { padding-left: 0; } +.navbar-nav .dropdown-menu { + position: static !important; + float: none; + -webkit-transform: unset !important; + -o-transform: unset !important; + transform: unset !important; +} + .navbar-text { display: inline-block; padding-top: 0.5rem; @@ -3678,10 +3676,6 @@ tbody.collapse.show { } @media (max-width: 575px) { - .navbar-expand-sm .navbar-nav .dropdown-menu { - position: static; - float: none; - } .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { padding-right: 0; @@ -3712,7 +3706,8 @@ tbody.collapse.show { flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { - position: absolute; + position: absolute !important; + top: 100% !important; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: .5rem; @@ -3736,10 +3731,6 @@ tbody.collapse.show { } @media (max-width: 767px) { - .navbar-expand-md .navbar-nav .dropdown-menu { - position: static; - float: none; - } .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { padding-right: 0; @@ -3770,7 +3761,8 @@ tbody.collapse.show { flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute; + position: absolute !important; + top: 100% !important; } .navbar-expand-md .navbar-nav .nav-link { padding-right: .5rem; @@ -3794,10 +3786,6 @@ tbody.collapse.show { } @media (max-width: 991px) { - .navbar-expand-lg .navbar-nav .dropdown-menu { - position: static; - float: none; - } .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { padding-right: 0; @@ -3828,7 +3816,8 @@ tbody.collapse.show { flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { - position: absolute; + position: absolute !important; + top: 100% !important; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: .5rem; @@ -3852,10 +3841,6 @@ tbody.collapse.show { } @media (max-width: 1199px) { - .navbar-expand-xl .navbar-nav .dropdown-menu { - position: static; - float: none; - } .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { padding-right: 0; @@ -3886,7 +3871,8 @@ tbody.collapse.show { flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { - position: absolute; + position: absolute !important; + top: 100% !important; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: .5rem; @@ -3924,11 +3910,6 @@ tbody.collapse.show { justify-content: flex-start; } -.navbar-expand .navbar-nav .dropdown-menu { - position: static; - float: none; -} - .navbar-expand > .container, .navbar-expand > .container-fluid { padding-right: 0; @@ -3944,7 +3925,8 @@ tbody.collapse.show { } .navbar-expand .navbar-nav .dropdown-menu { - position: absolute; + position: absolute !important; + top: 100% !important; } .navbar-expand .navbar-nav .nav-link { @@ -5232,53 +5214,69 @@ button.close { opacity: 0.9; } -.tooltip.bs-tooltip-top { +.tooltip .arrow { + position: absolute; + display: block; + width: 5px; + height: 5px; +} + +.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] { padding: 5px 0; } -.tooltip.bs-tooltip-top .arrow::before { +.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0; - left: 50%; - margin-left: -5px; +} + +.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before { + margin-left: -3px; content: ""; border-width: 5px 5px 0; border-top-color: #000; } -.tooltip.bs-tooltip-right { +.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] { padding: 0 5px; } -.tooltip.bs-tooltip-right .arrow::before { - top: 50%; +.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow { left: 0; - margin-top: -5px; +} + +.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before { + margin-top: -3px; content: ""; border-width: 5px 5px 5px 0; border-right-color: #000; } -.tooltip.bs-tooltip-bottom { +.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] { padding: 5px 0; } -.tooltip.bs-tooltip-bottom .arrow::before { +.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; - left: 50%; - margin-left: -5px; +} + +.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before { + margin-left: -3px; content: ""; border-width: 0 5px 5px; border-bottom-color: #000; } -.tooltip.bs-tooltip-left { +.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] { padding: 0 5px; } -.tooltip.bs-tooltip-left .arrow::before { - top: 50%; +.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow { right: 0; - margin-top: -5px; +} + +.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before { + right: 0; + margin-top: -3px; content: ""; border-width: 5px 0 5px 5px; border-left-color: #000; @@ -5286,8 +5284,6 @@ button.close { .tooltip .arrow::before { position: absolute; - width: 0; - height: 0; border-color: transparent; border-style: solid; } @@ -5332,12 +5328,17 @@ button.close { border-radius: 0.3rem; } +.popover .arrow { + position: absolute; + display: block; + width: 10px; + height: 5px; +} + .popover .arrow::before, .popover .arrow::after { position: absolute; display: block; - width: 0; - height: 0; border-color: transparent; border-style: solid; } @@ -5349,76 +5350,83 @@ button.close { .popover .arrow::after { content: ""; - border-width: 10px; + border-width: 11px; } -.popover.bs-popover-top { +.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] { margin-bottom: 10px; } -.popover.bs-popover-top .arrow::before, -.popover.bs-popover-top .arrow::after { - left: 50%; +.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow { + bottom: 0; +} + +.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before, +.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after { border-bottom-width: 0; } -.popover.bs-popover-top .arrow::before { +.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before { bottom: -11px; - margin-left: -11px; + margin-left: -6px; border-top-color: rgba(0, 0, 0, 0.25); } -.popover.bs-popover-top .arrow::after { +.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after { bottom: -10px; - margin-left: -10px; + margin-left: -6px; border-top-color: #fff; } -.popover.bs-popover-right { +.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] { margin-left: 10px; } -.popover.bs-popover-right .arrow::before, -.popover.bs-popover-right .arrow::after { - top: 50%; +.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow { + left: 0; +} + +.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before, +.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after { + margin-top: -8px; border-left-width: 0; } -.popover.bs-popover-right .arrow::before { +.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before { left: -11px; - margin-top: -11px; border-right-color: rgba(0, 0, 0, 0.25); } -.popover.bs-popover-right .arrow::after { +.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after { left: -10px; - margin-top: -10px; border-right-color: #fff; } -.popover.bs-popover-bottom { +.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] { margin-top: 10px; } -.popover.bs-popover-bottom .arrow::before, -.popover.bs-popover-bottom .arrow::after { - left: 50%; +.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow { + top: 0; +} + +.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before, +.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after { + margin-left: -7px; border-top-width: 0; } -.popover.bs-popover-bottom .arrow::before { +.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before { top: -11px; - margin-left: -11px; border-bottom-color: rgba(0, 0, 0, 0.25); } -.popover.bs-popover-bottom .arrow::after { +.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after { top: -10px; - margin-left: -10px; border-bottom-color: #fff; } -.popover.bs-popover-bottom .popover-title::before { +.popover.bs-popover-bottom .popover-title::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-title::before { position: absolute; top: 0; left: 50%; @@ -5429,25 +5437,27 @@ button.close { border-bottom: 1px solid #f7f7f7; } -.popover.bs-popover-left { +.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] { margin-right: 10px; } -.popover.bs-popover-left .arrow::before, -.popover.bs-popover-left .arrow::after { - top: 50%; +.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow { + right: 0; +} + +.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before, +.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after { + margin-top: -8px; border-right-width: 0; } -.popover.bs-popover-left .arrow::before { +.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before { right: -11px; - margin-top: -11px; border-left-color: rgba(0, 0, 0, 0.25); } -.popover.bs-popover-left .arrow::after { +.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after { right: -10px; - margin-top: -10px; border-left-color: #fff; } -- cgit v1.2.3 From b872a6f807d7c3fca072588ec1459cec0cae9a15 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 May 2017 20:21:29 -0700 Subject: build --- dist/css/bootstrap.css | 360 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 300 insertions(+), 60 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 57d6fc068..6f2762c17 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -859,51 +859,99 @@ pre code { } .col-1 { - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-2 { - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-3 { - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-4 { - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-5 { - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-6 { - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-7 { - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-8 { - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-9 { - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-10 { - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-11 { - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-12 { - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-0 { @@ -1073,40 +1121,88 @@ pre code { width: auto; } .col-sm-1 { - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-sm-2 { - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-sm-3 { - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-sm-4 { - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-sm-5 { - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-sm-6 { - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-sm-7 { - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-sm-8 { - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-sm-9 { - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-sm-10 { - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-sm-11 { - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-sm-12 { - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-sm-0 { right: auto; @@ -1243,40 +1339,88 @@ pre code { width: auto; } .col-md-1 { - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-md-2 { - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-md-3 { - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-md-4 { - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-md-5 { - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-md-6 { - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-md-7 { - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-md-8 { - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-md-9 { - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-md-10 { - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-md-11 { - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-md-12 { - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-md-0 { right: auto; @@ -1413,40 +1557,88 @@ pre code { width: auto; } .col-lg-1 { - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-lg-2 { - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-lg-3 { - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-lg-4 { - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-lg-5 { - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-lg-6 { - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-lg-7 { - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-lg-8 { - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-lg-9 { - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-lg-10 { - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-lg-11 { - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-lg-12 { - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-lg-0 { right: auto; @@ -1583,40 +1775,88 @@ pre code { width: auto; } .col-xl-1 { - width: 8.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-xl-2 { - width: 16.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-xl-3 { - width: 25%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-xl-4 { - width: 33.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-xl-5 { - width: 41.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-xl-6 { - width: 50%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-xl-7 { - width: 58.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-xl-8 { - width: 66.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-xl-9 { - width: 75%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-xl-10 { - width: 83.333333%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-xl-11 { - width: 91.666667%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-xl-12 { - width: 100%; + -webkit-box-flex: 0; + -webkit-flex: 0 0 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } .pull-xl-0 { right: auto; -- cgit v1.2.3