You are here

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

/**************************************************
* --
* 2. Section header
* --
**************************************************/
/**********************************************
* 2.2. Zone branding
**********************************************/
/**
* Search block
*/
#block-views-exp-display-products-page .views-exposed-widgets {
  position: relative; }

#block-views-exp-display-products-page .views-exposed-widget {
  padding: 0;
  position: relative;
  left: 0px;
  /* LTR */ }

#block-views-exp-display-products-page #edit-search-api-views-fulltext {
  height: 18px; }

#block-views-exp-display-products-page .views-submit-button .form-submit {
  float: left;
  /* LTR */
  width: 24px;
  height: 24px; }

/**************************************************
* --
* 3. Section content
* --
**************************************************/
/*******************************************
* 3.2.1. Sidebar first
*******************************************/
/* Category */
.region-sidebar-first .block-facetapi.field_category .item-list {
  border: none !important;
  height: auto !important;
  padding: 0 !important;
  overflow-y: visible !important; }

/*******************************************
* 3.2.2. Content
*******************************************/
/**
* Blocks
*/
/* HP blocks: Top advert */
#promotional_banner .promotional_banner_special_offer {
  position: absolute;
  right: 10px;
  /* LTR */ }

/**************************************************
* --
* 5. Commerce specific
* --
**************************************************/
/**********************************************
* 5.1. Search & Collection page
**********************************************/
/**********************************************
* 5.3. Product page
**********************************************/
/* Cloud zoom */
.node-product-type .cloud-zoom-gallery-thumbs {
  clear: none;
  width: 120px; }

.node-product-type .cloud-zoom-container .cloud-zoom {
  float: left;
  /* LTR */ }

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

File

themes/commerce_kickstart_theme/css/commerce-kickstart-theme-ie-lte-7.css
View source
  1. /**************************************************
  2. * --
  3. * 2. Section header
  4. * --
  5. **************************************************/
  6. /**********************************************
  7. * 2.2. Zone branding
  8. **********************************************/
  9. /**
  10. * Search block
  11. */
  12. #block-views-exp-display-products-page .views-exposed-widgets {
  13. position: relative; }
  14. #block-views-exp-display-products-page .views-exposed-widget {
  15. padding: 0;
  16. position: relative;
  17. left: 0px;
  18. /* LTR */ }
  19. #block-views-exp-display-products-page #edit-search-api-views-fulltext {
  20. height: 18px; }
  21. #block-views-exp-display-products-page .views-submit-button .form-submit {
  22. float: left;
  23. /* LTR */
  24. width: 24px;
  25. height: 24px; }
  26. /**************************************************
  27. * --
  28. * 3. Section content
  29. * --
  30. **************************************************/
  31. /*******************************************
  32. * 3.2.1. Sidebar first
  33. *******************************************/
  34. /* Category */
  35. .region-sidebar-first .block-facetapi.field_category .item-list {
  36. border: none !important;
  37. height: auto !important;
  38. padding: 0 !important;
  39. overflow-y: visible !important; }
  40. /*******************************************
  41. * 3.2.2. Content
  42. *******************************************/
  43. /**
  44. * Blocks
  45. */
  46. /* HP blocks: Top advert */
  47. #promotional_banner .promotional_banner_special_offer {
  48. position: absolute;
  49. right: 10px;
  50. /* LTR */ }
  51. /**************************************************
  52. * --
  53. * 5. Commerce specific
  54. * --
  55. **************************************************/
  56. /**********************************************
  57. * 5.1. Search & Collection page
  58. **********************************************/
  59. /**********************************************
  60. * 5.3. Product page
  61. **********************************************/
  62. /* Cloud zoom */
  63. .node-product-type .cloud-zoom-gallery-thumbs {
  64. clear: none;
  65. width: 120px; }
  66. .node-product-type .cloud-zoom-container .cloud-zoom {
  67. float: left;
  68. /* LTR */ }
  69. .commerce-add-to-cart-confirmation .message-inner {
  70. position: relative; }