diff --git a/README.md b/README.md index 1ef74744..fee55494 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,12 @@ Required dependencies. * PHP >= 7.0 * Node.js >= 8.0 -Launch command line client. +Launch application for development. +``` +$ npm run dev +``` + +Run server side method from command line. ``` $ php hedera-web.php -m method_path ``` diff --git a/debian/changelog b/debian/changelog index e9883cef..14ede21d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.406.15) stable; urgency=low +hedera-web (1.406.16) stable; urgency=low * Initial Release. diff --git a/forms/ecomerce/catalog/style.css b/forms/ecomerce/catalog/style.css index 1539c81d..c8235ad4 100644 --- a/forms/ecomerce/catalog/style.css +++ b/forms/ecomerce/catalog/style.css @@ -159,16 +159,6 @@ font-weight: bold; color: red; } -.item-info .from -{ - font-size: .8em; - font-style: italic; -} -.item-info .price -{ - color: green; - font-size: 1.1em; -} .item-info > h2 { padding: 0; @@ -196,11 +186,6 @@ padding-bottom: .2em; font-size: 1em; } -.item-info > .aval-price -{ - position: absolute; - bottom: 0; -} .item-info > .htk-button { margin: -0.3em; @@ -210,6 +195,20 @@ { vertical-align: middle; } +.item-info .available-price +{ + white-space: nowrap; +} +.item-info .from +{ + font-size: .8em; + font-style: italic; +} +.item-info .price +{ + color: green; + font-size: 1.1em; +} .tags { font-size: .8em; @@ -217,10 +216,10 @@ color: #333; margin: 0; width: auto; + border-collapse: collapse; } .tags td:first-child { color: #999; - padding-right: .6em; } /* List view */ @@ -260,7 +259,7 @@ right: 0; top: 0; bottom: 0; - margin: .9em; + margin: .8em; margin-left: 0; } .list-view .item-info > h2 @@ -272,19 +271,47 @@ { display: none; } -.list-view .item-info > .aval-price -{ - right: .3em; -} .list-view .item-info > .htk-button { float: right; } -.list-view .item-info > .info-button +.list-view .item-info .extra { - margin-right: 0; + position: absolute; + bottom: 0; + width: 100%; + margin-top: .3em; } -.list-view .item-info .tags .extra +.list-view .item-info .available-price +{ + float: right; + right: .3em; +} +.list-view .item-info .tags +{ + display: block; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + margin-top: .3em; +} +.list-view .item-info .tags +{ + display: block; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} +.list-view .item-info .tags > tr +{ + display: inline-block; +} +.list-view .item-info .tags td +{ + display: inline-block; + padding-right: .3em +} +.list-view .item-info .tags td:first-child { display: none; } @@ -325,25 +352,31 @@ bottom: 0; margin: .6em; } -.grid-view .item-info > .aval-price -{ - right: 2.8em; -} .grid-view .item-info .add-button { position: absolute; bottom: 0; right: 0; } -.grid-view .item-info > .info-button +.grid-view .item-info .available-price { - float: right; + position: absolute; + bottom: 0; + right: 2em; +} +.grid-view .item-info .available +{ + display: inline-block; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + max-width: 4em; + vertical-align: bottom; } .grid-view .item-info .tags { position: absolute; top: 5.2em; - border-collapse: collapse; } .grid-view .item-info .tags td { overflow: hidden; @@ -353,6 +386,9 @@ width: 6em; line-height: 1.1em; } +.grid-view .item-info .tags td:first-child { + color: #999; +} /* Card */ diff --git a/forms/ecomerce/catalog/ui.xml b/forms/ecomerce/catalog/ui.xml index fb60b803..77dc1250 100644 --- a/forms/ecomerce/catalog/ui.xml +++ b/forms/ecomerce/catalog/ui.xml @@ -128,28 +128,32 @@