diff --git a/debian/changelog b/debian/changelog index f16bb3d4..1ef5617f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (22.46.6) stable; urgency=low +hedera-web (22.46.7) stable; urgency=low * Initial Release. diff --git a/forms/admin/connections/style.scss b/forms/admin/connections/style.scss index b7ac80ac..de549ebd 100644 --- a/forms/admin/connections/style.scss +++ b/forms/admin/connections/style.scss @@ -3,4 +3,7 @@ padding: .4em; background-color: #1e88e5; border-radius: .1em; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; } diff --git a/forms/ecomerce/orders/style.scss b/forms/ecomerce/orders/style.scss index 56776b17..80318bed 100644 --- a/forms/ecomerce/orders/style.scss +++ b/forms/ecomerce/orders/style.scss @@ -1,25 +1,28 @@ .balance { margin-right: 8px; + white-space: nowrap; + + & > * { + vertical-align: middle; + } + & > .amount { + color: white; + padding: 4px; + } + & > .info { + display: inline; + cursor: pointer; + height: 17px; + cursor: pointer; + } + & > .negative { + background-color: #EF5350; + border-radius: 2px; + box-shadow: 0 0 .4em #666; + } } -.balance > * { - vertical-align: middle; -} -.balance > .amount { - color: white; - padding: .3em; -} -.balance > .info { - display: inline; - cursor: pointer; - height: 1.2em; - cursor: pointer; -} -.balance > .negative { - background-color: #EF5350; - border-radius: .1em; - box-shadow: 0 0 .4em #666; -} + .balance-popup { width: 25em; } diff --git a/js/hedera/gui.scss b/js/hedera/gui.scss index b2374167..3e24062e 100644 --- a/js/hedera/gui.scss +++ b/js/hedera/gui.scss @@ -51,7 +51,7 @@ $navbar-height: 64px; gap: 12px; overflow: hidden; padding-left: 12px; - flex-shrink: 2; + flex-shrink: 3; & > .title { overflow: hidden; diff --git a/js/hedera/tpv.js b/js/hedera/tpv.js index a1b42ab2..d49c5160 100644 --- a/js/hedera/tpv.js +++ b/js/hedera/tpv.js @@ -95,9 +95,6 @@ module.exports = new Class({ tpvStatus: status, tpvOrder: '_transactionId_' }, true); - - alert(path); - return path; } }); diff --git a/package.json b/package.json index af1513ce..eaede25f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "22.46.6", + "version": "22.46.7", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {