Mercurial > hg > STI-GWT
comparison war/scripts/jQuery/themes/smoothness/jquery.ui.accordion.css @ 3:cf06b77a8bbd
Committed branch of the e4D repos sti-gwt branch 16384.
git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@36 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
| author | StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b> |
|---|---|
| date | Tue, 17 Jul 2012 13:34:40 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 2:2897af43ccc6 | 3:cf06b77a8bbd |
|---|---|
| 1 /* | |
| 2 * jQuery UI Accordion 1.8.14 | |
| 3 * | |
| 4 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) | |
| 5 * Dual licensed under the MIT or GPL Version 2 licenses. | |
| 6 * http://jquery.org/license | |
| 7 * | |
| 8 * http://docs.jquery.com/UI/Accordion#theming | |
| 9 */ | |
| 10 /* IE/Win - Fix animation bug - #4615 */ | |
| 11 .ui-accordion { width: 100%; } | |
| 12 .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } | |
| 13 .ui-accordion .ui-accordion-li-fix { display: inline; } | |
| 14 .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } | |
| 15 .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } | |
| 16 .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } | |
| 17 .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } | |
| 18 .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } | |
| 19 .ui-accordion .ui-accordion-content-active { display: block; } |
