Añade la funcionalidad de pos_empty_default_image pra poder mostraar el formato en productos sin imagen
This commit is contained in:
parent
f1c8cf8414
commit
913de79db8
14 changed files with 284 additions and 41 deletions
|
|
@ -17,3 +17,23 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
/*
|
||||
Copyright (C) 2014 - Today: GRAP (http://www.grap.coop)
|
||||
@author Julien WESTE
|
||||
@author: Sylvain LE GAL (https://twitter.com/legalsylvain)
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
*/
|
||||
|
||||
.product-img-without-image{
|
||||
height:25px !important;
|
||||
}
|
||||
|
||||
.product-name-without-image{
|
||||
bottom:auto !important;
|
||||
top:25px !important;
|
||||
padding-top:3px !important;
|
||||
height:80px !important;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue