From 3c300e40dbb0ff7136dee65935b4167d77262afd Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sun, 16 Oct 2005 15:56:52 +0000 Subject: Fix quickconnect form misalignement git-svn-id: http://piwigo.org/svn/trunk@892 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/category.tpl | 32 +++++++++++++++++--------------- template/yoga/default-layout.css | 17 +++++++++++++++-- 2 files changed, 32 insertions(+), 17 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/category.tpl b/template/yoga/category.tpl index d728e8856..ed3b93fef 100644 --- a/template/yoga/category.tpl +++ b/template/yoga/category.tpl @@ -67,21 +67,23 @@
-

- - - -

-

- - -

- -

- - -

- +

diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index d4f4f19dc..9d0b62d6a 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -59,6 +59,7 @@ HR.separation { } /** General defaults **/ +INPUT {margin: 0;} ul, dl, li { text-align: left;} /* for debugging purpose */ pre { text-align:left; } @@ -193,13 +194,13 @@ FORM.filter INPUT[type="submit"] { margin-top: 1em; } -FORM.properties UL { +FORM.properties UL, FORM#quickconnect UL { list-style-type: none; margin: 0; padding: 0; } -FORM.properties LI { +FORM.properties LI, FORM#quickconnect UL { margin-bottom: 0.5em; padding: 0; line-height: 1.8em; @@ -213,6 +214,18 @@ FORM.properties LABEL { padding: 0 0.5em 0 0; } +FORM#quickconnect LABEL { + float: left; + width: 30%; + text-align: right; + margin: 0.5em 0 0 0; + padding: 0 0.5em 0 0; +} + +FORM#quickconnect INPUT { + margin-top: 0.5em; +} + FORM.properties LABEL.mandatory { font-weight: bold; } -- cgit v1.2.3