diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-12-03 23:40:51 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-12-03 23:40:51 +0000 |
commit | 02ae5a7dca4e14e031d27f213cdb146e4bab4021 (patch) | |
tree | 26f98e0f841aa354e2ea33e29ef474edbbaf6dcc /template/yoga/menubar.css | |
parent | 02c3c0d2dff2c1aedd7ab78f06e6a5d5cbcc2418 (diff) |
add 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/trunk@972 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/menubar.css')
-rw-r--r-- | template/yoga/menubar.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index 3b136fced..e5baa9dc5 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -59,3 +59,23 @@ #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; +} |