qunit.admin.css 179 B

1234567891011
  1. /**
  2. * @file
  3. * Provides some CSS fixes to override what Drupal gives us.
  4. */
  5. /**
  6. * Fix the label alignment from the system.css.
  7. */
  8. #qunit-wrapper label {
  9. display: inline;
  10. }