fix:Simplify CSS to better align with theme's standard presets.
Improves layout of menu and search header buttons.
This commit is contained in:
parent
1a9070fbe5
commit
4f42d344b0
@ -129,14 +129,11 @@
|
|||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#headermenubtn{
|
#headermenubtn {
|
||||||
width: 50px;
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
#headersearchbtn{
|
|
||||||
text-align: right;
|
#headersearchbtn span {
|
||||||
}
|
|
||||||
#headersearchbtn .ui-btn-inner{
|
|
||||||
padding: 6px;
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -224,9 +224,9 @@
|
|||||||
|
|
||||||
|
|
||||||
<div data-role="header" data-tap-toggle="false" id="header" data-position="fixed" class="header-breakpoint headerbtn">
|
<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>
|
<a id="headermenubtn" href="#panel"><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"><i class="fa fa-search"></i></a>
|
<a id="headersearchbtn" href="#" onclick="switchContent('search' ); return false;" title="Search"><i class="fa fa-search"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<!-- /header -->
|
<!-- /header -->
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
|
|
||||||
# 2016-01-28:v2
|
# 2016-01-30:v1
|
||||||
|
|
||||||
NETWORK:
|
NETWORK:
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user