Sha256: 548e7d58443eaf42e7a6d680741281bf06168b94aa4d53b48d13c11c316c8091
Contents?: true
Size: 793 Bytes
Versions: 65
Compression:
Stored size: 793 Bytes
Contents
<h3>Checkout2</h3> <%= render :partial => '/caboose/checkout/cart' %> <%= render :partial => '/caboose/checkout/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
65 entries across 65 versions & 1 rubygems