OSB enhancements to date
This commit is contained in:
32
modules/cart/media/css/cart_blocklist.css
Normal file
32
modules/cart/media/css/cart_blocklist.css
Normal file
@@ -0,0 +1,32 @@
|
||||
/** Cart Block Contents Style Sheet **/
|
||||
|
||||
table.cart_blocklist {
|
||||
/* margin-left: auto; */
|
||||
/* margin-right: auto; */
|
||||
width: 100%;
|
||||
background-color: #F9F9FA;
|
||||
border: 0px solid #AAAACC;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
table.cart_blocklist tr td.sku {
|
||||
color: #000000;
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
table.cart_blocklist tr td.price {
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table.cart_blocklist tr td.schedule {
|
||||
font-size: 60%;
|
||||
}
|
||||
|
||||
table.cart_blocklist tr.submit td {
|
||||
text-align: center;
|
||||
}
|
||||
table.cart_blocklist tr.submit td button {
|
||||
font-size: 60%;
|
||||
font-weight: bold;
|
||||
}
|
46
modules/cart/media/css/cart_contents.css
Normal file
46
modules/cart/media/css/cart_contents.css
Normal file
@@ -0,0 +1,46 @@
|
||||
/** Cart Contents Style Sheet **/
|
||||
|
||||
table.cart_contents {
|
||||
/* margin-left: auto; */
|
||||
/* margin-right: auto; */
|
||||
width: 100%;
|
||||
background-color: #F9F9FA;
|
||||
border: 0px solid #AAAACC;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
table.cart_contents tr td.title {
|
||||
color: #000000;
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
table.cart_contents tr td.title a {
|
||||
text-decoration: none;
|
||||
color: #0000AA;
|
||||
}
|
||||
|
||||
table.cart_contents tr td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table.cart_contents tr td.icon {
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
table.cart_contents tr td.price_box {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
table.cart_contents tr td.price_box table.cart_detail_pricebox {
|
||||
width: 100%;
|
||||
background-color: #FAFAFB;
|
||||
}
|
||||
|
||||
table.cart_contents tr td.price_box table.cart_detail_pricebox td.head {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table.cart_contents tr td.price_box table.cart_detail_pricebox td.value {
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
}
|
34
modules/cart/media/css/checkout_cartlist.css
Normal file
34
modules/cart/media/css/checkout_cartlist.css
Normal file
@@ -0,0 +1,34 @@
|
||||
/** Checkout Cart Style Sheet **/
|
||||
|
||||
table.checkout_cartlist {
|
||||
/* margin-left: auto; */
|
||||
/* margin-right: auto; */
|
||||
width: 100%;
|
||||
background-color: #F9F9FA;
|
||||
border: 0px solid #AAAACC;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
table.checkout_cartlist tr td.title {
|
||||
color: #000000;
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
table.checkout_cartlist tr td.title a {
|
||||
text-decoration: none;
|
||||
color: #0000AA;
|
||||
}
|
||||
|
||||
table.checkout_cartlist tr td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table.checkout_cartlist tr td.icon {
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
table.checkout_cartlist tr td.value {
|
||||
font-weight: bold;
|
||||
font-size: 120%;
|
||||
text-align: right;
|
||||
}
|
BIN
modules/cart/media/img/accessories-calculator-small.png
Normal file
BIN
modules/cart/media/img/accessories-calculator-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 576 B |
BIN
modules/cart/media/img/accessories-calculator.png
Normal file
BIN
modules/cart/media/img/accessories-calculator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1020 B |
BIN
modules/cart/media/img/edit-delete.png
Normal file
BIN
modules/cart/media/img/edit-delete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user