diff --git a/README.rst b/README.rst index 024a480..fe08417 100644 --- a/README.rst +++ b/README.rst @@ -103,6 +103,8 @@ v2.1.0 (UNRELEASED) - Fix vertical alignment of playback control buttons in footer. - Increase width of header so that more text can be rendered in the title bar. (Fixes: `#144 `_). +- Re-align the menu and search buttons in the title bar. + (Fixes: `#148 `_). - Use explicit Mopidy.js calling convention. (Fixes: `#79 `_). diff --git a/mopidy_musicbox_webclient/static/css/webclient.css b/mopidy_musicbox_webclient/static/css/webclient.css index c572434..7a3c2c1 100644 --- a/mopidy_musicbox_webclient/static/css/webclient.css +++ b/mopidy_musicbox_webclient/static/css/webclient.css @@ -129,14 +129,11 @@ color:white; } -#headermenubtn{ - width: 50px; +#headermenubtn { + padding-top: 2px; } -#headersearchbtn{ - text-align: right; -} -#headersearchbtn .ui-btn-inner{ - padding: 6px; + +#headersearchbtn span { font-size: 15px; } diff --git a/mopidy_musicbox_webclient/static/index.html b/mopidy_musicbox_webclient/static/index.html index b9376b2..651540e 100644 --- a/mopidy_musicbox_webclient/static/index.html +++ b/mopidy_musicbox_webclient/static/index.html @@ -224,9 +224,9 @@