[FIX] point_of_sale: css fixes related to ul/li semantic css changes

bzr revid: fva@openerp.com-20120905115000-dx2exlr3cnn2iszy
This commit is contained in:
Frédéric van der Essen 2012-09-05 13:50:00 +02:00
parent eb53669cb1
commit 49b1605b98
1 changed files with 4 additions and 4 deletions

View File

@ -367,7 +367,7 @@
/* ********* The product list ********* */
.point-of-sale .product-list {
padding:10px;
padding:10px !important;
}
.point-of-sale .product-list-scroller{
@ -464,7 +464,7 @@
}
.point-of-sale .category-list{
padding:10px;
padding:10px !important;
}
/* d) the category button */
@ -473,7 +473,7 @@
vertical-align: top;
display: inline-block;
font-size: 11px;
margin: 5px;
margin: 5px !important;
width: 120px;
height:120px;
background:#fff;
@ -560,7 +560,7 @@
display: inline-block;
line-height: 100px;
font-size: 11px;
margin: 5px;
margin: 5px !important;
width: 120px;
height:120px;
background:#fff;