Sha256: d4626802b31b52987b0b91da1f80e40423e39c4293c74ff2fabb0150773c68af
Contents?: true
Size: 743 Bytes
Versions: 32
Compression:
Stored size: 743 Bytes
Contents
<h3>Checkout2</h3> <%= caboose_store_cart %> <%= caboose_store_address_form %> <% content_for :caboose_css do %> <style> /* Table */ table#cart { border-collapse: collapse; } table#cart td { border: #666 1px dotted; padding: 4px 8px; } table#cart th { font-weight: bold; text-align: center; } /* Form */ form#address { overflow: hidden; width: 100%; } form#address label { display: inline-block; margin-right: 12px; min-width: 100px; text-align: right; } form#address input { width: 200px; } form#address fieldset { width: 100%; min-width: 320px; } form#address fieldset#billing { display: none; } @media all and (min-width: 768px) { form#address fieldset { float: left; width: 50%; } } </style> <% end %>
Version data entries
32 entries across 32 versions & 1 rubygems