update now playing screen
This commit is contained in:
parent
6820da0e4f
commit
3ead8a75b4
8 changed files with 46 additions and 19 deletions
|
@ -23,11 +23,10 @@
|
|||
}
|
||||
|
||||
.itemSelectionCount {
|
||||
font-size: 28px;
|
||||
vertical-align: middle;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
padding-top: 1px;
|
||||
opacity: 1 !important;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.multiSelectCheckboxOutline {
|
||||
|
|
|
@ -126,10 +126,8 @@
|
|||
|
||||
var html = '';
|
||||
|
||||
html += '<div style="float:left;">';
|
||||
html += '<button is="paper-icon-button-light" class="btnCloseSelectionPanel autoSize"><i class="md-icon">close</i></button>';
|
||||
html += '<span class="itemSelectionCount"></span>';
|
||||
html += '</div>';
|
||||
html += '<h1 class="itemSelectionCount"></h1>';
|
||||
|
||||
var moreIcon = appHost.moreIcon === 'dots-horiz' ? '' : '';
|
||||
html += '<button is="paper-icon-button-light" class="btnSelectionPanelOptions autoSize" style="margin-left:auto;"><i class="md-icon">' + moreIcon + '</i></button>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue