Last change
on this file since 12448 was
9582,
checked in by fschoepp, 12 years ago
|
#1888:
- Added an overview for users to inspect their orders
- Order Administrators may now suspend or reactivate orders
- When creating an order, its necessary to enter payment information (paypal, credit card,...) before
- Also, the billing period and type must be entered during the creation of an order.
|
File size:
1.0 KB
|
Line | |
---|
1 | /* |
---|
2 | * jQuery UI Accordion 1.8.11 |
---|
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; } |
---|
Note: See
TracBrowser
for help on using the repository browser.