You are here

juicebox_styles.css in Juicebox HTML5 Responsive Image Galleries 8.2

Same filename and directory in other branches
  1. 8.3 css/juicebox_styles.css
/* Make a best effort to add embedded gallery below navigation elements. This
may not work for all themes */
.juicebox-parent {
  z-index: 0;
}
/* Ensure contextual links appear above Juicebox elements */
.juicebox-parent .contextual {
  z-index: 5000;
}

File

css/juicebox_styles.css
View source
  1. /* Make a best effort to add embedded gallery below navigation elements. This
  2. may not work for all themes */
  3. .juicebox-parent {
  4. z-index: 0;
  5. }
  6. /* Ensure contextual links appear above Juicebox elements */
  7. .juicebox-parent .contextual {
  8. z-index: 5000;
  9. }