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
@ -130,13 +130,10 @@
|
||||
}
|
||||
|
||||
#headermenubtn {
|
||||
width: 50px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
#headersearchbtn{
|
||||
text-align: right;
|
||||
}
|
||||
#headersearchbtn .ui-btn-inner{
|
||||
padding: 6px;
|
||||
|
||||
#headersearchbtn span {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
|
||||
@ -224,9 +224,9 @@
|
||||
|
||||
|
||||
<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>
|
||||
<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>
|
||||
<!-- /header -->
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
CACHE MANIFEST
|
||||
|
||||
# 2016-01-28:v2
|
||||
# 2016-01-30:v1
|
||||
|
||||
NETWORK:
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user