You are here

media_gallery.ie7.css in Media Gallery 7

Same filename and directory in other branches
  1. 7.2 media_gallery.ie7.css
/**
 * Workarounds for IE7 bugs in the lightbox. When title/description are shown,
 * the copyright icons overlap with the download link instead of being aligned
 * right, so we override styles here to fix that.
 *
 */
.lightbox-stack .media-gallery-detail-info {
  display: inline-block;
  width: 100%;
  overflow: visible;
}

/* A little heavy handed, but it looks better than broken */
.lightbox-stack .media-gallery-detail-info .media-license {
  left: 146px;
  top: 8px;
  width: 60px;
}

File

media_gallery.ie7.css
View source
  1. /**
  2. * Workarounds for IE7 bugs in the lightbox. When title/description are shown,
  3. * the copyright icons overlap with the download link instead of being aligned
  4. * right, so we override styles here to fix that.
  5. *
  6. */
  7. .lightbox-stack .media-gallery-detail-info {
  8. display: inline-block;
  9. width: 100%;
  10. overflow: visible;
  11. }
  12. /* A little heavy handed, but it looks better than broken */
  13. .lightbox-stack .media-gallery-detail-info .media-license {
  14. left: 146px;
  15. top: 8px;
  16. width: 60px;
  17. }