Nav tab renamed to Plugins

Also moved search box tooltip as it was being obscured by plugin cards.
This commit is contained in:
Oliver Hamlet
2014-11-08 00:54:27 +00:00
parent b14096678b
commit 8abbb49854
+2 -2
View File
@@ -59,7 +59,7 @@
<core-drawer-panel id="container">
<div drawer vertical layout>
<paper-tabs id="sidebarTabs" selected="0">
<paper-tab>Nav</paper-tab>
<paper-tab>Plugins</paper-tab>
<paper-tab>Filters</paper-tab>
</paper-tabs>
<core-menu class="tab-content">
@@ -116,7 +116,7 @@
</div>
</core-menu>
<div flex></div>
<core-tooltip label="Press Enter when searching to select the next match." position="right">
<core-tooltip label="Press Enter when searching to select the next match." position="top">
<paper-input id="searchBox" type="search" label="Search content..."></paper-input>
</core-tooltip>
</div>