annotate jquery-ui/development-bundle/themes/base/jquery.ui.accordion.css @ 0:b2e4605f20b2

beta version
author dwinter
date Thu, 30 Jun 2011 09:07:49 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
1 /*
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
2 * jQuery UI Accordion 1.8.11
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
3 *
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
4 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
5 * Dual licensed under the MIT or GPL Version 2 licenses.
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
6 * http://jquery.org/license
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
7 *
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
8 * http://docs.jquery.com/UI/Accordion#theming
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
9 */
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
10 /* IE/Win - Fix animation bug - #4615 */
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
11 .ui-accordion { width: 100%; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
12 .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
13 .ui-accordion .ui-accordion-li-fix { display: inline; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
14 .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
15 .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
16 .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
17 .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
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; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
19 .ui-accordion .ui-accordion-content-active { display: block; }