68 lines
854 B
CSS
68 lines
854 B
CSS
|
#tableItems {
|
||
|
margin-left: 20px;
|
||
|
margin-right: 20px;
|
||
|
margin-top: 20px;
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
#itemImage {
|
||
|
margin-left: 5px;
|
||
|
margin-right: 5px;
|
||
|
margin-top: 5px;
|
||
|
margin-bottom: 5px;
|
||
|
height: 100px;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
#itemName {
|
||
|
margin-left: 5px;
|
||
|
margin-right: 5px;
|
||
|
margin-top: 5px;
|
||
|
margin-bottom: 5px;
|
||
|
height: 100px;
|
||
|
width: 200px;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
#titleName {
|
||
|
width: 200px;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
#titlePrice {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
#itemPrice {
|
||
|
margin-left: 5px;
|
||
|
margin-right: 5px;
|
||
|
margin-top: 5px;
|
||
|
margin-bottom: 5px;
|
||
|
height: 100px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
#image {
|
||
|
height: 100px;
|
||
|
width: 80px;
|
||
|
}
|
||
|
|
||
|
#seperator {
|
||
|
margin: 0px;
|
||
|
max-width: 400px;
|
||
|
}
|
||
|
|
||
|
#total {
|
||
|
padding-left: 280px;
|
||
|
}
|
||
|
|
||
|
#itemNameTag {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
#subtotal {
|
||
|
font-weight: bold;
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
|