forked from MediaBrowser/emby-web-defaultskin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
header.html
19 lines (19 loc) · 810 Bytes
/
header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="headerLeft">
<button is="paper-icon-button-light" class="headerBackButton autoSize" tabindex="-1">
<i class="md-icon largeIcon"></i>
</button>
<div class="headerLogo"></div>
<h2 class="pageTitle"> </h2>
</div>
<div class="headerRight">
<button is="paper-icon-button-light" class="headerAudioPlayerButton headerButton hide autoSize">
<i class="md-icon largeIcon"></i>
</button>
<button is="paper-icon-button-light" class="headerSearchButton headerButton hide autoSize">
<i class="md-icon largeIcon"></i>
</button>
<button is="paper-icon-button-light" class="headerUserButton headerButton hide autoSize">
<i class="md-icon largeIcon"></i>
</button>
<div class="headerClock"></div>
</div>