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

Version Path
caboose-cms-0.5.69 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.68 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.67 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.66 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.64 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.63 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.62 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.61 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.60 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.59 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.58 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.57 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.56 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.55 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.54 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.53 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.52 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.51 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.50 app/views/caboose/checkout/index.html.erb
caboose-cms-0.5.49 app/views/caboose/checkout/index.html.erb