You are here

cloud_zoom.css in Cloud Zoom 8

Same filename and directory in other branches
  1. 7 css/cloud_zoom.css
/* Display image bellow Drupal overlay.*/
.cloud-zoom-container #wrap {
  z-index: 499 !important;
}
.cloud-zoom-gallery-thumbs {
  clear:left;
}

File

css/cloud_zoom.css
View source
  1. /* Display image bellow Drupal overlay.*/
  2. .cloud-zoom-container #wrap {
  3. z-index: 499 !important;
  4. }
  5. .cloud-zoom-gallery-thumbs {
  6. clear:left;
  7. }