fix: Remove grid so that more space is available for rendering the title text. Fixes #144.
This commit is contained in:
parent
a6c151daa6
commit
54a10b9737
@ -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="margin-left: -12px; 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-26:v1
|
# 2016-01-28:v1
|
||||||
|
|
||||||
NETWORK:
|
NETWORK:
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user