diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-12-03 23:53:26 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-12-03 23:53:26 +0000 |
commit | dca8ba0c4ad77836a680d20117e9de7a4f6de958 (patch) | |
tree | 7c24fe46ae0aa90b48cd87c2aab258480d16a9fa /template/yoga/default-layout.css | |
parent | 98e4c38f1d35897aabcbc76cd82c5d3be803ade1 (diff) |
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
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 30 |
1 files changed, 13 insertions, 17 deletions
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; +} |