Merge branch 'jcass77-fix/144_header_text_truncation' into develop
This commit is contained in:
commit
1a9070fbe5
@ -101,6 +101,8 @@ v2.1.0 (UNRELEASED)
|
|||||||
`#135 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/135>`_).
|
`#135 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/135>`_).
|
||||||
- Fix Javascript syntax errors. (Fixes: `#122 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/122>`_).
|
- Fix Javascript syntax errors. (Fixes: `#122 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/122>`_).
|
||||||
- Fix vertical alignment of playback control buttons in footer.
|
- 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 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/144>`_).
|
||||||
|
|
||||||
|
|
||||||
v2.0.0 (2015-03-26)
|
v2.0.0 (2015-03-26)
|
||||||
|
|||||||
@ -127,7 +127,6 @@
|
|||||||
|
|
||||||
#contentHeadline a {
|
#contentHeadline a {
|
||||||
color:white;
|
color:white;
|
||||||
margin-left: 20%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#headermenubtn{
|
#headermenubtn{
|
||||||
|
|||||||
@ -56,7 +56,7 @@
|
|||||||
<meta name="author" content="Wouter van Wijk" />
|
<meta name="author" content="Wouter van Wijk" />
|
||||||
<meta name="copyright" content="(c) 2012-2015 Wouter van Wijk" />
|
<meta name="copyright" content="(c) 2012-2015 Wouter van Wijk" />
|
||||||
<link href="css/webclient.css" rel="stylesheet" />
|
<link href="css/webclient.css" rel="stylesheet" />
|
||||||
<link href="css/jquery.mobile.iscrollview.min.css" rel="stylesheet" />
|
<link href="css/jquery.mobile.iscrollview.css" rel="stylesheet" />
|
||||||
<link rel="stylesheet" href="css/font-awesome.min.css" />
|
<link rel="stylesheet" href="css/font-awesome.min.css" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -223,11 +223,10 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div data-role="header" data-tap-toggle="false" id="header" data-position="fixed" class="ui-grid-b header-breakpoint headerbtn">
|
<div data-role="header" data-tap-toggle="false" id="header" data-position="fixed" class="header-breakpoint headerbtn">
|
||||||
<a href="#panel" style="margin-left: -12px; padding-top: 2px;" id="headermenubtn"><i class="fa fa-align-justify"></i></a>
|
<a href="#panel" style="padding-top: 2px;" id="headermenubtn"><i class="fa fa-align-justify"></i></a>
|
||||||
<h1 id="contentHeadline">Musicbox</h1>
|
<h1 id="contentHeadline">Musicbox</h1>
|
||||||
<a id="headersearchbtn" href="#" class="ui-btn-icon-right headerbtn" onclick="switchContent('search' ); return false;" title="Search">
|
<a id="headersearchbtn" href="#" class="ui-btn-icon-right headerbtn" onclick="switchContent('search' ); return false;" title="Search"><i class="fa fa-search"></i></a>
|
||||||
<i class="fa fa-search"></i></a>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /header -->
|
<!-- /header -->
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
|
|
||||||
# 2016-01-27:v1
|
# 2016-01-28:v2
|
||||||
|
|
||||||
NETWORK:
|
NETWORK:
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user