0
1
Fork 0

#10299 Catalog: Item card style fixes

This commit is contained in:
Juan Ferrer 2019-03-28 16:33:26 +01:00
parent 6f1b96cb4a
commit 72a97fa069
5 changed files with 18 additions and 18 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.35) stable; urgency=low hedera-web (1.406.36) stable; urgency=low
* Initial Release. * Initial Release.

1
debian/rules vendored
View File

@ -1,6 +1,7 @@
#!/usr/bin/make -f #!/usr/bin/make -f
#export DH_VERBOSE=1 #export DH_VERBOSE=1
export TERM=dumb
%: %:
dh $@ dh $@

View File

@ -157,12 +157,12 @@
.item-info > h2 .item-info > h2
{ {
padding: 0; padding: 0;
padding-bottom: .1em; padding-bottom: .15em;
font-weight: normal; font-weight: normal;
font-size: 1.1em; font-size: 1em;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
max-height: 2.4em; max-height: 3.8em;
} }
.item-info > p .item-info > p
{ {
@ -177,10 +177,9 @@
.item-info .sub-name .item-info .sub-name
{ {
text-transform: uppercase; text-transform: uppercase;
font-weight: bold;
padding: 0; padding: 0;
padding-bottom: .2em; padding-bottom: .2em;
font-size: 1em; font-size: .9em;
} }
.item-info > .htk-button .item-info > .htk-button
{ {
@ -217,9 +216,6 @@
.tags td:first-child { .tags td:first-child {
color: #999; color: #999;
} }
.tags td:last-child {
padding-left: .5em;
}
/* List view */ /* List view */
@ -308,7 +304,7 @@
.list-view .item-info .tags td .list-view .item-info .tags td
{ {
display: inline-block; display: inline-block;
padding-right: .3em padding-right: .5em
} }
.list-view .item-info .tags td:first-child .list-view .item-info .tags td:first-child
{ {
@ -329,23 +325,23 @@
text-align: left; text-align: left;
position: relative; position: relative;
display: inline-block; display: inline-block;
width: 22.5em; width: 24em;
margin: 0; margin: 0;
margin-right: .8em; margin-right: .8em;
margin-bottom: .6em; margin-bottom: .6em;
height: 10em; height: 11em;
overflow: hidden; overflow: hidden;
} }
.grid-view .item-box > .htk-image .grid-view .item-box > .htk-image
{ {
width: 10em; width: 11em;
height: 100%; height: 100%;
float: left; float: left;
} }
.grid-view .item-info .grid-view .item-info
{ {
position: absolute; position: absolute;
left: 10.4em; left: 11.4em;
right: 0; right: 0;
top: 0; top: 0;
bottom: 0; bottom: 0;
@ -375,7 +371,7 @@
.grid-view .item-info .tags .grid-view .item-info .tags
{ {
position: absolute; position: absolute;
top: 5.2em; top: 6.6em;
} }
.grid-view .item-info .tags td { .grid-view .item-info .tags td {
overflow: hidden; overflow: hidden;
@ -385,6 +381,9 @@
width: 6em; width: 6em;
line-height: 1.1em; line-height: 1.1em;
} }
.grid-view .item-info .tags td:last-child {
padding-left: .5em;
}
.grid-view .item-info .tags td:first-child { .grid-view .item-info .tags td:first-child {
color: #999; color: #999;
} }

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.406.27", "version": "1.406.36",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.406.35", "version": "1.406.36",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {
@ -34,7 +34,7 @@
}, },
"scripts": { "scripts": {
"dev": "webpack-dev-server --progress --colors --hot", "dev": "webpack-dev-server --progress --colors --hot",
"build": "rm -rf build/ ; webpack --progress --colors", "build": "rm -rf build/ ; webpack",
"clean": "rm -rf build/" "clean": "rm -rf build/"
} }
} }