From 3a67845aaf128fe718b27a89635fb33810ba7e41 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 28 Aug 2008 01:26:26 +0000 Subject: - removed and moved (from common to admin) some CSS rules - upgraded jQuery and accordion to latest version (and reorganised a bit their location) git-svn-id: http://piwigo.org/svn/trunk@2489 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/default-layout.css | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'template/yoga/default-layout.css') diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 055026651..7ae9c4ead 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -138,18 +138,18 @@ FORM.filter FIELDSET * LABEL TEXTAREA, FORM.filter FIELDSET LABEL SPAN INPUT, FORM.filter FIELDSET LABEL SPAN SELECT, FORM.filter FIELDSET LABEL SPAN TEXTAREA { - display: inline; - vertical-align: top; - margin: 0 0.5em 0 0; + display: inline; + vertical-align: top; + margin: 0 0.5em 0 0; } FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT { - margin-right:0; + margin-right:0; } /* following declaration is important to avoid strange FF behaviour */ FORM.filter FIELDSET LABEL SPAN SELECT { - margin: 0; + margin: 0; } FORM.filter FIELDSET P @@ -244,10 +244,6 @@ BODY#thePopuphelpPage .content UL LI margin-bottom: 0.5em; } -BODY#thePopuphelpPage P#pageBottomActions A { - border: none; -} - TR.tagLine { border-bottom: 1px solid #ddd; } -- cgit v1.2.3