refs #3971 Catalog: style fixes, filter by tag fix
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
f39b8b4cb3
commit
5443cbe7f1
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (22.46.14) stable; urgency=low
|
hedera-web (22.46.15) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,7 @@ const Catalog = new Class({
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!idSearch) {
|
if (!idSearch) {
|
||||||
if (params.realm != null && currentTag)
|
if (params.realm != null)
|
||||||
filter.push($.realmOp);
|
filter.push($.realmOp);
|
||||||
if (params.type != null)
|
if (params.type != null)
|
||||||
filter.push($.typeOp);
|
filter.push($.typeOp);
|
||||||
|
|
|
@ -149,7 +149,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.grouping {
|
.grouping {
|
||||||
width: 38px;
|
width: 44px;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
.available {
|
.available {
|
||||||
|
@ -432,11 +432,7 @@
|
||||||
|
|
||||||
& > .htk-image {
|
& > .htk-image {
|
||||||
height: initial;
|
height: initial;
|
||||||
max-height: 250px;
|
max-height: 260px;
|
||||||
|
|
||||||
& > img {
|
|
||||||
margin-top: -60px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "22.46.14",
|
"version": "22.46.15",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue