Sha256: 3432b0c0b931327a15f388c840c24d67555fed7700cc2f3aa4d9076f2b3c3b06

Contents?: true

Size: 1.73 KB

Versions: 33

Compression:

Stored size: 1.73 KB

Contents

@import "_colors";
@import "_mixins";
@import "_checkout_progress";

div#checkout {
  position: relative;

  .progress-steps {
    position: absolute;
    top: 0.5em;
    right: 0;
  }

  form {
    background-position: top right; background-repeat: no-repeat;
  }

  #checkout_form_address {
    background-image: url("../images/steps/2.png");
  }
  #checkout_form_delivery {
    background-image: url("../images/steps/3.png");
  }
  #checkout_form_address #billing label, #checkout_form_address #shipping label {
    width:190px;
    float: left;
    padding-right: 10px;
    text-align: right;
  }
  #checkout_form_address #billing input, #checkout_form_address #shipping input,
  #checkout_form_address #billing select, #checkout_form_address #shipping select {
    width:304px;
  }
  #checkout_form_address #billing p.checkbox,
  #checkout_form_address #shipping p.checkbox,
  #checkout_form_address .form-buttons {
    padding-left:200px;
  }

  #checkout_form_address #billing p.checkbox label, #checkout_form_address #shipping p.checkbox label {
    width: auto!important;
    float: none!important;
  }
  #checkout_form_address #billing p.checkbox input, #checkout_form_address #shipping p.checkbox input {
    width: auto!important;
  }

  #checkout_form_payment {
    background-image: url("../images/steps/5.png");
    select { width: 75px; }
    #payment { .column(8); }
    #order_details { .column(12); }
  }

  #payment-methods {
    list-style: none;
    display:block;
    padding: 0; margin: 0;
    width: 720px;
    li {
        display:block;
        .column(5);
    }
    li.last {
      .column-last(5);
    }
  }

  #checkout-summary {
    background-color: #C3C9DF;
    float: right;
    margin-top: 10px;
    padding: 20px;
    width: 180px;
  }
}

Version data entries

33 entries across 33 versions & 7 rubygems

Version Path
spree-0.11.4 vendor/extensions/theme_default/app/stylesheets/_checkout.less
apispree_core-0.0.0 app/stylesheets/_checkout.less
My-Commerce_core-1.1.0 app/stylesheets/_checkout.less
My-Commerce_core-1.0.0 app/stylesheets/_checkout.less
MyCommerceapi-1.0.0 core/app/stylesheets/_checkout.less
MyCommerce-0.0.3 core/app/stylesheets/_checkout.less
rfcommerce_core-0.0.3 app/stylesheets/_checkout.less
spree_core-0.60.6 app/stylesheets/_checkout.less
spree_core-0.60.5 app/stylesheets/_checkout.less
spree-0.11.3 vendor/extensions/theme_default/app/stylesheets/_checkout.less
spree_core-0.30.2 app/stylesheets/_checkout.less
spree_core-0.40.4 app/stylesheets/_checkout.less
spree_core-0.50.4 app/stylesheets/_checkout.less
spree_core-0.60.4 app/stylesheets/_checkout.less
spree_core-0.50.3 app/stylesheets/_checkout.less
spree_core-0.60.3 app/stylesheets/_checkout.less
spree_core-0.60.2 app/stylesheets/_checkout.less
spree_core-0.60.1 app/stylesheets/_checkout.less
spree_core-0.60.0 app/stylesheets/_checkout.less
spree_core-0.60.0.RC1 app/stylesheets/_checkout.less