save and delete divs are always in foreground

pull/6827/head
Philipp Tessenow 14 years ago
parent 5cd1ff3f8f
commit 21ac66e2f7
  1. 5
      assets/stylesheets/reporting.css

@ -486,6 +486,11 @@ div.button_form p * {
margin: 2px;
}
/***** Save and Delete Reports ****/
#save_as_form, #delete_form {
z-index: 999;
}
/***** Ajax indicator ******/
#ajax-indicator {
font-family: Verdana, sans-serif;

Loading…
Cancel
Save