[FIX] point_of_sale: debug widget imput styling

bzr revid: fva@openerp.com-20131216160911-i7g286ksotw4esby
This commit is contained in:
Frédéric van der Essen 2013-12-16 17:09:11 +01:00
parent 7ba916397d
commit a50930e0d6
1 changed files with 5 additions and 0 deletions

View File

@ -1277,6 +1277,11 @@ td {
.pos .debug-widget input{
margin-left:10px;
margin-top:7px;
padding: 4px;
width: 180px;
border: none;
box-sizing: border-box;
border-radius: 3px;
}
.pos .debug-widget .status{
padding: 5px;