|
|
@ -40,7 +40,7 @@ |
|
|
|
|
|
|
|
.pos .modal-dialog .popup-select-variant .container-attribute-list{ |
|
|
|
width:100%; |
|
|
|
height:30%; /*FIXME */ |
|
|
|
height:40%; |
|
|
|
overflow: hidden; |
|
|
|
overflow-y: auto; |
|
|
|
border-bottom: 1px dashed #444; |
|
|
@ -49,9 +49,10 @@ |
|
|
|
|
|
|
|
.pos .modal-dialog .popup-select-variant .container-variant-list{ |
|
|
|
width:100%; |
|
|
|
height:60%; /*FIXME */ |
|
|
|
height:50%; |
|
|
|
overflow: hidden; |
|
|
|
overflow-y: auto; |
|
|
|
|
|
|
|
-webkit-overflow-scrolling: touch; |
|
|
|
} |
|
|
|
|
|
|
@ -65,20 +66,22 @@ |
|
|
|
.pos .attribute { |
|
|
|
position:relative; |
|
|
|
width: 100%; |
|
|
|
height:50px; |
|
|
|
vertical-align: top; |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
|
|
|
|
.pos .attribute .attribute-name{ |
|
|
|
float: left; |
|
|
|
font-size: 13px; |
|
|
|
width: 20%; |
|
|
|
overflow:hidden; |
|
|
|
} |
|
|
|
|
|
|
|
.pos .attribute .value-list-container{ |
|
|
|
width:78%; |
|
|
|
float: left; |
|
|
|
} |
|
|
|
|
|
|
|
.pos .attribute .selected{ |
|
|
|
background-color: white; |
|
|
|
} |
|
|
@ -86,7 +89,44 @@ |
|
|
|
.pos .attribute .attribute-value { |
|
|
|
float: left; |
|
|
|
width: 150px; |
|
|
|
padding-left: 15px; |
|
|
|
} |
|
|
|
|
|
|
|
.pos .attribute .attribute-value .button{ |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.pos .attribute .attribute-value .attribute-value-header{ |
|
|
|
width: 100%; |
|
|
|
height: 15px; |
|
|
|
text-align: right; |
|
|
|
|
|
|
|
} |
|
|
|
.pos .attribute .attribute-value .attribute-value-name{ |
|
|
|
width: 100%; |
|
|
|
height: 25px; |
|
|
|
line-height:25px; |
|
|
|
overflow: hidden; |
|
|
|
font-size: 10px; |
|
|
|
text-align: left; |
|
|
|
font-weight: normal; |
|
|
|
padding: 2px; |
|
|
|
} |
|
|
|
|
|
|
|
.pos .attribute .attribute-value .variant-quantity{ |
|
|
|
position: relative; |
|
|
|
top: 2px; |
|
|
|
right: 0px; |
|
|
|
vertical-align: top; |
|
|
|
color: #FFF; |
|
|
|
line-height: 13px; |
|
|
|
background: none repeat scroll 0% 0% #7F82AC; |
|
|
|
padding: 2px 5px; |
|
|
|
border-radius: 2px; |
|
|
|
font-size: 9px; |
|
|
|
margin-right:3px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* ********* Variant Display ********************************************* */ |
|
|
|
/* This part is a copy past from Odoo Project, with some values changed */ |
|
|
|