From 4f42d344b00444cb93f18d3be3c25c7cedd8e3a0 Mon Sep 17 00:00:00 2001 From: jcass Date: Sat, 30 Jan 2016 13:20:29 +0200 Subject: [PATCH 1/2] fix:Simplify CSS to better align with theme's standard presets. Improves layout of menu and search header buttons. --- mopidy_musicbox_webclient/static/css/webclient.css | 11 ++++------- mopidy_musicbox_webclient/static/index.html | 4 ++-- mopidy_musicbox_webclient/static/mb.manifest | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) 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 15ea9a1..6e1ecf4 100644 --- a/mopidy_musicbox_webclient/static/index.html +++ b/mopidy_musicbox_webclient/static/index.html @@ -224,9 +224,9 @@ diff --git a/mopidy_musicbox_webclient/static/mb.manifest b/mopidy_musicbox_webclient/static/mb.manifest index 86cbf70..9b0b2e0 100644 --- a/mopidy_musicbox_webclient/static/mb.manifest +++ b/mopidy_musicbox_webclient/static/mb.manifest @@ -1,6 +1,6 @@ CACHE MANIFEST -# 2016-01-28:v2 +# 2016-01-30:v1 NETWORK: * From e90f5edceaa8ae66dc7f863fb1269a33af95fa64 Mon Sep 17 00:00:00 2001 From: jcass Date: Sat, 30 Jan 2016 13:37:13 +0200 Subject: [PATCH 2/2] docs:Update changelog. Fixes #148. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 2e23e77..eae347f 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 `_). v2.0.0 (2015-03-26)