From 100e11c85e7ddd1d48e03f7d0c9686f27506eb30 Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Mon, 22 Dec 2008 15:22:17 +0000 Subject: updated content divs per Jörn's suggestion. Moved framework classes to wrapper. Padding on inner. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/base/ui.accordion.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/base/ui.accordion.css b/themes/base/ui.accordion.css index ea279d2a9..c405a0d60 100644 --- a/themes/base/ui.accordion.css +++ b/themes/base/ui.accordion.css @@ -5,4 +5,5 @@ .selected .ui-accordion-header { border-bottom: 0; } .ui-accordion .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; } -.ui-accordion-content { padding: 1.5em 2.2em; border-top: 0; } \ No newline at end of file +.ui-accordion-content-wrap { border-top: 0; } +.ui-accordion-content { padding: 1em 2.2em; } \ No newline at end of file -- cgit v1.2.3