diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-22 14:08:25 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-22 14:08:25 +0000 |
commit | ce2e87d4031262e81ff0b41859dd0e283ab25b9e (patch) | |
tree | c62b3426aade87ad6f14318c764461318a962ed1 /template/yoga/menubar.css | |
parent | fee818cc49931e95004688ee7899d71c85c6a9c2 (diff) |
- merge trunk r1254:1255 into branch 1.6 (isearch.tpl anf FORM.filter)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1256 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 +} |