fix: Remove grid so that more space is available for rendering the title text. Fixes #144.

This commit is contained in:
jcass 2016-01-28 16:59:01 +02:00
parent a6c151daa6
commit 54a10b9737
3 changed files with 4 additions and 6 deletions

View File

@ -127,7 +127,6 @@
#contentHeadline a {
color:white;
margin-left: 20%;
}
#headermenubtn{

View File

@ -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">
<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>
<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 -->

View File

@ -1,6 +1,6 @@
CACHE MANIFEST
# 2016-01-26:v1
# 2016-01-28:v1
NETWORK:
*