You are here

flagging_dialog.css in Flagging Form 7.3

Same filename and directory in other branches
  1. 7 flagging_dialog.css
/**
 * Handles a Drupal bug: the CSS for the throbber messes up the buttons.
 * See also http://drupal.org/node/769936
 */
#dialog .form-actions .progress-disabled, #dialog .form-actions .ajax-progress {
  float: none !important;
}
#dialog .form-actions div.ajax-progress-throbber {
  display: inline-block !important;
}

File

flagging_dialog.css
View source
  1. /**
  2. * Handles a Drupal bug: the CSS for the throbber messes up the buttons.
  3. * See also http://drupal.org/node/769936
  4. */
  5. #dialog .form-actions .progress-disabled, #dialog .form-actions .ajax-progress {
  6. float: none !important;
  7. }
  8. #dialog .form-actions div.ajax-progress-throbber {
  9. display: inline-block !important;
  10. }