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>`_).
|
||||
- Fix Javascript syntax errors. (Fixes: `#122 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/122>`_).
|
||||
- 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)
|
||||
|
||||
@ -127,7 +127,6 @@
|
||||
|
||||
#contentHeadline a {
|
||||
color:white;
|
||||
margin-left: 20%;
|
||||
}
|
||||
|
||||
#headermenubtn{
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
<meta name="author" content="Wouter van Wijk" />
|
||||
<meta name="copyright" content="(c) 2012-2015 Wouter van Wijk" />
|
||||
<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" />
|
||||
|
||||
</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">
|
||||
<a href="#panel" style="margin-left: -12px; padding-top: 2px;" id="headermenubtn"><i class="fa fa-align-justify"></i></a>
|
||||
<div data-role="header" data-tap-toggle="false" id="header" data-position="fixed" class="header-breakpoint headerbtn">
|
||||
<a href="#panel" style="padding-top: 2px;" id="headermenubtn"><i class="fa fa-align-justify"></i></a>
|
||||
<h1 id="contentHeadline">Musicbox</h1>
|
||||
<a id="headersearchbtn" href="#" class="ui-btn-icon-right headerbtn" onclick="switchContent('search' ); return false;" title="Search">
|
||||
<i class="fa fa-search"></i></a>
|
||||
<a id="headersearchbtn" href="#" class="ui-btn-icon-right headerbtn" onclick="switchContent('search' ); return false;" title="Search"><i class="fa fa-search"></i></a>
|
||||
</div>
|
||||
<!-- /header -->
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
CACHE MANIFEST
|
||||
|
||||
# 2016-01-27:v1
|
||||
# 2016-01-28:v2
|
||||
|
||||
NETWORK:
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user