standard header in about page (#676)
[openemr.git] / public / assets / jquery-ui-1-12-1 / themes / base / accordion.css
blobe096c8c54124978fc85715162a59b59f3e4cc0e7
1 /*!
2 * jQuery UI Accordion 1.12.1
3 * http://jqueryui.com
5 * Copyright jQuery Foundation and other contributors
6 * Released under the MIT license.
7 * http://jquery.org/license
9 * http://api.jqueryui.com/accordion/#theming
11 .ui-accordion .ui-accordion-header {
12 display: block;
13 cursor: pointer;
14 position: relative;
15 margin: 2px 0 0 0;
16 padding: .5em .5em .5em .7em;
17 font-size: 100%;
19 .ui-accordion .ui-accordion-content {
20 padding: 1em 2.2em;
21 border-top: 0;
22 overflow: auto;