You are here

shadowbox.css in Shadowbox 6

Same filename and directory in other branches
  1. 6.4 shadowbox.css
  2. 6.3 shadowbox.css
#shadowbox {
  min-width: 180px;
}

#shadowbox_body_inner {
  text-align: center;
}

#shadowbox_content {
  position: relative !important;
}

File

shadowbox.css
View source
  1. #shadowbox {
  2. min-width: 180px;
  3. }
  4. #shadowbox_body_inner {
  5. text-align: center;
  6. }
  7. #shadowbox_content {
  8. position: relative !important;
  9. }