obook/product_library/static/src/css/pos.css

39 lines
846 B
CSS

.pos .product .format {
position: absolute;
top: 20px;
right: 2px;
vertical-align: top;
color: white;
line-height: 13px;
background: #7f82ac;
padding: 2px 5px;
border-radius: 2px;
font-weight: bold;
}
.pos .order .orderline .format {
color: #57C;
font-weight: bold;
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:13px !important;
height:80px !important;
line-height: 20px;
text-align: center;
word-wrap: break-word;
}