mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 07:29:22 +00:00
[enhancement] Item Selector
This commit is contained in:
@@ -13,17 +13,20 @@
|
||||
margin: -10px auto;
|
||||
}
|
||||
/* pos */
|
||||
.pos-item-area {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
.pos-item-wrapper {
|
||||
padding: 5px;
|
||||
}
|
||||
.pos-item {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
cursor: pointer;
|
||||
padding: 5px;
|
||||
height: 0px;
|
||||
padding-bottom: 38%;
|
||||
width: 30%;
|
||||
margin: 1.6%;
|
||||
padding-bottom: 15px;
|
||||
border: 1px solid #d1d8dd;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.pos-item-text {
|
||||
padding: 0px 5px;
|
||||
@@ -36,7 +39,13 @@
|
||||
border: 1px dashed #d1d8dd;
|
||||
}
|
||||
.pos-item-image {
|
||||
padding-bottom: 100%;
|
||||
width: 100%;
|
||||
height: 0px;
|
||||
padding: 50% 0;
|
||||
text-align: center;
|
||||
line-height: 0;
|
||||
color: #fff;
|
||||
font-size: 30px;
|
||||
background-size: cover;
|
||||
border: 1px solid transparent;
|
||||
background-position: top center;
|
||||
|
||||
Reference in New Issue
Block a user