Mercurial > hg > isophonics-drupal-site
view core/themes/classy/css/components/details.css @ 9:1fc0ff908d1f
Add another data file
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 12:34:32 +0000 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
line wrap: on
line source
/** * @file * Collapsible details. * * @see collapse.js * @see http://nicolasgallagher.com/css-background-image-hacks/ */ details { border: 1px solid #ccc; margin-top: 1em; margin-bottom: 1em; } details > .details-wrapper { padding: 0.5em 1.5em; } /* @todo Regression: The summary of uncollapsible details are no longer vertically aligned with the .details-wrapper in browsers without native details support. */ summary { cursor: pointer; padding: 0.2em 0.5em; }