diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-30 21:48:09 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-30 21:48:09 +0000 |
commit | cc5e8de15bb355df9d73fbed392cb65bd32db3d2 (patch) | |
tree | ba7ede398c3a22861153aa7d69536e048a00a99e /template/yoga/menubar.css | |
parent | 70bffc591ef6fd1568efcaef237e0851441a4584 (diff) |
Small changes on mainpage to obtain W3C conformity
git-svn-id: http://piwigo.org/svn/trunk@1771 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/menubar.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index 814f19a73..3400a997b 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -12,14 +12,14 @@ margin: 0; padding: 0; display: block; } -#menubar .buttonmenu { +#menubar .button { margin: 0 2px; width: auto; padding: 0; text-indent: 0; list-style: none; text-align: center; - float: right; + float: left; } /* H2 properties copied here */ @@ -133,6 +133,9 @@ FORM#quicksearch { margin-top: 4px; margin-bottom: 1px; } +input#qsearchInput { + width: 90%; +} #menubar #menuTagCloud { text-align: center; |