diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-22 14:06:25 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-22 14:06:25 +0000 |
commit | 8596848e28d901f76778cda5846482e371154698 (patch) | |
tree | 326148cc13d952b3aa42bf10de624fe0a6cf03d0 /template/yoga/menubar.css | |
parent | 6d1dd2a0f5375c1639bbf02d2e01bb59ea7bb29c (diff) |
- rewrite : search.tpl with FORM.filter and FILESETs instead of TABLEs. Now valid HTML 4.01 strict
- improve : FORM.filter for search.tpl needs
- fix : FORM.filter bug with Opera
- fix : FORM#quickconnect
git-svn-id: http://piwigo.org/svn/trunk@1255 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/menubar.css')
-rw-r--r-- | template/yoga/menubar.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index c965d0753..43eb8dbf3 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -75,6 +75,7 @@ FORM#quickconnect FIELDSET { FORM#quickconnect P { float: left; + clear: left; } FORM#quickconnect P INPUT { @@ -103,4 +104,4 @@ FORM#quickconnect LABEL { #menubar #menuTagCloud LI { display: inline; -}
\ No newline at end of file +} |