Files
materio-base-legacy/sites/all/modules/contrib/js/qunit/qunit.admin.css
2015-04-19 16:46:59 +02:00

12 lines
179 B
CSS

/**
* @file
* Provides some CSS fixes to override what Drupal gives us.
*/
/**
* Fix the label alignment from the system.css.
*/
#qunit-wrapper label {
display: inline;
}