From dca8ba0c4ad77836a680d20117e9de7a4f6de958 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 3 Dec 2005 23:53:26 +0000 Subject: dd feature 221 : Add a link to "lost password" in quick connect form plus link to "register" and move quickconnect rules from default-layout.css to menubar.css git-svn-id: http://piwigo.org/svn/branches/branch-1_5@973 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/category.tpl | 6 +++++- template/yoga/content.css | 4 ---- template/yoga/default-layout.css | 30 +++++++++++++----------------- template/yoga/menubar.css | 20 ++++++++++++++++++++ 4 files changed, 38 insertions(+), 22 deletions(-) (limited to 'template') diff --git a/template/yoga/category.tpl b/template/yoga/category.tpl index de46b3d04..a8867ec49 100644 --- a/template/yoga/category.tpl +++ b/template/yoga/category.tpl @@ -90,7 +90,11 @@

- + + diff --git a/template/yoga/content.css b/template/yoga/content.css index a1e1a6de5..dc5660143 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -173,10 +173,6 @@ ul.categoryActions { margin: 0.2em; } -#content DIV.comment UL.actions LI { - display: inline; -} - #content DIV.comment BLOCKQUOTE { margin: 1em 0.5em 0.5em 150px; /* margin-left corresponds to maximum thumbnail width + ~10px */ padding: 0.5em; diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index dd76aab67..4c684a748 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -182,22 +182,6 @@ FORM.properties LABEL { padding: 0 0.5em 0 0; } -FORM#quickconnect { - margin: 0; -} - -FORM#quickconnect FIELDSET { - margin: 5px; -} - -FORM#quickconnect P { - text-align: center; -} - -FORM#quickconnect P INPUT { - display: inline; -} - FORM.properties LABEL.mandatory { font-weight: bold; } @@ -258,4 +242,16 @@ FORM#addComment FIELDSET LABEL { FORM#addComment FIELDSET INPUT[type="hidden"] { display: none; -} \ No newline at end of file +} + +/* button tools */ +UL.actions { + text-indent: 0; + list-style: none; +} +UL.actions LI { + display: inline; +} +UL.actions A { + border: none; +} diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index f5a7c80a3..e00620b82 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -70,3 +70,23 @@ BODY#theAdminPage #menubar { #menubar INPUT { text-indent: 2px; } + +/* quickconnect form */ +FORM#quickconnect { + margin: 0; +} + +FORM#quickconnect FIELDSET { + margin: 5px; +} + +FORM#quickconnect P { + float: left; + margin: 0; +} + +FORM#quickconnect UL.actions { + display: inline; + margin: 0,5em 0 0 0; + float: right; +} -- cgit v1.2.3