diff options
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; |