From bf596c72795f70d154381d90d89171bab599997f Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 31 Oct 2005 13:47:58 +0000 Subject: - modification: use "filter" class for quickconnect box (with some custom modifications) - bug fixed: the total number of pictures had disappeared git-svn-id: http://piwigo.org/svn/trunk@919 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/category.tpl | 46 +++++++++++++++++++++++----------------- template/yoga/default-layout.css | 24 ++++++++++++--------- 2 files changed, 41 insertions(+), 29 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/category.tpl b/template/yoga/category.tpl index ed3b93fef..1349c92ce 100644 --- a/template/yoga/category.tpl +++ b/template/yoga/category.tpl @@ -16,6 +16,7 @@
{L_CATEGORIES}
{MENU_CATEGORIES_CONTENT} +

{NB_PICTURE} {L_TOTAL}

@@ -52,7 +53,7 @@
  • {L_REGISTER}
  • -
  • {L_LOGIN}
  • +
  • {lang:Connection}
  • {L_LOGOUT}
  • @@ -65,28 +66,35 @@ -
    -
    -
      -
    • - - - -
    • -
    • - - -
    • + +
      + {lang:Connection} + + + + + -
    • - - -
    • + -
    -

    + +

    + +

    + +
    +
    diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 475409b50..1f501bb0e 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -158,13 +158,13 @@ FORM.filter INPUT[type="submit"] { margin-top: 1em; } -FORM.properties UL, FORM#quickconnect UL, FORM#update UL { +FORM.properties UL, FORM#update UL { list-style-type: none; margin: 0; padding: 0; } -FORM.properties LI, FORM#quickconnect UL, FORM#update UL { +FORM.properties LI, FORM#update UL { margin-bottom: 0.5em; padding: 0; line-height: 1.8em; @@ -178,16 +178,20 @@ 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 { + margin: 0; +} + +FORM#quickconnect FIELDSET { + margin: 5px; +} + +FORM#quickconnect P { + text-align: center; } -FORM#quickconnect INPUT { - margin-top: 0.5em; +FORM#quickconnect P INPUT { + display: inline; } FORM.properties LABEL.mandatory { -- cgit v1.2.3