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..4e6135617 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..c16e29162 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..928e31c12 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..8ac92b9e0 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..445f5a432 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..aa2466555 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..5944ea085 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;
}
}
diff --git a/dist/blog.html b/dist/blog.html
index a0c0ea35b..4cfd9b2e4 100644
--- a/dist/blog.html
+++ b/dist/blog.html
@@ -14,7 +14,7 @@
-
+
tabler.github.io - a responsive, flat and full featured admin template
diff --git a/dist/cards.html b/dist/cards.html
index 737c3e431..e09b9aaf6 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
diff --git a/dist/charts.html b/dist/charts.html
index 52af58148..a1f756a32 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
diff --git a/dist/crypto-currencies.html b/dist/crypto-currencies.html
index 578732245..112b3f147 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
diff --git a/dist/docs/alerts.html b/dist/docs/alerts.html
index 49385dcad..4c1c6f39c 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
diff --git a/dist/docs/avatars.html b/dist/docs/avatars.html
index aa638044a..5a1601d27 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
diff --git a/dist/docs/buttons.html b/dist/docs/buttons.html
index fe390b223..554879f5c 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
diff --git a/dist/docs/cards.html b/dist/docs/cards.html
index df0f907aa..902b10c2f 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
diff --git a/dist/docs/charts.html b/dist/docs/charts.html
index 97fdefa07..2bdddc3d5 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
diff --git a/dist/docs/colors.html b/dist/docs/colors.html
index 10e1f1d49..7d0ae15b5 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
diff --git a/dist/docs/form-components.html b/dist/docs/form-components.html
index 465dc2ab8..638c605c0 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
diff --git a/dist/docs/grid.html b/dist/docs/grid.html
index 54eea7848..f3820b264 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
diff --git a/dist/docs/index.html b/dist/docs/index.html
index 0f5420969..cb8525d79 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
diff --git a/dist/docs/tags.html b/dist/docs/tags.html
index 12280a1da..0dd70dd90 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
diff --git a/dist/docs/typography.html b/dist/docs/typography.html
index 2dd305f10..2d2be5ab4 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
diff --git a/dist/email.html b/dist/email.html
index 98c9db997..fb4b5ffe8 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
diff --git a/dist/empty.html b/dist/empty.html
index 513e99310..3878e4c7f 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
diff --git a/dist/forgot-password.html b/dist/forgot-password.html
index 29da36ea4..8861e9d84 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..9701e7a6f 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
diff --git a/dist/gallery.html b/dist/gallery.html
index 3c4ecd5e7..583eba27f 100644
--- a/dist/gallery.html
+++ b/dist/gallery.html
@@ -14,7 +14,7 @@
-
+
tabler.github.io - a responsive, flat and full featured admin template
diff --git a/dist/icons.html b/dist/icons.html
index 4d4896829..7df0954f8 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
diff --git a/dist/index.html b/dist/index.html
index 11c514355..ca66c27f3 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
@@ -688,7 +688,7 @@
Michelle Schultz
- Registered: Feb 18, 2018
+ Registered: Feb 19, 2018
|
@@ -790,7 +790,7 @@
|
Douglas Ray
- Registered: Jan 3, 2018
+ Registered: Jan 4, 2018
|
@@ -841,7 +841,7 @@
|
Teresa Reyes
- Registered: Feb 20, 2018
+ Registered: Feb 21, 2018
|
diff --git a/dist/invoice.html b/dist/invoice.html
index 0df90950a..f7fe16312 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
diff --git a/dist/login.html b/dist/login.html
index 14e6cf2c7..a0a9a578d 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..74986e242 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
diff --git a/dist/maps.html b/dist/maps.html
index 89c617947..747e53318 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
diff --git a/dist/pagination.html b/dist/pagination.html
index 8468fa8ac..716fc8e63 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
diff --git a/dist/pricing-cards.html b/dist/pricing-cards.html
index ce1abf5f2..0a95a6cea 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
diff --git a/dist/profile.html b/dist/profile.html
index 0d105d477..1b9a286bb 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
diff --git a/dist/register.html b/dist/register.html
index 65e0fc692..c46966413 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..3ea10eb7c 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
diff --git a/dist/store.html b/dist/store.html
index 17eec41d8..86f004260 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
diff --git a/dist/users-list.html b/dist/users-list.html
index 6ebdede00..ada6883a9 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
|