flagging_dialog.css in Flagging Form 7
Same filename and directory in other branches
/** * 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.cssView source
- /**
- * 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;
- }