Files
materio-base-d7/sites/all/modules/contrib/js/qunit/qunit.admin.css
T

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;
}