[enhancement] Item Selector

This commit is contained in:
Rushabh Mehta
2016-04-07 15:25:43 +05:30
parent 9b8937d257
commit 203cc962f5
13 changed files with 196 additions and 43 deletions

View File

@@ -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;