diff --git a/dist-new-version.sh b/dist-new-version.sh index 94392f75b..236324005 100755 --- a/dist-new-version.sh +++ b/dist-new-version.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -version=0.0.19 +version=0.0.20 echo "Version $version" diff --git a/dist/400.html b/dist/400.html index 72bfbd58b..451008f47 100644 --- a/dist/400.html +++ b/dist/400.html @@ -14,7 +14,7 @@ - + Page 400 - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/401.html b/dist/401.html index d0d26d334..83d6aeb53 100644 --- a/dist/401.html +++ b/dist/401.html @@ -14,7 +14,7 @@ - + Page 401 - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/403.html b/dist/403.html index e8f9b6985..497722c43 100644 --- a/dist/403.html +++ b/dist/403.html @@ -14,7 +14,7 @@ - + Page 403 - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/404.html b/dist/404.html index fa0f8a9af..a8232ccae 100644 --- a/dist/404.html +++ b/dist/404.html @@ -14,7 +14,7 @@ - + Page 404 - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/500.html b/dist/500.html index 7caf91f16..37206f6cc 100644 --- a/dist/500.html +++ b/dist/500.html @@ -14,7 +14,7 @@ - + Page 500 - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/503.html b/dist/503.html index 7bacd7dc2..3b86fd2d5 100644 --- a/dist/503.html +++ b/dist/503.html @@ -14,7 +14,7 @@ - + Page 503 - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/assets/css/dashboard.css b/dist/assets/css/dashboard.css index a28d354c4..7a0052f99 100644 --- a/dist/assets/css/dashboard.css +++ b/dist/assets/css/dashboard.css @@ -1534,7 +1534,8 @@ pre code { } .table th, .text-wrap table th, -.table td, .text-wrap table td { +.table td, +.text-wrap table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; @@ -1563,12 +1564,14 @@ pre code { } .table-bordered th, .text-wrap table th, -.table-bordered td, .text-wrap table td { +.table-bordered td, +.text-wrap table td { border: 1px solid #dee2e6; } .table-bordered thead th, .text-wrap table thead th, -.table-bordered thead td, .text-wrap table thead td { +.table-bordered thead td, +.text-wrap table thead td { border-bottom-width: 2px; } @@ -5616,7 +5619,8 @@ button.close { } .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, -.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after { +.bs-popover-top .arrow::after, +.bs-popover-auto[x-placement^="top"] .arrow::after { border-width: 0.5rem 0.25rem 0; } @@ -5625,7 +5629,9 @@ button.close { border-top-color: #dee3eb; } -.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after { + +.bs-popover-top .arrow::after, +.bs-popover-auto[x-placement^="top"] .arrow::after { bottom: 1px; border-top-color: #fff; } @@ -5642,7 +5648,8 @@ button.close { } .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, -.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after { +.bs-popover-right .arrow::after, +.bs-popover-auto[x-placement^="right"] .arrow::after { border-width: 0.25rem 0.5rem 0.25rem 0; } @@ -5651,7 +5658,9 @@ button.close { border-right-color: #dee3eb; } -.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after { + +.bs-popover-right .arrow::after, +.bs-popover-auto[x-placement^="right"] .arrow::after { left: 1px; border-right-color: #fff; } @@ -5665,7 +5674,8 @@ button.close { } .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, -.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after { +.bs-popover-bottom .arrow::after, +.bs-popover-auto[x-placement^="bottom"] .arrow::after { border-width: 0 0.25rem 0.5rem 0.25rem; } @@ -5674,7 +5684,9 @@ button.close { border-bottom-color: #dee3eb; } -.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after { + +.bs-popover-bottom .arrow::after, +.bs-popover-auto[x-placement^="bottom"] .arrow::after { top: 1px; border-bottom-color: #fff; } @@ -5702,7 +5714,8 @@ button.close { } .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, -.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after { +.bs-popover-left .arrow::after, +.bs-popover-auto[x-placement^="left"] .arrow::after { border-width: 0.25rem 0 0.25rem 0.5rem; } @@ -5711,7 +5724,9 @@ button.close { border-left-color: #dee3eb; } -.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after { + +.bs-popover-left .arrow::after, +.bs-popover-auto[x-placement^="left"] .arrow::after { right: 1px; border-left-color: #fff; } @@ -9688,12 +9703,14 @@ a.text-dark:hover, a.text-dark:focus { .table, .text-wrap table { border-collapse: collapse !important; } - .table td, .text-wrap table td, - .table th, .text-wrap table th { + + .table td, + .text-wrap table td, .table th, .text-wrap table th { background-color: #fff !important; } .table-bordered th, .text-wrap table th, - .table-bordered td, .text-wrap table td { + .table-bordered td, + .text-wrap table td { border: 1px solid #ddd !important; } } @@ -13310,7 +13327,6 @@ Card alert .dropdown-menu { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); min-width: 12rem; - max-width: 100%; } .dropdown-menu-arrow:before { @@ -13353,7 +13369,7 @@ Card alert } .dropdown-icon { - color: #6e7687; + color: #9aa0ac; margin-right: .5rem; margin-left: -.5rem; width: 1em; diff --git a/dist/blog.html b/dist/blog.html index a0c0ea35b..b2bae8111 100644 --- a/dist/blog.html +++ b/dist/blog.html @@ -14,7 +14,7 @@ - + tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/cards.html b/dist/cards.html index 737c3e431..73bed1157 100644 --- a/dist/cards.html +++ b/dist/cards.html @@ -14,7 +14,7 @@ - + Cards design - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/charts.html b/dist/charts.html index 52af58148..3ff6a5ce8 100644 --- a/dist/charts.html +++ b/dist/charts.html @@ -14,7 +14,7 @@ - + Charts - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/crypto-currencies.html b/dist/crypto-currencies.html index 578732245..88ca794ca 100644 --- a/dist/crypto-currencies.html +++ b/dist/crypto-currencies.html @@ -14,7 +14,7 @@ - + Crypto currencies - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/docs/alerts.html b/dist/docs/alerts.html index 49385dcad..5e4280285 100644 --- a/dist/docs/alerts.html +++ b/dist/docs/alerts.html @@ -14,7 +14,7 @@ - + Alerts - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/docs/avatars.html b/dist/docs/avatars.html index aa638044a..941e74988 100644 --- a/dist/docs/avatars.html +++ b/dist/docs/avatars.html @@ -14,7 +14,7 @@ - + Avatars - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/docs/buttons.html b/dist/docs/buttons.html index fe390b223..60c56d90a 100644 --- a/dist/docs/buttons.html +++ b/dist/docs/buttons.html @@ -14,7 +14,7 @@ - + Buttons - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/docs/cards.html b/dist/docs/cards.html index df0f907aa..c146e9a0a 100644 --- a/dist/docs/cards.html +++ b/dist/docs/cards.html @@ -14,7 +14,7 @@ - + Cards - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/docs/charts.html b/dist/docs/charts.html index 97fdefa07..fd6ab3221 100644 --- a/dist/docs/charts.html +++ b/dist/docs/charts.html @@ -14,7 +14,7 @@ - + Charts - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/docs/colors.html b/dist/docs/colors.html index 10e1f1d49..b85134504 100644 --- a/dist/docs/colors.html +++ b/dist/docs/colors.html @@ -14,7 +14,7 @@ - + Colors - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/docs/form-components.html b/dist/docs/form-components.html index 465dc2ab8..10451915e 100644 --- a/dist/docs/form-components.html +++ b/dist/docs/form-components.html @@ -14,7 +14,7 @@ - + Form components - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/docs/grid.html b/dist/docs/grid.html index 54eea7848..5a5a812c8 100644 --- a/dist/docs/grid.html +++ b/dist/docs/grid.html @@ -14,7 +14,7 @@ - + Grid utilities - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/docs/index.html b/dist/docs/index.html index 0f5420969..888d83b16 100644 --- a/dist/docs/index.html +++ b/dist/docs/index.html @@ -14,7 +14,7 @@ - + Introduction - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/docs/tags.html b/dist/docs/tags.html index 12280a1da..2fc988dca 100644 --- a/dist/docs/tags.html +++ b/dist/docs/tags.html @@ -14,7 +14,7 @@ - + Tags - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/docs/typography.html b/dist/docs/typography.html index 2dd305f10..ad5614860 100644 --- a/dist/docs/typography.html +++ b/dist/docs/typography.html @@ -14,7 +14,7 @@ - + Typography - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/email.html b/dist/email.html index 98c9db997..27dff8259 100644 --- a/dist/email.html +++ b/dist/email.html @@ -14,7 +14,7 @@ - + Email - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/empty.html b/dist/empty.html index 513e99310..d3b911d1d 100644 --- a/dist/empty.html +++ b/dist/empty.html @@ -14,7 +14,7 @@ - + Empty page - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/forgot-password.html b/dist/forgot-password.html index 29da36ea4..08ee81e2c 100644 --- a/dist/forgot-password.html +++ b/dist/forgot-password.html @@ -14,7 +14,7 @@ - + Forgot password - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/form-elements.html b/dist/form-elements.html index 5f9e6cf3e..43b59e7cf 100644 --- a/dist/form-elements.html +++ b/dist/form-elements.html @@ -14,7 +14,7 @@ - + tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/gallery.html b/dist/gallery.html index 3c4ecd5e7..8be1737a7 100644 --- a/dist/gallery.html +++ b/dist/gallery.html @@ -14,7 +14,7 @@ - + tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/icons.html b/dist/icons.html index 4d4896829..9d462940c 100644 --- a/dist/icons.html +++ b/dist/icons.html @@ -14,7 +14,7 @@ - + Icons - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/index.html b/dist/index.html index 11c514355..f02c59910 100644 --- a/dist/index.html +++ b/dist/index.html @@ -14,7 +14,7 @@ - + Homepage - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
@@ -688,7 +698,7 @@
Michelle Schultz
- Registered: Feb 18, 2018 + Registered: Feb 19, 2018
@@ -790,7 +800,7 @@
Douglas Ray
- Registered: Jan 3, 2018 + Registered: Jan 4, 2018
@@ -841,7 +851,7 @@
Teresa Reyes
- Registered: Feb 20, 2018 + Registered: Feb 21, 2018
diff --git a/dist/invoice.html b/dist/invoice.html index 0df90950a..d59b76589 100644 --- a/dist/invoice.html +++ b/dist/invoice.html @@ -14,7 +14,7 @@ - + Invoice - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/login.html b/dist/login.html index 14e6cf2c7..faabb200a 100644 --- a/dist/login.html +++ b/dist/login.html @@ -14,7 +14,7 @@ - + Login - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/lookup.html b/dist/lookup.html index 598a7752f..7f218d867 100644 --- a/dist/lookup.html +++ b/dist/lookup.html @@ -14,7 +14,7 @@ - + Lookup company - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/maps.html b/dist/maps.html index 89c617947..cc0f6fd9e 100644 --- a/dist/maps.html +++ b/dist/maps.html @@ -14,7 +14,7 @@ - + Maps - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/pagination.html b/dist/pagination.html index 8468fa8ac..4a784ac07 100644 --- a/dist/pagination.html +++ b/dist/pagination.html @@ -14,7 +14,7 @@ - + Pagination - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/pricing-cards.html b/dist/pricing-cards.html index ce1abf5f2..110541258 100644 --- a/dist/pricing-cards.html +++ b/dist/pricing-cards.html @@ -14,7 +14,7 @@ - + Pricing cards - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/profile.html b/dist/profile.html index 0d105d477..81227b7a0 100644 --- a/dist/profile.html +++ b/dist/profile.html @@ -14,7 +14,7 @@ - + Profile - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/register.html b/dist/register.html index 65e0fc692..e34399956 100644 --- a/dist/register.html +++ b/dist/register.html @@ -14,7 +14,7 @@ - + Register - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/sample-cards.html b/dist/sample-cards.html index 4e1967800..7b03c0b2e 100644 --- a/dist/sample-cards.html +++ b/dist/sample-cards.html @@ -14,7 +14,7 @@ - + Homepage - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/store.html b/dist/store.html index 17eec41d8..54cae17e6 100644 --- a/dist/store.html +++ b/dist/store.html @@ -14,7 +14,7 @@ - + Store components - tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-
diff --git a/dist/users-list.html b/dist/users-list.html index 6ebdede00..9bfe1f5ba 100644 --- a/dist/users-list.html +++ b/dist/users-list.html @@ -14,7 +14,7 @@ - + tabler.github.io - a responsive, flat and full featured admin template @@ -46,26 +46,47 @@ tabler.io
-