You are here

commerce-kickstart-theme-ie-lte-8.css in Commerce Kickstart 7.2

/**************************************************
* --
* 4. Section footer
* --
**************************************************/
/**********************************************
* 4.1. Zone footer
**********************************************/
/**
* Menu footer navigation
*/
.section-footer ul.menu li {
  padding-right: 15px;
  /* LTR */ }

/**
* Connect with us
*/
.block-social h2 {
  line-height: 22px; }

/**************************************************
* --
* 5. Commerce specific
* --
**************************************************/
/**********************************************
* 5.2. All products page
**********************************************/
.page-products .view-display-products {
  clear: both;
  width: 700px;
  margin-top: 40px; }

.page-products .view-display-products ul li.views-row {
  display: block;
  height: auto;
  margin: 0;
  padding-right: 5px;
  /* LTR */
  width: 225px; }

/**********************************************
* 5.3. Product page
**********************************************/
.commerce-add-to-cart-confirmation .field-type-taxonomy-term-reference:after {
  clear: none !important; }

.commerce-add-to-cart-confirmation .field-name-field-images img {
  max-width: none; }

/* Cloud zoom */
.node-product-type .cloud-zoom-gallery-thumbs {
  position: absolute;
  top: 0;
  left: -130px;
  /* LTR */
  width: 120px; }

.node-product-type .cloud-zoom-container {
  margin-left: 130px;
  /* LTR */
  position: relative; }

.commerce-add-to-cart-confirmation .message-inner {
  position: relative; }

/**********************************************
* 5.4. Checkout process
**********************************************/
.page-cart .entity-commerce-product .content .field-name-field-images img {
  max-width: none; }

File

themes/commerce_kickstart_theme/css/commerce-kickstart-theme-ie-lte-8.css
View source
  1. /**************************************************
  2. * --
  3. * 4. Section footer
  4. * --
  5. **************************************************/
  6. /**********************************************
  7. * 4.1. Zone footer
  8. **********************************************/
  9. /**
  10. * Menu footer navigation
  11. */
  12. .section-footer ul.menu li {
  13. padding-right: 15px;
  14. /* LTR */ }
  15. /**
  16. * Connect with us
  17. */
  18. .block-social h2 {
  19. line-height: 22px; }
  20. /**************************************************
  21. * --
  22. * 5. Commerce specific
  23. * --
  24. **************************************************/
  25. /**********************************************
  26. * 5.2. All products page
  27. **********************************************/
  28. .page-products .view-display-products {
  29. clear: both;
  30. width: 700px;
  31. margin-top: 40px; }
  32. .page-products .view-display-products ul li.views-row {
  33. display: block;
  34. height: auto;
  35. margin: 0;
  36. padding-right: 5px;
  37. /* LTR */
  38. width: 225px; }
  39. /**********************************************
  40. * 5.3. Product page
  41. **********************************************/
  42. .commerce-add-to-cart-confirmation .field-type-taxonomy-term-reference:after {
  43. clear: none !important; }
  44. .commerce-add-to-cart-confirmation .field-name-field-images img {
  45. max-width: none; }
  46. /* Cloud zoom */
  47. .node-product-type .cloud-zoom-gallery-thumbs {
  48. position: absolute;
  49. top: 0;
  50. left: -130px;
  51. /* LTR */
  52. width: 120px; }
  53. .node-product-type .cloud-zoom-container {
  54. margin-left: 130px;
  55. /* LTR */
  56. position: relative; }
  57. .commerce-add-to-cart-confirmation .message-inner {
  58. position: relative; }
  59. /**********************************************
  60. * 5.4. Checkout process
  61. **********************************************/
  62. .page-cart .entity-commerce-product .content .field-name-field-images img {
  63. max-width: none; }