Removed edit/add tooltips for providers

This commit is contained in:
Mark McDowall 2014-08-30 16:41:18 -07:00
parent 30511d166d
commit 30c2c02073
9 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@
<li>
<div class="download-client-item thingy add-card x-add-card">
<span class="center well">
<i class="icon-plus" title="Add Download Client"/>
<i class="icon-plus"/>
</span>
</div>
</li>

View File

@ -1,4 +1,4 @@
<div class="download-client-item thingy" title="Click to edit">
<div class="download-client-item thingy">
<div>
<h3>{{name}}</h3>
</div>

View File

@ -6,7 +6,7 @@
<li>
<div class="indexer-item thingy add-card x-add-card">
<span class="center well">
<i class="icon-plus" title="Add Indexer"/>
<i class="icon-plus"/>
</span>
</div>
</li>

View File

@ -1,4 +1,4 @@
<div class="indexer-item thingy" title="Click to edit">
<div class="indexer-item thingy">
<div>
<h3>{{name}}</h3>
</div>

View File

@ -1,4 +1,4 @@
<div class="metadata-item" title="Click to edit">
<div class="metadata-item">
<div>
<h3>{{name}}</h3>
</div>

View File

@ -6,7 +6,7 @@
<li>
<div class="notification-item thingy add-card x-add-card">
<span class="center well">
<i class="icon-plus" title="Add Connection"/>
<i class="icon-plus"/>
</span>
</div>
</li>

View File

@ -1,4 +1,4 @@
<div class="notification-item thingy" title="Click to edit">
<div class="notification-item thingy">
<div>
<h3>{{name}}</h3>
</div>

View File

@ -6,7 +6,7 @@
<li>
<div class="profile-item thingy add-card x-add-card">
<span class="center well">
<i class="icon-plus" title="Add Profile"/>
<i class="icon-plus"/>
</span>
</div>
</li>

View File

@ -1,4 +1,4 @@
<div class="profile-item thingy" title="Click to edit">
<div class="profile-item thingy">
<div>
<h3 name="name"></h3>
</div>