Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
[task#92][IMP] improve customer field
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Apr 13, 2018
1 parent 23597ee commit 5754d33
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion grap_change_views/static/src/css/point_of_sale.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,20 @@
width: 28px;
}

/* Point Of Sale Front-Office - Improve Search Zone */
/* Point Of Sale Front-Office - Improve Product Search Zone */
.pos .searchbox input {
width: 300px;
font-size: 18px;
background: url("/point_of_sale/static/src/img/search_reset.gif") no-repeat 15px;
background-color: #FFF;
margin-top: 3px;
}

/* Point Of Sale Front-Office - Improve Customer Search Zone */
.pos .clientlist-screen .searchbox {
margin-left: -300px;
}

.pos .clientlist-screen .searchbox input {
width: 300px;
}

0 comments on commit 5754d33

Please sign in to comment.